--- man/curs_getch.3x.was 2022-02-06 10:23:37.426964828 +0100 +++ man/curs_getch.3x 2022-02-06 10:35:44.135435946 +0100 @@ -50,21 +50,21 @@ .ad .hy .SH SYNOPSIS -\fB#include \fP +.B #include .PP -\fBint getch(void);\fP +.B int getch(void); .br -\fBint wgetch(WINDOW *\fP\fIwin);\fP +.B int wgetch(WINDOW *\fIwin\fB); .sp -\fBint mvgetch(int \fP\fIy\fP\fB, int \fP\fIx\fP\fB);\fP +.B int mvgetch(int \fIy\fB, int \fIx\fB); .br -\fBint mvwgetch(WINDOW *\fP\fIwin\fP\fB, int \fP\fIy\fP\fB, int \fP\fIx\fP\fB);\fP +.B int mvwgetch(WINDOW *\fIwin\fB, int \fIy\fB, int \fIx\fB); .sp -\fBint ungetch(int \fP\fIch\fP\fB);\fP +.B int ungetch(int \fIch\fB); .sp /* extension */ .br -\fBint has_key(int \fP\fIch\fP\fB);\fP +.B int has_key(int \fIch\fB); .br .SH DESCRIPTION .SS Reading characters