diff --git a/doc/man/man3/notcurses_init.3.md b/doc/man/man3/notcurses_init.3.md index daa1934d0..f51561e9c 100644 --- a/doc/man/man3/notcurses_init.3.md +++ b/doc/man/man3/notcurses_init.3.md @@ -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 diff --git a/doc/man/man3/notcurses_stdplane.3.md b/doc/man/man3/notcurses_stdplane.3.md index bf9c6afe8..0f619e754 100644 --- a/doc/man/man3/notcurses_stdplane.3.md +++ b/doc/man/man3/notcurses_stdplane.3.md @@ -10,11 +10,9 @@ notcurses_stdplane - acquire the standard ncplane **#include ** -**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