bug-ncurses
[Top][All Lists]
Advanced

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

[PATCH 006/177] man/*: Fix style nit.


From: G. Branden Robinson
Subject: [PATCH 006/177] man/*: Fix style nit.
Date: Mon, 13 Jan 2025 11:14:35 -0600

Stop using a comma between "X/Open Curses" or "System V Interface
Definition" and its edition.
---
 man/captoinfo.1m       |  3 +--
 man/curs_add_wch.3x    |  8 +++-----
 man/curs_add_wchstr.3x |  9 +++------
 man/curs_addch.3x      |  3 +--
 man/curs_addchstr.3x   |  3 +--
 man/curs_addstr.3x     |  3 +--
 man/curs_addwstr.3x    |  6 ++----
 man/curs_attr.3x       |  2 +-
 man/curs_beep.3x       |  3 +--
 man/curs_bkgd.3x       |  3 +--
 man/curs_bkgrnd.3x     |  6 ++----
 man/curs_border.3x     |  2 +-
 man/curs_border_set.3x |  2 +-
 man/curs_clear.3x      |  2 +-
 man/curs_delch.3x      |  3 +--
 man/curs_deleteln.3x   |  3 +--
 man/curs_get_wch.3x    |  3 +--
 man/curs_get_wstr.3x   |  7 +++----
 man/curs_getch.3x      |  3 +--
 man/curs_getyx.3x      |  3 +--
 man/curs_in_wch.3x     |  9 +++------
 man/curs_inch.3x       |  3 +--
 man/curs_inchstr.3x    |  2 +-
 man/curs_initscr.3x    |  3 +--
 man/curs_inopts.3x     |  3 +--
 man/curs_ins_wch.3x    |  9 +++------
 man/curs_ins_wstr.3x   |  9 +++------
 man/curs_insch.3x      |  3 +--
 man/curs_insstr.3x     |  3 +--
 man/curs_instr.3x      |  3 +--
 man/curs_inwstr.3x     |  3 +--
 man/curs_move.3x       |  3 +--
 man/curs_outopts.3x    |  3 +--
 man/curs_overlay.3x    |  2 +-
 man/curs_pad.3x        |  2 +-
 man/curs_printw.3x     | 12 +++++-------
 man/curs_refresh.3x    |  2 +-
 man/curs_scanw.3x      | 13 +++++--------
 man/curs_scr_dump.3x   |  3 +--
 man/curs_scroll.3x     |  3 +--
 man/curs_slk.3x        |  3 +--
 man/curs_termattrs.3x  |  2 +-
 man/curs_termcap.3x    | 11 +++--------
 man/curs_touch.3x      |  2 +-
 man/curs_util.3x       |  3 +--
 man/curs_window.3x     |  2 +-
 man/infocmp.1m         |  2 +-
 man/infotocap.1m       |  3 +--
 man/ncurses.3x         |  4 ++--
 man/scr_dump.5         |  2 +-
 man/tic.1m             |  2 +-
 51 files changed, 76 insertions(+), 130 deletions(-)

diff --git a/man/captoinfo.1m b/man/captoinfo.1m
index 467260823..1f6285715 100644
--- a/man/captoinfo.1m
+++ b/man/captoinfo.1m
@@ -206,8 +206,7 @@ .SH FILES
 .I /etc/termcap
 default \fI\%termcap\fP terminal capability database
 .SH PORTABILITY
-X/Open Curses,
-Issue 7 (2009) describes \fBtic\fP briefly,
+X/Open Curses Issue 7 (2009) describes \fBtic\fP briefly,
 but omits this program.
 .PP
 SVr4 systems provide \fB\%captoinfo\fP as a separate application from
diff --git a/man/curs_add_wch.3x b/man/curs_add_wch.3x
index 8c538be17..40156782a 100644
--- a/man/curs_add_wch.3x
+++ b/man/curs_add_wch.3x
@@ -425,7 +425,7 @@ .SS TABSIZE
 but is not specified by X/Open Curses
 (see \fBcurs_variables\fP(3X)).
 .SH PORTABILITY
-These functions are described in X/Open Curses, Issue 4.
+These functions are described in X/Open Curses Issue 4.
 It specifies no error conditions for them.
 .PP
 The defaults specified for forms-drawing characters apply in the POSIX
@@ -535,10 +535,8 @@ .SS "Complex Characters"
 .I \%ncurses
 adds the non-spacing character to the active complex character.
 .SH HISTORY
-These functions were initially specified by X/Open Curses,
-Issue 4.
-The System\ V Interface Definition,
-Version 4 (1995),
+These functions were initially specified by X/Open Curses Issue 4
+The System\ V Interface Definition Version 4 (1995),
 specified functions named
 .I \%waddwch
 and
diff --git a/man/curs_add_wchstr.3x b/man/curs_add_wchstr.3x
index b3a3548f4..4023e547f 100644
--- a/man/curs_add_wchstr.3x
+++ b/man/curs_add_wchstr.3x
@@ -137,14 +137,11 @@ .SH NOTES
 .B \%wadd_wchnstr
 may be implemented as macros.
 .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.
 .SH HISTORY
-These functions were initially specified by X/Open Curses,
-Issue 4.
-The System\ V Interface Definition,
-Version 4 (1995),
+These functions were initially specified by X/Open Curses Issue 4.
+The System\ V Interface Definition Version 4 (1995),
 specified functions named
 .I \%waddwchstr
 and
diff --git a/man/curs_addch.3x b/man/curs_addch.3x
index b8056ee28..76ed6229b 100644
--- a/man/curs_addch.3x
+++ b/man/curs_addch.3x
@@ -300,8 +300,7 @@ .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
 SVr4
diff --git a/man/curs_addchstr.3x b/man/curs_addchstr.3x
index 78c5fba93..8fb1dc967 100644
--- a/man/curs_addchstr.3x
+++ b/man/curs_addchstr.3x
@@ -137,8 +137,7 @@ .SH NOTES
 .B \%waddchnstr
 may be implemented as macros.
 .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.
 .SH HISTORY
 SVr3.1 (1987)
diff --git a/man/curs_addstr.3x b/man/curs_addstr.3x
index 0f9a7316d..46a2e9c3e 100644
--- a/man/curs_addstr.3x
+++ b/man/curs_addstr.3x
@@ -125,8 +125,7 @@ .SH RETURN VALUE
 .SH NOTES
 All of these functions except \fBwaddnstr\fP may be macros.
 .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.
 .SH HISTORY
 4BSD (1980)
diff --git a/man/curs_addwstr.3x b/man/curs_addwstr.3x
index 0b3174c00..e59ab265e 100644
--- a/man/curs_addwstr.3x
+++ b/man/curs_addwstr.3x
@@ -137,11 +137,9 @@ .SH NOTES
 .B waddnwstr
 may be implemented as macros.
 .SH PORTABILITY
-X/Open Curses,
-Issue 4 describes these functions.
+X/Open Curses Issue 4 describes these functions.
 .SH HISTORY
-The System\ V Interface Definition,
-Version 4 (1995),
+The System\ V Interface Definition Version 4 (1995),
 specified
 .I \%waddwstr
 and
diff --git a/man/curs_attr.3x b/man/curs_attr.3x
index 2da9368f6..39cb9aa79 100644
--- a/man/curs_attr.3x
+++ b/man/curs_attr.3x
@@ -424,7 +424,7 @@ .SH EXTENSIONS
 .IR NULL "."
 .\" ---------------------------------------------------------------------------
 .SH PORTABILITY
-These functions are described in X/Open Curses, Issue 4.
+These functions are described in X/Open Curses Issue 4.
 It specifies no error conditions for them.
 .PP
 The standard defined the dedicated type for highlights,
diff --git a/man/curs_beep.3x b/man/curs_beep.3x
index bc90da919..6deb3b582 100644
--- a/man/curs_beep.3x
+++ b/man/curs_beep.3x
@@ -91,8 +91,7 @@ .SH EXTENSIONS
 these functions can return
 .BR ERR "."
 .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
 On SVr4
diff --git a/man/curs_bkgd.3x b/man/curs_bkgd.3x
index d82a067d7..bb6e23798 100644
--- a/man/curs_bkgd.3x
+++ b/man/curs_bkgd.3x
@@ -230,8 +230,7 @@ .SH NOTES
 checks to ensure that,
 and retains the existing 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 indicates that
 .IR bkgd ","
 .IR wbkgd ","
diff --git a/man/curs_bkgrnd.3x b/man/curs_bkgrnd.3x
index 6e70bab29..4e36f0d6f 100644
--- a/man/curs_bkgrnd.3x
+++ b/man/curs_bkgrnd.3x
@@ -226,8 +226,7 @@ .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.
@@ -236,8 +235,7 @@ .SH PORTABILITY
 .IR curses 's
 non-wide functions for manipulating the window background.
 .SH HISTORY
-These functions were initially specified by X/Open Curses,
-Issue 4.
+These functions were initially specified by X/Open Curses Issue 4.
 .SH SEE ALSO
 \fB\%curs_bkgd\fP(3X) describes the corresponding functions in the
 non-wide configuration of
diff --git a/man/curs_border.3x b/man/curs_border.3x
index 4d159f6f3..8dfd452b2 100644
--- a/man/curs_border.3x
+++ b/man/curs_border.3x
@@ -156,7 +156,7 @@ .SH NOTES
 .PP
 Note that \fBborder\fP and \fBbox\fP may be macros.
 .SH PORTABILITY
-These functions are described in X/Open Curses, Issue 4.
+These functions are described in X/Open Curses Issue 4.
 It specifies no error conditions for them.
 .SH SEE ALSO
 \fB\%curses\fP(3X),
diff --git a/man/curs_border_set.3x b/man/curs_border_set.3x
index 6e1acdf53..25673528b 100644
--- a/man/curs_border_set.3x
+++ b/man/curs_border_set.3x
@@ -197,7 +197,7 @@ .SH NOTES
 \fBvline_set\fP
 may be macros.
 .SH PORTABILITY
-These functions are described in X/Open Curses, Issue 4.
+These functions are described in X/Open Curses Issue 4.
 .SH SEE ALSO
 \fB\%curses\fP(3X),
 \fB\%curs_add_wch\fP(3X),
diff --git a/man/curs_clear.3x b/man/curs_clear.3x
index 66d84582d..1848561b0 100644
--- a/man/curs_clear.3x
+++ b/man/curs_clear.3x
@@ -106,7 +106,7 @@ .SH NOTES
 Note that \fBerase\fP, \fBwerase\fP, \fBclear\fP, \fBwclear\fP,
 \fBclrtobot\fP, and \fBclrtoeol\fP may be macros.
 .SH PORTABILITY
-These functions are described in X/Open Curses, Issue 4.
+These functions are described in X/Open Curses Issue 4.
 .PP
 The SVr4.0 manual says that these functions could return
 \*(``or a non-negative integer if \fB\%immedok\fP is set\*('',
diff --git a/man/curs_delch.3x b/man/curs_delch.3x
index 010140f84..4d099f901 100644
--- a/man/curs_delch.3x
+++ b/man/curs_delch.3x
@@ -103,8 +103,7 @@ .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.
 It specifies no error conditions for them.
 .PP
 SVr4
diff --git a/man/curs_deleteln.3x b/man/curs_deleteln.3x
index f24987340..d3a6ffc16 100644
--- a/man/curs_deleteln.3x
+++ b/man/curs_deleteln.3x
@@ -124,8 +124,7 @@ .SH NOTES
 does not use them;
 see \fB\%idlok\fP(3X).
 .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
 SVr4
diff --git a/man/curs_get_wch.3x b/man/curs_get_wch.3x
index a9ef525bc..54fc233aa 100644
--- a/man/curs_get_wch.3x
+++ b/man/curs_get_wch.3x
@@ -243,8 +243,7 @@ .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_get_wstr.3x b/man/curs_get_wstr.3x
index 72dcc57ed..5e3ea7e35 100644
--- a/man/curs_get_wstr.3x
+++ b/man/curs_get_wstr.3x
@@ -178,8 +178,7 @@ .SH NOTES
 These functions cannot return \fBKEY_\fP values because there
 is no way to distinguish a \fBKEY_\fP value from a valid \fBwchar_t\fP 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
 This implementation returns \fBERR\fP if the window pointer is null,
@@ -201,10 +200,10 @@ .SH PORTABILITY
 while \fBwchar_t\fP is a unsigned type.
 All of the vendors implement this using \fBwint_t\fP, following the standard.
 .PP
-X/Open Curses, Issue 7 (2009) is unclear regarding whether
+X/Open Curses Issue 7 (2009) is unclear regarding whether
 the terminating \fInull \fBwchar_t\fR
 value is counted in the length parameter \fIn\fP.
-X/Open Curses, Issue 7 revised the corresponding description
+X/Open Curses Issue 7 revised the corresponding description
 of \fBwgetnstr\fP to address this issue.
 The unrevised description of \fBwget_nwstr\fP can be interpreted either way.
 This implementation counts the terminator in the length.
diff --git a/man/curs_getch.3x b/man/curs_getch.3x
index 853d7ad47..90d542d84 100644
--- a/man/curs_getch.3x
+++ b/man/curs_getch.3x
@@ -636,8 +636,7 @@ .SH PORTABILITY
 preprocessor macro.
 .PP
 Except as noted in section \*(``EXTENSIONS\*('' above,
-X/Open Curses,
-Issue 4 describes these functions.
+X/Open Curses Issue 4 describes these functions.
 It specifies no error conditions for them.
 .PP
 .B \%wgetch
diff --git a/man/curs_getyx.3x b/man/curs_getyx.3x
index 4d7ec469d..b2c61b37e 100644
--- a/man/curs_getyx.3x
+++ b/man/curs_getyx.3x
@@ -109,8 +109,7 @@ .SH NOTES
 and
 .IR x "."
 .SH PORTABILITY
-These macros are described in X/Open Curses,
-Issue 4.
+These macros are described in X/Open Curses Issue 4.
 .PP
 .I \%ncurses
 also provides functions
diff --git a/man/curs_in_wch.3x b/man/curs_in_wch.3x
index bf95b5d5f..ab25bbff0 100644
--- a/man/curs_in_wch.3x
+++ b/man/curs_in_wch.3x
@@ -101,14 +101,11 @@ .SH NOTES
 .I wch
 parameter instead of 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.
 .SH HISTORY
-These functions were initially specified by X/Open Curses,
-Issue 4.
-The System\ V Interface Definition,
-Version 4 (1995),
+These functions were initially specified by X/Open Curses Issue 4.
+The System\ V Interface Definition Version 4 (1995),
 specified a function named
 .I \%winwch
 (and the usual variants).
diff --git a/man/curs_inch.3x b/man/curs_inch.3x
index 74ef7d147..a85aee7eb 100644
--- a/man/curs_inch.3x
+++ b/man/curs_inch.3x
@@ -110,8 +110,7 @@ .SH NOTES
 They instead extract only the low-order eight bits of the character code
 from the cell.
 .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.
 .SH HISTORY
 The original
diff --git a/man/curs_inchstr.3x b/man/curs_inchstr.3x
index b3fea81e0..770b6dfbc 100644
--- a/man/curs_inchstr.3x
+++ b/man/curs_inchstr.3x
@@ -127,7 +127,7 @@ .SH NOTES
 \fBwinchnstr\fP
 is recommended.
 .SH PORTABILITY
-These functions are described in X/Open Curses, Issue 4.
+These functions are described in X/Open Curses Issue 4.
 It is no
 more specific than the SVr4 documentation on the trailing 0.
 It does specify
diff --git a/man/curs_initscr.3x b/man/curs_initscr.3x
index b1f1a6ad4..47a03215c 100644
--- a/man/curs_initscr.3x
+++ b/man/curs_initscr.3x
@@ -321,8 +321,7 @@ .SH RETURN VALUE
 .B \%set_term
 does not fail.
 .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.
 .SS Differences
 X/Open Curses specifies that portable applications must not
diff --git a/man/curs_inopts.3x b/man/curs_inopts.3x
index 9bd8cbfc0..a286e6f8f 100644
--- a/man/curs_inopts.3x
+++ b/man/curs_inopts.3x
@@ -610,8 +610,7 @@ .SH PORTABILITY
 preprocessor macro.
 .PP
 Except as noted in section \*(``EXTENSIONS\*('' above,
-X/Open Curses,
-Issue 4 describes these functions.
+X/Open Curses Issue 4 describes these functions.
 It specifies no error conditions for them.
 .PP
 SVr4
diff --git a/man/curs_ins_wch.3x b/man/curs_ins_wch.3x
index 8735c85db..a662da5eb 100644
--- a/man/curs_ins_wch.3x
+++ b/man/curs_ins_wch.3x
@@ -93,16 +93,13 @@ .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 describes successful return values only as
 \*(``an integer value other than \fBERR\fP\*(''.
 .SH HISTORY
-These functions were initially specified by X/Open Curses,
-Issue 4.
-The System\ V Interface Definition,
-Version 4 (1995),
+These functions were initially specified by X/Open Curses Issue 4.
+The System\ V Interface Definition Version 4 (1995),
 specified a function named
 .I \%winswch
 (and the usual variants).
diff --git a/man/curs_ins_wstr.3x b/man/curs_ins_wstr.3x
index e453f1497..acfed0f38 100644
--- a/man/curs_ins_wstr.3x
+++ b/man/curs_ins_wstr.3x
@@ -143,8 +143,7 @@ .SH NOTES
 .B \%wins_nwstr
 may be implemented as macros.
 .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 specify what happens
@@ -165,10 +164,8 @@ .SH PORTABILITY
 Nevertheless,
 Issue 7 retains the language.
 .SH HISTORY
-These functions were initially specified by X/Open Curses,
-Issue 4.
-The System\ V Interface Definition,
-Version 4 (1995),
+These functions were initially specified by X/Open Curses Issue 4.
+The System\ V Interface Definition Version 4 (1995),
 specified functions named
 .I \%winswstr
 and
diff --git a/man/curs_insch.3x b/man/curs_insch.3x
index d073fcf97..0a7e704d1 100644
--- a/man/curs_insch.3x
+++ b/man/curs_insch.3x
@@ -97,8 +97,7 @@ .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_insstr.3x b/man/curs_insstr.3x
index ede20deda..891fa665a 100644
--- a/man/curs_insstr.3x
+++ b/man/curs_insstr.3x
@@ -139,8 +139,7 @@ .SH NOTES
 .B \%winsnstr
 may be implemented as macros.
 .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
 Issue 4 distinguished
diff --git a/man/curs_instr.3x b/man/curs_instr.3x
index 7795a8877..0a792a10c 100644
--- a/man/curs_instr.3x
+++ b/man/curs_instr.3x
@@ -168,8 +168,7 @@ .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
 X/Open Curses Issues 4 and 7 both state that
diff --git a/man/curs_inwstr.3x b/man/curs_inwstr.3x
index 33fd46c23..ed1fe4a39 100644
--- a/man/curs_inwstr.3x
+++ b/man/curs_inwstr.3x
@@ -182,8 +182,7 @@ .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
 Notwithstanding the foregoing,
diff --git a/man/curs_move.3x b/man/curs_move.3x
index 065c39c55..7fd4df263 100644
--- a/man/curs_move.3x
+++ b/man/curs_move.3x
@@ -93,8 +93,7 @@ .SH NOTES
 .B \%move
 may be implemented as a macro.
 .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_outopts.3x b/man/curs_outopts.3x
index 920cd1e7d..7fa156eb3 100644
--- a/man/curs_outopts.3x
+++ b/man/curs_outopts.3x
@@ -177,8 +177,7 @@ .SH NOTES
 The \fBimmedok\fP routine is useful for windows that are used as terminal
 emulators.
 .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
 Some historic
diff --git a/man/curs_overlay.3x b/man/curs_overlay.3x
index c4400637f..4b7342e0e 100644
--- a/man/curs_overlay.3x
+++ b/man/curs_overlay.3x
@@ -89,7 +89,7 @@ .SH RETURN VALUE
 .SH NOTES
 Note that \fBoverlay\fP and \fBoverwrite\fP may be macros.
 .SH PORTABILITY
-These functions are described in X/Open Curses, Issue 4,
+These functions are described in X/Open Curses Issue 4,
 which adds \fI\%const\fP qualifiers to the arguments.
 It further specifies their behavior in the presence of characters
 with multibyte renditions (not yet supported in this implementation).
diff --git a/man/curs_pad.3x b/man/curs_pad.3x
index 689438182..0f310c639 100644
--- a/man/curs_pad.3x
+++ b/man/curs_pad.3x
@@ -240,7 +240,7 @@ .SH PORTABILITY
 .PP
 The two uses may be related.
 .PP
-X/Open Curses, Issue 4 describes these functions,
+X/Open Curses Issue 4 describes these functions,
 without significant change from the SVr3 documentation.
 It specifies no error conditions for them.
 The behavior of \fB\%subpad\fP if the parent window is not
diff --git a/man/curs_printw.3x b/man/curs_printw.3x
index 282536b36..36d47cc3d 100644
--- a/man/curs_printw.3x
+++ b/man/curs_printw.3x
@@ -118,8 +118,7 @@ .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
@@ -128,18 +127,17 @@ .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.
 .bP
-X/Open Curses, Issue 5, Draft 2
+X/Open Curses Issue 5, Draft 2
 (December 2007) marked \fBvwprintw\fP (along with
 \fBvwscanw\fP and the \fItermcap\fP interface) as withdrawn.
 After incorporating review comments,
 this became
-X/Open Curses, Issue 7 (2009).
+X/Open Curses Issue 7 (2009).
 .bP
 .I \%ncurses
 provides \fB\%vwprintw\fP,
@@ -194,7 +192,7 @@ .SH HISTORY
 define the \fI\%va_list\fP type.
 .\" either header declares "va_list", but only one can be used
 .PP
-X/Open Curses, Issue 4 (1995),
+X/Open Curses Issue 4 (1995),
 defined \fB\%vw_printw\fP to replace \fB\%vwprintw\fP,
 stating that its \fI\%va_list\fP type is defined in \fI\%stdarg.h\fP.
 .SH SEE ALSO
diff --git a/man/curs_refresh.3x b/man/curs_refresh.3x
index cd50712bf..ceabd99d1 100644
--- a/man/curs_refresh.3x
+++ b/man/curs_refresh.3x
@@ -151,7 +151,7 @@ .SH RETURN VALUE
 .SH NOTES
 Note that \fBrefresh\fP and \fBredrawwin\fP may be macros.
 .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
 Whether \fBwnoutrefresh\fP copies to the virtual screen the entire contents
diff --git a/man/curs_scanw.3x b/man/curs_scanw.3x
index 409c297fb..d27d485c3 100644
--- a/man/curs_scanw.3x
+++ b/man/curs_scanw.3x
@@ -126,8 +126,7 @@ .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
@@ -136,19 +135,17 @@ .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,
+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
-X/Open Curses, Issue 7 (2009).
+X/Open Curses Issue 7 (2009).
 .bP
 .I \%ncurses
 provides \fB\%vwscanw\fP,
@@ -244,7 +241,7 @@ .SH HISTORY
 define the \fI\%va_list\fP type.
 .\" either header declares "va_list", but only one can be used
 .PP
-X/Open Curses, Issue 4 (1995),
+X/Open Curses Issue 4 (1995),
 defined \fI\%vw_scanw\fP to replace \fI\%vwscanw\fP,
 stating that its \fI\%va_list\fP type is defined in \fI\%stdarg.h\fP.
 .SH SEE ALSO
diff --git a/man/curs_scr_dump.3x b/man/curs_scr_dump.3x
index 96aef6a2d..f41283dae 100644
--- a/man/curs_scr_dump.3x
+++ b/man/curs_scr_dump.3x
@@ -186,8 +186,7 @@ .SH NOTES
 .B \%scr_set
 may be implemented as macros.
 .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.
 .\" Unusually, SVID 4 explicitly indicated "OK" as a possible return
 .\" value, rather than the "integer other than ERR" refrain (p. 529).
diff --git a/man/curs_scroll.3x b/man/curs_scroll.3x
index 1db9532ac..96e6eacf6 100644
--- a/man/curs_scroll.3x
+++ b/man/curs_scroll.3x
@@ -138,8 +138,7 @@ .SH NOTES
 .I \%WINDOW
 pointer argument.
 .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 c723bf445..a34c359ff 100644
--- a/man/curs_slk.3x
+++ b/man/curs_slk.3x
@@ -285,8 +285,7 @@ .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
diff --git a/man/curs_termattrs.3x b/man/curs_termattrs.3x
index f0c232e64..a76714fe3 100644
--- a/man/curs_termattrs.3x
+++ b/man/curs_termattrs.3x
@@ -120,7 +120,7 @@ .SH RETURN VALUE
 .SH NOTES
 Note that \fBtermattrs\fP may be a macro.
 .SH PORTABILITY
-X/Open Curses, Issue 4 describes these functions.
+X/Open Curses Issue 4 describes these functions.
 It changes the
 return type of \fBtermattrs\fP to the new type \fBattr_t\fP.
 Most versions of curses truncate the result returned by \fBtermname\fP to
diff --git a/man/curs_termcap.3x b/man/curs_termcap.3x
index 71acd3aa8..d80fcaee6 100644
--- a/man/curs_termcap.3x
+++ b/man/curs_termcap.3x
@@ -369,15 +369,12 @@ .SH PORTABILITY
 They should not be used in new programs.
 .SS Standards
 .bP
-X/Open Curses,
-Issue 4,
-Version 2 (1996),
+X/Open Curses Issue 4 Version 2 (1996),
 describes these functions,
 marking them as
 \*(``TO BE WITHDRAWN\*(''.
 .bP
-X/Open Curses,
-Issue 7 (2009) withdrew the
+X/Open Curses Issue 7 (2009) withdrew the
 .I termcap
 interface
 (along with the
@@ -403,9 +400,7 @@ .SS Standards
 the
 .I termcap
 library,
-that is a defect in X/Open Curses,
-Issue 4,
-Version 2
+that is a defect in X/Open Curses Issue 4 Version 2
 rather than in
 .IR \%ncurses "."
 .SS "Compatibility with BSD \f(BItermcap\fP"
diff --git a/man/curs_touch.3x b/man/curs_touch.3x
index 4d49d279b..0a66c7555 100644
--- a/man/curs_touch.3x
+++ b/man/curs_touch.3x
@@ -118,7 +118,7 @@ .SH PORTABILITY
 .IR NULL ";"
 otherwise this implementation behaves the same as SVr4.
 .PP
-X/Open Curses, Issue 4 describes these functions.
+X/Open Curses Issue 4 describes these functions.
 It specifies no error conditions for them.
 .SH SEE ALSO
 \fB\%curses\fP(3X),
diff --git a/man/curs_util.3x b/man/curs_util.3x
index bc477fa40..a7e2962c2 100644
--- a/man/curs_util.3x
+++ b/man/curs_util.3x
@@ -411,8 +411,7 @@ .SS "putwin/getwin file-format"
 However,
 reading from a file written using mixed schemes may not be successful.
 .SS "unctrl, wunctrl"
-X/Open Curses,
-Issue 4 describes these functions.
+X/Open Curses Issue 4 describes these functions.
 It specifies no error conditions for them.
 It states that \fBunctrl\fP and \fBwunctrl\fP will return a null pointer
 if unsuccessful.
diff --git a/man/curs_window.3x b/man/curs_window.3x
index f8d7ba356..b756ca12f 100644
--- a/man/curs_window.3x
+++ b/man/curs_window.3x
@@ -231,7 +231,7 @@ .SH NOTES
 .PP
 Note that \fBsyncok\fP may be a macro.
 .SH PORTABILITY
-X/Open Curses, Issue 4 describes these functions.
+X/Open Curses Issue 4 describes these functions.
 .PP
 Regarding
 .IR \%delwin ","
diff --git a/man/infocmp.1m b/man/infocmp.1m
index f77b7a082..6c2c664f6 100644
--- a/man/infocmp.1m
+++ b/man/infocmp.1m
@@ -686,7 +686,7 @@ .SH EXTENSIONS
 .I \%ncurses
 extensions.
 .SH PORTABILITY
-X/Open Curses, Issue 7 (2009) specifies
+X/Open Curses Issue 7 (2009) specifies
 .IR \%infocmp "."
 It does not mention options for producing descriptions in
 .I \%term\%cap
diff --git a/man/infotocap.1m b/man/infotocap.1m
index 4be98f9e6..d8833f72b 100644
--- a/man/infotocap.1m
+++ b/man/infotocap.1m
@@ -80,8 +80,7 @@ .SH FILES
 .I @TERMINFO@
 compiled terminal description database
 .SH PORTABILITY
-None of X/Open Curses,
-Issue 7 (2009),
+None of X/Open Curses Issue 7 (2009),
 SVr4,
 or NetBSD document this application.
 .SH AUTHORS
diff --git a/man/ncurses.3x b/man/ncurses.3x
index 75a9fc8db..8415fc2fa 100644
--- a/man/ncurses.3x
+++ b/man/ncurses.3x
@@ -1807,7 +1807,7 @@ .SH "ALTERNATE CONFIGURATIONS"
 when compiling for the wide-character library
 to use the extended (wide-character) functions.
 The symbol which enables these features has changed
-since X/Open Curses, Issue 4:
+since X/Open Curses Issue 4:
 .bP
 Originally, the wide-character feature required the symbol
 \fB_XOPEN_SOURCE_EXTENDED\fP
@@ -1818,7 +1818,7 @@ .SH "ALTERNATE CONFIGURATIONS"
 As of mid-2018,
 none of the features in this implementation require a \fB_XOPEN_SOURCE\fP
 feature greater than 600.
-However, X/Open Curses, Issue 7 (2009) recommends defining it to 700.
+However, X/Open Curses Issue 7 (2009) recommends defining it to 700.
 .bP
 Alternatively, you can enable the feature by defining \fBNCURSES_WIDECHAR\fP
 with the caveat that some other header file than \fBcurses.h\fP
diff --git a/man/scr_dump.5 b/man/scr_dump.5
index 95b2142ee..334527ad0 100644
--- a/man/scr_dump.5
+++ b/man/scr_dump.5
@@ -135,7 +135,7 @@ .SH PORTABILITY
 screen dumps.
 A brief survey of the existing implementations follows.
 .SS "X/Open Curses"
-X/Open Curses, Issue 7 specifies little.
+X/Open Curses Issue 7 specifies little.
 It says
 (boldface emphasis added)
 .RS 3
diff --git a/man/tic.1m b/man/tic.1m
index d58dfa7c1..622ee7d39 100644
--- a/man/tic.1m
+++ b/man/tic.1m
@@ -520,7 +520,7 @@ .SH EXTENSIONS
 \fI$HOME/.terminfo\fP database unless \fI\%TERMINFO\fP is explicitly set
 to it.
 .SH PORTABILITY
-X/Open Curses, Issue 7 (2009) provides a brief description of \fBtic\fP.
+X/Open Curses Issue 7 (2009) provides a brief description of \fBtic\fP.
 It lists one option: \fB\-c\fP.
 The omission of \fB\-v\fP is unexpected.
 The change history states that the description is derived from Tru64.
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

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