bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 08/51] man/curs_ins{_w,}ch.3x: Fix style nit (space before pointe


From: G. Branden Robinson
Subject: [PATCH 08/51] man/curs_ins{_w,}ch.3x: Fix style nit (space before pointer star).
Date: Fri, 26 Jul 2024 12:48:07 -0500

Put a space after each pointer star in function synopses.
---
 man/curs_ins_wch.3x | 8 ++++----
 man/curs_insch.3x   | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/man/curs_ins_wch.3x b/man/curs_ins_wch.3x
index cb1b8f9e0..989fcdbe2 100644
--- a/man/curs_ins_wch.3x
+++ b/man/curs_ins_wch.3x
@@ -49,10 +49,10 @@ .SH SYNOPSIS
 .nf
 \fB#include <curses.h>\fP
 .PP
-\fBint ins_wch(const cchar_t *\fIwch\fP);
-\fBint wins_wch(WINDOW *\fIwin\fP, const cchar_t *\fIwch\fP);
-\fBint mvins_wch(int \fIy\fP, int \fIx\fP, const cchar_t *\fIwch\fP);
-\fBint mvwins_wch(WINDOW *\fIwin\fP, int \fIy\fP, int \fIx\fP, const cchar_t 
*\fIwch\fP);
+\fBint ins_wch(const cchar_t * \fIwch\fP);
+\fBint wins_wch(WINDOW * \fIwin\fP, const cchar_t * \fIwch\fP);
+\fBint mvins_wch(int \fIy\fP, int \fIx\fP, const cchar_t * \fIwch\fP);
+\fBint mvwins_wch(WINDOW * \fIwin\fP, int \fIy\fP, int \fIx\fP, const cchar_t 
* \fIwch\fP);
 .fi
 .SH DESCRIPTION
 These functions insert the
diff --git a/man/curs_insch.3x b/man/curs_insch.3x
index baf2f6cc1..22c9e101c 100644
--- a/man/curs_insch.3x
+++ b/man/curs_insch.3x
@@ -50,9 +50,9 @@ .SH SYNOPSIS
 \fB#include <curses.h>\fP
 .PP
 \fBint insch(chtype \fIch\fP);
-\fBint winsch(WINDOW *\fIwin\fP, chtype \fIch\fP);
+\fBint winsch(WINDOW * \fIwin\fP, chtype \fIch\fP);
 \fBint mvinsch(int \fIy\fP, int \fIx\fP, chtype \fIch\fP);
-\fBint mvwinsch(WINDOW *\fIwin\fP, int \fIy\fP, int \fIx\fP, chtype \fIch\fP);
+\fBint mvwinsch(WINDOW * \fIwin\fP, int \fIy\fP, int \fIx\fP, chtype \fIch\fP);
 .fi
 .SH DESCRIPTION
 These functions insert the
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]