bug-ncurses
[Top][All Lists]
Advanced

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

[PATCH 080/100] man/*.3x: Fix markup nit.


From: G. Branden Robinson
Subject: [PATCH 080/100] man/*.3x: Fix markup nit.
Date: Sat, 30 Mar 2024 17:01:06 -0500

Consistently break after the comma in "X/Open Curses, Issue".
---
 man/curs_bkgd.3x     |  3 ++-
 man/curs_bkgrnd.3x   |  3 ++-
 man/curs_delch.3x    |  3 ++-
 man/curs_get_wch.3x  |  3 ++-
 man/curs_getch.3x    |  3 ++-
 man/curs_ins_wch.3x  |  3 ++-
 man/curs_insch.3x    |  3 ++-
 man/curs_printw.3x   |  6 ++++--
 man/curs_scanw.3x    | 11 +++++++----
 man/curs_scr_dump.3x |  3 ++-
 man/curs_scroll.3x   |  3 ++-
 man/curs_slk.3x      |  3 ++-
 12 files changed, 31 insertions(+), 16 deletions(-)

diff --git a/man/curs_bkgd.3x b/man/curs_bkgd.3x
index ec9fe3768..625a2183b 100644
--- a/man/curs_bkgd.3x
+++ b/man/curs_bkgd.3x
@@ -184,7 +184,8 @@ .SH NOTES
 checks to ensure that,
 and will reuse the old background character if the check fails.
 .SH PORTABILITY
-X/Open Curses, Issue 4, describes these functions.
+X/Open Curses,
+Issue 4 describes these functions.
 It specifies that
 \fB\%bkgd\fP,
 \fB\%wbkgd\fP,
diff --git a/man/curs_bkgrnd.3x b/man/curs_bkgrnd.3x
index 2b49db04c..9768a1495 100644
--- a/man/curs_bkgrnd.3x
+++ b/man/curs_bkgrnd.3x
@@ -199,7 +199,8 @@ .SH NOTES
 parameter,
 not as the return value.
 .SH PORTABILITY
-X/Open Curses, Issue 4, describes these functions.
+X/Open Curses,
+Issue 4 describes these functions.
 It specifies no error conditions for them.
 .PP
 X/Open Curses does not provide details of how the rendition is updated.
diff --git a/man/curs_delch.3x b/man/curs_delch.3x
index fdbcf0cfd..88ad92c02 100644
--- a/man/curs_delch.3x
+++ b/man/curs_delch.3x
@@ -103,7 +103,8 @@ .SH NOTES
 capability
 is not necessarily employed.
 .SH PORTABILITY
-X/Open Curses, Issue 4, describes these functions.
+X/Open Curses,
+Issue 4 describes these functions.
 .PP
 SVr4
 .I curses
diff --git a/man/curs_get_wch.3x b/man/curs_get_wch.3x
index 5378c8604..5297726de 100644
--- a/man/curs_get_wch.3x
+++ b/man/curs_get_wch.3x
@@ -241,7 +241,8 @@ .SH PORTABILITY
 .B \%NCURSES_VERSION
 preprocessor macro.
 .PP
-X/Open Curses, Issue 4, describes these functions.
+X/Open Curses,
+Issue 4 describes these functions.
 It specifies no error conditions for them.
 .PP
 See the \*(``PORTABILITY\*('' section of \fB\%wgetch\fP(3X) regarding
diff --git a/man/curs_getch.3x b/man/curs_getch.3x
index 84658b6af..5b8a7b5ae 100644
--- a/man/curs_getch.3x
+++ b/man/curs_getch.3x
@@ -604,7 +604,8 @@ .SH PORTABILITY
 .B \%NCURSES_VERSION
 preprocessor macro.
 .PP
-X/Open Curses, Issue 4, describes
+X/Open Curses,
+Issue 4 describes
 \fB\%getch\fP,
 \fB\%wgetch\fP,
 \fB\%mvgetch\fP,
diff --git a/man/curs_ins_wch.3x b/man/curs_ins_wch.3x
index 6730a7704..3bc11ad46 100644
--- a/man/curs_ins_wch.3x
+++ b/man/curs_ins_wch.3x
@@ -93,7 +93,8 @@ .SH NOTES
 \fB\%mvwins_wch\fP
 may be implemented as macros.
 .SH PORTABILITY
-X/Open Curses, Issue 4, describes these functions.
+X/Open Curses,
+Issue 4 describes these functions.
 .PP
 SVr4 describes successful return values only as
 \*(``an integer value other than \fBERR\fP\*(''.
diff --git a/man/curs_insch.3x b/man/curs_insch.3x
index f926d2ec8..aab235858 100644
--- a/man/curs_insch.3x
+++ b/man/curs_insch.3x
@@ -97,7 +97,8 @@ .SH NOTES
 capability
 is not necessarily employed.
 .SH PORTABILITY
-X/Open Curses, Issue 4, describes these functions.
+X/Open Curses,
+Issue 4 describes these functions.
 .PP
 SVr4
 .I curses
diff --git a/man/curs_printw.3x b/man/curs_printw.3x
index a9fabc5cd..a0a274513 100644
--- a/man/curs_printw.3x
+++ b/man/curs_printw.3x
@@ -116,7 +116,8 @@ .SH NOTES
 window,
 consider using \fI\%swprintf\fP(3) and \fB\%waddwstr\fP(3X) or similar.
 .SH PORTABILITY
-X/Open Curses, Issue 4, describes these functions.
+X/Open Curses,
+Issue 4 describes these functions.
 It specifies no error conditions for them.
 .PP
 .I \%ncurses
@@ -125,7 +126,8 @@ .SH PORTABILITY
 However,
 the latter is obsolete.
 .bP
-X/Open Curses, Issue 4, Version 2 (1996),
+X/Open Curses,
+Issue 4 Version 2 (1996),
 marked \fB\%vwprintw\fP as requiring \fI\%varargs.h\fP and
 \*(``TO BE WITHDRAWN\*('',
 and specified \fB\%vw_printw\fP using the \fI\%stdarg.h\fP interface.
diff --git a/man/curs_scanw.3x b/man/curs_scanw.3x
index e5dcae6f4..599ace95c 100644
--- a/man/curs_scanw.3x
+++ b/man/curs_scanw.3x
@@ -124,7 +124,8 @@ .SH NOTES
 implements \fI\%vsscanf\fP(3) internally if it is unavailable when the
 library is configured.
 .SH PORTABILITY
-X/Open Curses, Issue 4, describes these functions.
+X/Open Curses,
+Issue 4 describes these functions.
 It specifies no error conditions for them.
 .PP
 .I \%ncurses
@@ -133,13 +134,15 @@ .SH PORTABILITY
 However,
 the latter is obsolete.
 .bP
-X/Open Curses, Issue 4, Version 2 (1996),
+X/Open Curses,
+Issue 4 Version 2 (1996),
 marked \fB\%vwscanw\fP as requiring \fI\%varargs.h\fP and
 \*(``TO BE WITHDRAWN\*('',
 and specified \fB\%vw_scanw\fP using the \fI\%stdarg.h\fP interface.
 .bP
-X/Open Curses, Issue 5, Draft 2
-(December 2007) marked \fB\%vwscanw\fP (along with
+X/Open Curses,
+Issue 5,
+Draft 2 (December 2007) marked \fB\%vwscanw\fP (along with
 \fB\%vwscanw\fP and the \fItermcap\fP interface) as withdrawn.
 After incorporating review comments,
 this became
diff --git a/man/curs_scr_dump.3x b/man/curs_scr_dump.3x
index 427ae2eba..fc47d4855 100644
--- a/man/curs_scr_dump.3x
+++ b/man/curs_scr_dump.3x
@@ -132,7 +132,8 @@ .SH NOTES
 and
 \fB\%scr_restore\fP may be macros.
 .SH PORTABILITY
-X/Open Curses, Issue 4, describes these functions.
+X/Open Curses,
+Issue 4 describes these functions.
 .PP
 .\" SVID 4, p. 529
 SVr4 omitted the
diff --git a/man/curs_scroll.3x b/man/curs_scroll.3x
index 8c29dd567..d648a130e 100644
--- a/man/curs_scroll.3x
+++ b/man/curs_scroll.3x
@@ -110,7 +110,8 @@ .SH NOTES
 .PP
 \fB\%scrl\fP and \fB\%scroll\fP may be implemented as macros.
 .SH PORTABILITY
-X/Open Curses, Issue 4, describes these functions.
+X/Open Curses,
+Issue 4 describes these functions.
 It defines no error conditions.
 .PP
 SVr4 specifies only
diff --git a/man/curs_slk.3x b/man/curs_slk.3x
index 33119b64d..d616fcb85 100644
--- a/man/curs_slk.3x
+++ b/man/curs_slk.3x
@@ -277,7 +277,8 @@ .SH EXTENSIONS
 and used to set the color pair instead of the \fIshort\fP pair
 parameter.
 .SH PORTABILITY
-X/Open Curses, Issue 4, describes these functions,
+X/Open Curses,
+Issue 4 describes these functions,
 with some differences from SVr4 \fIcurses\fP:
 .bP
 X/Open added functions like the SVr4 attribute-manipulation functions
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

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