bug-ncurses
[Top][All Lists]
Advanced

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

[PATCH] man/curs_sp_funcs.3x: Don't use '*fd' names for arguments that a


From: WHR
Subject: [PATCH] man/curs_sp_funcs.3x: Don't use '*fd' names for arguments that are not file descriptors
Date: Sun, 12 Jan 2025 03:16:54 -0000
User-agent: SquirrelMail/1.4.23 [Rivoreo]

This change makes it consistent with 'curs_initscr.3x'.

---
 man/curs_sp_funcs.3x | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man/curs_sp_funcs.3x b/man/curs_sp_funcs.3x
index 3a1e5fc06..fec97aa10 100644
--- a/man/curs_sp_funcs.3x
+++ b/man/curs_sp_funcs.3x
@@ -110,7 +110,7 @@
 \fBint napms_sp(SCREEN* \fIsp\fP, int \fIms\fP);
 \fBWINDOW* newpad_sp(SCREEN* \fIsp\fP, int \fInrows\fP, int \fIncols\fP);
 \fBSCREEN* new_prescr(void);
-\fBSCREEN* newterm_sp(SCREEN* \fIsp\fP, const char *\fItype\fP, FILE
*\fIoutfd\fP, FILE *\fIinfd\fP);
+\fBSCREEN* newterm_sp(SCREEN* \fIsp\fP, const char *\fItype\fP, FILE
*\fIoutf\fP, FILE *\fIinf\fP);
 .PP
 \fBWINDOW* newwin_sp(SCREEN* \fIsp\fP, int \fInlines\fP, int \fIncols\fP,
int \fIbegin_y\fP, int \fIbegin_x\fP);
 \fBint nl_sp(SCREEN* \fIsp\fP);
-- 
2.20.1





reply via email to

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