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; } notcurses_options;
``` ```
**struct notcurses* **struct notcurses* notcurses_init(const struct notcurses_options* opts, FILE* fp);**
notcurses_init(const struct notcurses_options* opts, FILE* fp);**
# DESCRIPTION # DESCRIPTION

@ -10,11 +10,9 @@ notcurses_stdplane - acquire the standard ncplane
**#include <notcurses.h>** **#include <notcurses.h>**
**struct ncplane* **struct ncplane* notcurses_stdplane(struct notcurses* nc);**
notcurses_stdplane(struct notcurses* nc);**
**const struct ncplane* **const struct ncplane* notcurses_const_stdplane(const struct notcurses* nc);**
notcurses_const_stdplane(const struct notcurses* nc);**
# DESCRIPTION # DESCRIPTION

Loading…
Cancel
Save