Style:
* Specify hyphenation breakpoint in "terminfo".
* Recast.

Markup:
* Favor man(7) font style macros over *roff font selection escape
  sequences, except for man page cross references (because
  man/make_sed.sh recognizes only certain patterns when rewriting such
  cross references), terms in the "NAME" section (because the generated
  edit_man.sh script expects font selection escape sequences when
  scraping terms thence to gather names for man page aliases), and in
  (sub)sectioning macro call arguments.
---
 man/curs_variables.3x | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/man/curs_variables.3x b/man/curs_variables.3x
index d8ac08809..f24f4b8f7 100644
--- a/man/curs_variables.3x
+++ b/man/curs_variables.3x
@@ -165,18 +165,26 @@ .SH DESCRIPTION
 confusing the library.
 .SH CONSTANTS
 .SS "TRUE, FALSE"
-The \fIcurses\fP library defines \fBTRUE\fP and \fBFALSE\fP
+The
+.I curses
+library defines
+.B TRUE
+and
+.B FALSE
 to represent the values of the Boolean data type.
 .SS "ERR, OK"
-\fIcurses\fP and \fIterminfo\fP routines frequently return these
-constant integral values indicating failure and success,
+.I curses
+and
+.I \%term\%info
+functions frequently return these constant integral values
+indicating failure and success,
 respectively.
 .SS CCHARW_MAX
 This integral value,
 an
 .I \%ncurses
 extension,
-contains the maximum number of
+indicates the maximum number of
 .I \%wchar_t
 wide characters that can be stored in a
 .I curses
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature

Reply via email to