bug-ncurses
[Top][All Lists]
Advanced

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

[PATCH 09/40] man/curs_{add{,_w}ch,deleteln}.3x: Fix style nit.


From: G. Branden Robinson
Subject: [PATCH 09/40] man/curs_{add{,_w}ch,deleteln}.3x: Fix style nit.
Date: Sat, 1 Feb 2025 11:30:07 -0600

Clarify "HISTORY" section by explicitly naming function variants, since
these don't manifest the usual quartet explained by "man/ncurses.3x" --
there are no `mv` forms.
---
 man/curs_add_wch.3x  | 5 +++--
 man/curs_addch.3x    | 5 ++++-
 man/curs_deleteln.3x | 6 +++++-
 3 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/man/curs_add_wch.3x b/man/curs_add_wch.3x
index 9e0f6b65a..bd05123ef 100644
--- a/man/curs_add_wch.3x
+++ b/man/curs_add_wch.3x
@@ -559,9 +559,10 @@ .SH HISTORY
 of the same year
 specified functions named
 .I \%waddwch
+(and the usual variants),
+.IR \%echowchar ","
 and
-.I \%wechowchar
-(and the usual variants).
+.IR \%wechowchar "."
 .\" SVID 4, vol 3., p. 475
 These were later additions to
 .RI SVr4. x ,
diff --git a/man/curs_addch.3x b/man/curs_addch.3x
index 2b77b08c5..118647fc8 100644
--- a/man/curs_addch.3x
+++ b/man/curs_addch.3x
@@ -507,10 +507,13 @@ .SS "Character Set"
 .SH HISTORY
 4BSD (1980)
 introduced
-.IR \%waddch "."
+.I \%waddch
+and its variants.
 .PP
 SVr3 (1987)
 added
+.I \%echochar
+and
 .IR \%wechochar "."
 .SH SEE ALSO
 \fB\%curs_add_wch\fP(3X) describes comparable functions of the
diff --git a/man/curs_deleteln.3x b/man/curs_deleteln.3x
index 4853b5d0a..90a3191b0 100644
--- a/man/curs_deleteln.3x
+++ b/man/curs_deleteln.3x
@@ -133,12 +133,16 @@ .SH PORTABILITY
 .SH HISTORY
 4BSD (1980)
 introduced
-.I \%wdeleteln
+.IR \%deleteln ","
+.IR \%wdeleteln ","
+.IR \%insertln ","
 and
 .IR \%winsertln "."
 .PP
 SVr3.1 (1987)
 added
+.I \%insdelln
+and
 .IR \%winsdelln "."
 .SH SEE ALSO
 \fB\%curses\fP(3X)
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

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