[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 007/177] man/*: Fix typographical nit.
From: |
G. Branden Robinson |
Subject: |
[PATCH 007/177] man/*: Fix typographical nit. |
Date: |
Mon, 13 Jan 2025 11:14:44 -0600 |
Prevent awkward break in a noun phrase between a word like "Issue" and
"Version" and a subsequent single-digit number.
---
man/captoinfo.1m | 2 +-
man/clear.1 | 4 ++--
man/curs_add_wch.3x | 6 +++---
man/curs_add_wchstr.3x | 6 +++---
man/curs_addch.3x | 4 ++--
man/curs_addchstr.3x | 2 +-
man/curs_addstr.3x | 2 +-
man/curs_addwstr.3x | 4 ++--
man/curs_attr.3x | 2 +-
man/curs_beep.3x | 2 +-
man/curs_bkgd.3x | 2 +-
man/curs_bkgrnd.3x | 4 ++--
man/curs_border.3x | 2 +-
man/curs_border_set.3x | 2 +-
man/curs_clear.3x | 2 +-
man/curs_delch.3x | 2 +-
man/curs_deleteln.3x | 2 +-
man/curs_get_wch.3x | 2 +-
man/curs_get_wstr.3x | 8 ++++----
man/curs_getch.3x | 2 +-
man/curs_getstr.3x | 13 +++++++------
man/curs_getyx.3x | 2 +-
man/curs_in_wch.3x | 6 +++---
man/curs_inch.3x | 2 +-
man/curs_inchstr.3x | 2 +-
man/curs_initscr.3x | 4 ++--
man/curs_inopts.3x | 2 +-
man/curs_ins_wch.3x | 6 +++---
man/curs_ins_wstr.3x | 8 ++++----
man/curs_insch.3x | 2 +-
man/curs_insstr.3x | 12 ++++++------
man/curs_instr.3x | 2 +-
man/curs_inwstr.3x | 2 +-
man/curs_move.3x | 2 +-
man/curs_outopts.3x | 2 +-
man/curs_overlay.3x | 2 +-
man/curs_pad.3x | 2 +-
man/curs_printw.3x | 10 +++++-----
man/curs_refresh.3x | 2 +-
man/curs_scanw.3x | 10 +++++-----
man/curs_scr_dump.3x | 2 +-
man/curs_scroll.3x | 2 +-
man/curs_slk.3x | 2 +-
man/curs_termattrs.3x | 2 +-
man/curs_termcap.3x | 6 +++---
man/curs_terminfo.3x | 2 +-
man/curs_touch.3x | 2 +-
man/curs_util.3x | 4 ++--
man/curs_variables.3x | 2 +-
man/curs_window.3x | 2 +-
man/form_field_validation.3x | 2 +-
man/infocmp.1m | 2 +-
man/infotocap.1m | 2 +-
man/ncurses.3x | 4 ++--
man/scr_dump.5 | 2 +-
man/tabs.1 | 6 +++---
man/tic.1m | 4 ++--
man/tput.1 | 6 +++---
man/tset.1 | 4 ++--
59 files changed, 107 insertions(+), 106 deletions(-)
diff --git a/man/captoinfo.1m b/man/captoinfo.1m
index 1f6285715..b813268bd 100644
--- a/man/captoinfo.1m
+++ b/man/captoinfo.1m
@@ -206,7 +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/clear.1 b/man/clear.1
index a1034db7c..50dbbc3ea 100644
--- a/man/clear.1
+++ b/man/clear.1
@@ -91,8 +91,8 @@ .SH OPTIONS
.B \-x
prevents \fB\%@CLEAR@\fP from attempting to clear the scrollback buffer.
.SH PORTABILITY
-Neither IEEE Std 1003.1/The Open Group Base Specifications Issue 7
-(POSIX.1-2008) nor X/Open Curses Issue 7 documents \fB\%@CLEAR@\fP.
+Neither IEEE Std 1003.1/The Open Group Base Specifications Issue\ 7
+(POSIX.1-2008) nor X/Open Curses Issue\ 7 documents \fB\%@CLEAR@\fP.
.PP
The latter documents \fBtput\fP,
which could be used to replace this utility either via a shell script or
diff --git a/man/curs_add_wch.3x b/man/curs_add_wch.3x
index 40156782a..947cef5fa 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,8 +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 4023e547f..27ffca33e 100644
--- a/man/curs_add_wchstr.3x
+++ b/man/curs_add_wchstr.3x
@@ -137,11 +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 76ed6229b..6d1b11b38 100644
--- a/man/curs_addch.3x
+++ b/man/curs_addch.3x
@@ -300,7 +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
@@ -350,7 +350,7 @@ .SS "ACS Symbols"
line drawing.
.bP
X/Open Curses
-(Issues 2 through 7)
+(Issues\ 2 through 7)
has a typographical error
for the
.B \%ACS_LANTERN
diff --git a/man/curs_addchstr.3x b/man/curs_addchstr.3x
index 8fb1dc967..a85cbe5d1 100644
--- a/man/curs_addchstr.3x
+++ b/man/curs_addchstr.3x
@@ -137,7 +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 46a2e9c3e..3581c0878 100644
--- a/man/curs_addstr.3x
+++ b/man/curs_addstr.3x
@@ -125,7 +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 e59ab265e..e8182a983 100644
--- a/man/curs_addwstr.3x
+++ b/man/curs_addwstr.3x
@@ -137,9 +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 39cb9aa79..cc8ff3f31 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 6deb3b582..f780147f7 100644
--- a/man/curs_beep.3x
+++ b/man/curs_beep.3x
@@ -91,7 +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 bb6e23798..e6c56b425 100644
--- a/man/curs_bkgd.3x
+++ b/man/curs_bkgd.3x
@@ -230,7 +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 4e36f0d6f..4e18d1196 100644
--- a/man/curs_bkgrnd.3x
+++ b/man/curs_bkgrnd.3x
@@ -226,7 +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.
@@ -235,7 +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 8dfd452b2..2964cfa0d 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 25673528b..470d471eb 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 1848561b0..ad796ecdc 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 4d099f901..ec085e02f 100644
--- a/man/curs_delch.3x
+++ b/man/curs_delch.3x
@@ -103,7 +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 d3a6ffc16..934e89ff7 100644
--- a/man/curs_deleteln.3x
+++ b/man/curs_deleteln.3x
@@ -124,7 +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 54fc233aa..1429f09d0 100644
--- a/man/curs_get_wch.3x
+++ b/man/curs_get_wch.3x
@@ -243,7 +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 5e3ea7e35..698920cf2 100644
--- a/man/curs_get_wstr.3x
+++ b/man/curs_get_wstr.3x
@@ -178,7 +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,
@@ -200,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.
@@ -220,7 +220,7 @@ .SH PORTABILITY
.RI \%( PDCurses )
do not allow this.
.bP
-NetBSD 7 curses imitates \fI\%ncurses\fP 6.1 in this regard,
+NetBSD\ 7 curses imitates \fI\%ncurses\fP 6.1 in this regard,
treating a \fB\-1\fP as an indefinite number of characters.
.SH SEE ALSO
\fB\%curs_getstr\fP(3X) describes comparable functions of the
diff --git a/man/curs_getch.3x b/man/curs_getch.3x
index 90d542d84..00124b9bf 100644
--- a/man/curs_getch.3x
+++ b/man/curs_getch.3x
@@ -636,7 +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_getstr.3x b/man/curs_getstr.3x
index 34d606f44..e1a64d089 100644
--- a/man/curs_getstr.3x
+++ b/man/curs_getstr.3x
@@ -226,7 +226,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,
but indicates that
.I \%wgetnstr
@@ -284,16 +284,17 @@ .SH PORTABILITY
constant value.
(The same language,
unchanged except for styling,
-survived into X/Open Curses Issue 4, \" p. 94 (PDF 114)
-but disappeared from Issue 7.) \" p. 105 (PDF 119)
+survived into X/Open Curses Issue\ 4,
+Version\ 2 \" p. 94 (PDF 114)
+but disappeared from Issue\ 7.) \" p. 105 (PDF 119)
.PP
-X/Open Curses Issue 5 (2007) stated that these functions
+X/Open Curses Issue\ 5 (2007) stated that these functions
\*(``read at most
.I n
bytes\*(''
but did not state whether the terminating null character
counted toward that limit.
-X/Open Curses Issue 7 (2009) changed that to say they
+X/Open Curses Issue\ 7 changed that to say they
\*(``read at most
.IR n \-1
bytes\*(''
@@ -476,7 +477,7 @@ .SH HISTORY
.IR \%wgetnstr ","
but none of its variants.
.PP
-X/Open Curses Issue 4 (1995) specified
+X/Open Curses Issue\ 4 (1995) specified
.IR \%getnstr ","
.IR \%mvwgetnstr ","
and
diff --git a/man/curs_getyx.3x b/man/curs_getyx.3x
index b2c61b37e..d1d0e0369 100644
--- a/man/curs_getyx.3x
+++ b/man/curs_getyx.3x
@@ -109,7 +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 ab25bbff0..cb51afd70 100644
--- a/man/curs_in_wch.3x
+++ b/man/curs_in_wch.3x
@@ -101,11 +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 a85aee7eb..1c27aed55 100644
--- a/man/curs_inch.3x
+++ b/man/curs_inch.3x
@@ -110,7 +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 770b6dfbc..8f08e9d8a 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 47a03215c..ec589a861 100644
--- a/man/curs_initscr.3x
+++ b/man/curs_initscr.3x
@@ -321,7 +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
@@ -404,7 +404,7 @@ .SS "Unset \f(BITERM\fP Variable"
Other implementations may handle
a missing/empty \fITERM\fP variable differently.
.SS "Signal Handlers"
-Quoting from X/Open Curses Issue 7, section 3.1.1:
+Quoting from X/Open Curses Issue\ 7, section 3.1.1:
.RS 5
.PP
Curses implementations may provide for special handling of the
diff --git a/man/curs_inopts.3x b/man/curs_inopts.3x
index a286e6f8f..53109e384 100644
--- a/man/curs_inopts.3x
+++ b/man/curs_inopts.3x
@@ -610,7 +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 a662da5eb..2b2af6da6 100644
--- a/man/curs_ins_wch.3x
+++ b/man/curs_ins_wch.3x
@@ -93,13 +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 acfed0f38..b4a44564a 100644
--- a/man/curs_ins_wstr.3x
+++ b/man/curs_ins_wstr.3x
@@ -143,13 +143,13 @@ .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
if a non-spacing character follows a control character.
.PP
-Issue 4 states that the entire string is inserted if
+Issue\ 4 states that the entire string is inserted if
.I n
is less than 1.
This is probably an error,
@@ -162,10 +162,10 @@ .SH PORTABILITY
.I xcurses
implementations.
Nevertheless,
-Issue 7 retains the language.
+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),
+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 0a7e704d1..fbf72f169 100644
--- a/man/curs_insch.3x
+++ b/man/curs_insch.3x
@@ -97,7 +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 891fa665a..02991ea9c 100644
--- a/man/curs_insstr.3x
+++ b/man/curs_insstr.3x
@@ -139,11 +139,11 @@ .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
-.B \%insnstr
+Issue\ 4 distinguished
+.I \%insnstr
and
.B \%winsnstr
from the other functions documented above
@@ -153,9 +153,9 @@ .SH PORTABILITY
No implementation of
.I curses
documents this inconsistency,
-and Issue 7 removed it.
+and Issue\ 7 removed it.
.PP
-Issue 4 states that the entire string is inserted if
+Issue\ 4 states that the entire string is inserted if
.I n
is less than 1.
This is probably an error,
@@ -168,7 +168,7 @@ .SH PORTABILITY
.I xcurses
implementations.
Nevertheless,
-Issue 7 retains the language.
+Issue\ 7 retains the language.
.SH HISTORY
SVr3.1 (1987)
introduced
diff --git a/man/curs_instr.3x b/man/curs_instr.3x
index 0a792a10c..eac54da87 100644
--- a/man/curs_instr.3x
+++ b/man/curs_instr.3x
@@ -168,7 +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 ed1fe4a39..295940a52 100644
--- a/man/curs_inwstr.3x
+++ b/man/curs_inwstr.3x
@@ -182,7 +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 7fd4df263..81a1d77d5 100644
--- a/man/curs_move.3x
+++ b/man/curs_move.3x
@@ -93,7 +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 7fa156eb3..49593eac4 100644
--- a/man/curs_outopts.3x
+++ b/man/curs_outopts.3x
@@ -177,7 +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 4b7342e0e..d8a322f00 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 0f310c639..f67a0d543 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 36d47cc3d..9abc8c94c 100644
--- a/man/curs_printw.3x
+++ b/man/curs_printw.3x
@@ -118,7 +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
@@ -127,17 +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,
@@ -192,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 ceabd99d1..365ed7952 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 d27d485c3..9f213ed66 100644
--- a/man/curs_scanw.3x
+++ b/man/curs_scanw.3x
@@ -126,7 +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
@@ -135,17 +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,
@@ -241,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 f41283dae..7a481e56a 100644
--- a/man/curs_scr_dump.3x
+++ b/man/curs_scr_dump.3x
@@ -186,7 +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 96e6eacf6..1e60b3251 100644
--- a/man/curs_scroll.3x
+++ b/man/curs_scroll.3x
@@ -138,7 +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 a34c359ff..e63dcda04 100644
--- a/man/curs_slk.3x
+++ b/man/curs_slk.3x
@@ -285,7 +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 a76714fe3..9c9b883fb 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 d80fcaee6..1001e3b9c 100644
--- a/man/curs_termcap.3x
+++ b/man/curs_termcap.3x
@@ -369,12 +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
@@ -400,7 +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_terminfo.3x b/man/curs_terminfo.3x
index 9ca87c71b..9107ba11d 100644
--- a/man/curs_terminfo.3x
+++ b/man/curs_terminfo.3x
@@ -892,7 +892,7 @@ .SS "Function Prototypes"
zeroes are fine for this purpose.
.IP
In response to review comments by Thomas E. Dickey,
-X/Open Curses Issue 7 proposed the
+X/Open Curses Issue\ 7 proposed the
.I \%tiparm
function in mid-2009.
.IP
diff --git a/man/curs_touch.3x b/man/curs_touch.3x
index 0a66c7555..de2f8b9fd 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 a7e2962c2..849fa4fe9 100644
--- a/man/curs_util.3x
+++ b/man/curs_util.3x
@@ -411,7 +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.
@@ -517,7 +517,7 @@ .SH HISTORY
SVr4 (1989) supplied
.IR \%use_env "."
.PP
-X/Open Curses Issue 4 (1995) specified
+X/Open Curses Issue\ 4 (1995) specified
.I \%key_name
and
.IR \%wunctrl "."
diff --git a/man/curs_variables.3x b/man/curs_variables.3x
index 2c27977d2..75c1f68f4 100644
--- a/man/curs_variables.3x
+++ b/man/curs_variables.3x
@@ -169,7 +169,7 @@ .SS "ERR, OK"
respectively.
.SH "PREDEFINED TYPES"
.SS "\fIbool\fP"
-X/Open Issue 4 \fIcurses\fP (1996) preceded the ISO C99 and ISO C++98
+X/Open Issue\ 4 \fIcurses\fP (1996) preceded the ISO C99 and ISO C++98
standards,
each of which also defined a Boolean data type.
The \fIcurses\fP library requires an integral type \fIbool\fP.
diff --git a/man/curs_window.3x b/man/curs_window.3x
index b756ca12f..ff40f1a6b 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/form_field_validation.3x b/man/form_field_validation.3x
index f85c4cadf..782557a08 100644
--- a/man/form_field_validation.3x
+++ b/man/form_field_validation.3x
@@ -174,7 +174,7 @@ .SS TYPE_REGEXP
or "^ *[0\-9]* *$" which is good for
leading and trailing spaces around the digits.
.SS TYPE_IPV4
-An Internet Protocol Version 4 address.
+An Internet Protocol Version\ 4 address.
Required parameter:
.bP
none
diff --git a/man/infocmp.1m b/man/infocmp.1m
index 6c2c664f6..c9928df38 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 d8833f72b..bfdd10643 100644
--- a/man/infotocap.1m
+++ b/man/infotocap.1m
@@ -80,7 +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 8415fc2fa..37f3592af 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 334527ad0..89f8913ec 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/tabs.1 b/man/tabs.1
index 30df4dd6b..0bfcfeeb2 100644
--- a/man/tabs.1
+++ b/man/tabs.1
@@ -301,9 +301,9 @@ .SH HISTORY
.PP
The
.B +m
-option was documented in the POSIX Base Specifications Issue 5
+option was documented in the POSIX Base Specifications Issue\ 5
(Unix98, 1997),
-then omitted in Issue 6
+then omitted in Issue\ 6
(Unix03, 2004)
without express motivation,
though an introductory comment
@@ -331,7 +331,7 @@ .SH HISTORY
attempts to set tab stops up to the right margin
if the list thereof is sufficiently long.
.PP
-The \*(``Rationale\*('' section of the Issue 6
+The \*(``Rationale\*('' section of the Issue\ 6
.I tabs
reference page
.\" https://pubs.opengroup.org/onlinepubs/009604499/utilities/tabs.html
diff --git a/man/tic.1m b/man/tic.1m
index 622ee7d39..cf21a502a 100644
--- a/man/tic.1m
+++ b/man/tic.1m
@@ -520,13 +520,13 @@ .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.
According to its manual pages, that system also supported the \fB\-v\fP option.
.PP
-Shortly after Issue 7 was released, Tru64 was discontinued.
+Shortly after Issue\ 7 was released, Tru64 was discontinued.
As of 2019, the surviving implementations of \fBtic\fP
are SVr4 (AIX, HP-UX and Solaris),
\fI\%ncurses\fP
diff --git a/man/tput.1 b/man/tput.1
index 1f0e2282f..deccaf2f5 100644
--- a/man/tput.1
+++ b/man/tput.1
@@ -617,7 +617,7 @@ .SH PORTABILITY
and in 1994,
NetBSD added support for the parameter-substitution features.
.PP
-IEEE Std 1003.1/The Open Group Base Specifications Issue 7
+IEEE Std 1003.1/The Open Group Base Specifications Issue\ 7
(POSIX.1-2008)
documents only the
.BR clear ,
@@ -684,7 +684,7 @@ .SH PORTABILITY
Unix systems support the full set of capability codes,
the reason for documenting only a few may not be apparent.
.bP
-X/Open Curses Issue 7 documents
+X/Open Curses Issue\ 7 documents
.B tput
differently,
with
@@ -709,7 +709,7 @@ .SH PORTABILITY
utility that does not also support standard
.IR cap-codes .
.PP
-X/Open Curses Issue 7 (2009) is the first version to document utilities.
+X/Open Curses Issue\ 7 (2009) is the first version to document utilities.
However that part of X/Open Curses does not follow existing practice
(that is,
System\ V
diff --git a/man/tset.1 b/man/tset.1
index a30456b7e..721dbd79b 100644
--- a/man/tset.1
+++ b/man/tset.1
@@ -319,9 +319,9 @@ .SH FILES
.I @TERMINFO@
compiled terminal description database directory
.SH PORTABILITY
-Neither IEEE Std 1003.1/The Open Group Base Specifications Issue 7
+Neither IEEE Std 1003.1/The Open Group Base Specifications Issue\ 7
(POSIX.1-2008) nor
-X/Open Curses Issue 7 documents \fB@TSET@\fP or \fB@RESET@\fP.
+X/Open Curses Issue\ 7 documents \fB@TSET@\fP or \fB@RESET@\fP.
.PP
The AT&T \fBtput\fP utility (AIX, HP-UX, Solaris)
incorporated the terminal-mode manipulation as well as termcap-based features
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 007/177] man/*: Fix typographical nit.,
G. Branden Robinson <=