man page syntax fixups

pull/271/head
nick black 5 years ago
parent dd3046ddf3
commit eba64b0990
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -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…
Cancel
Save