bug-ncurses
[Top][All Lists]
Advanced

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

[PATCH 11/51] man/curs_deleteln.3x: Fix style nit (space before pointer


From: G. Branden Robinson
Subject: [PATCH 11/51] man/curs_deleteln.3x: Fix style nit (space before pointer star).
Date: Fri, 26 Jul 2024 12:48:39 -0500

Put a space after each pointer star in function synopses.
---
 man/curs_deleteln.3x | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/man/curs_deleteln.3x b/man/curs_deleteln.3x
index 6d70a4358..41d49b97b 100644
--- a/man/curs_deleteln.3x
+++ b/man/curs_deleteln.3x
@@ -53,13 +53,13 @@ .SH SYNOPSIS
 \fB#include <curses.h>
 .PP
 \fBint deleteln(void);
-\fBint wdeleteln(WINDOW *\fIwin\fP);
+\fBint wdeleteln(WINDOW * \fIwin\fP);
 .PP
 \fBint insdelln(int \fIn\fP);
-\fBint winsdelln(WINDOW *\fIwin\fP, int \fIn\fP);
+\fBint winsdelln(WINDOW * \fIwin\fP, int \fIn\fP);
 .PP
 \fBint insertln(void);
-\fBint winsertln(WINDOW *\fIwin\fP);
+\fBint winsertln(WINDOW * \fIwin\fP);
 .fi
 .SH DESCRIPTION
 The \fBdeleteln\fP and \fBwdeleteln\fP routines delete the line under the
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

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