From eba64b099094ad307a7692a1a2b135ec7a8dc2e5 Mon Sep 17 00:00:00 2001 From: nick black Date: Fri, 10 Jan 2020 10:56:13 -0500 Subject: [PATCH] man page syntax fixups --- doc/man/man3/notcurses_init.3.md | 3 +-- doc/man/man3/notcurses_stdplane.3.md | 6 ++---- 2 files changed, 3 insertions(+), 6 deletions(-) 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