mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-10-31 15:20:13 +00:00
man page syntax fixups
This commit is contained in:
parent
dd3046ddf3
commit
eba64b0990
@ -23,8 +23,7 @@ typedef struct notcurses_options {
|
||||
} notcurses_options;
|
||||
```
|
||||
|
||||
**struct notcurses*
|
||||
notcurses_init(const struct notcurses_options* opts, FILE* fp);**
|
||||
**struct notcurses* notcurses_init(const struct notcurses_options* opts, FILE* fp);**
|
||||
|
||||
# DESCRIPTION
|
||||
|
||||
|
@ -10,11 +10,9 @@ notcurses_stdplane - acquire the standard ncplane
|
||||
|
||||
**#include <notcurses.h>**
|
||||
|
||||
**struct ncplane*
|
||||
notcurses_stdplane(struct notcurses* nc);**
|
||||
**struct ncplane* notcurses_stdplane(struct notcurses* nc);**
|
||||
|
||||
**const struct ncplane*
|
||||
notcurses_const_stdplane(const struct notcurses* nc);**
|
||||
**const struct ncplane* notcurses_const_stdplane(const struct notcurses* nc);**
|
||||
|
||||
# DESCRIPTION
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user