Style:
* Stop marking header files with angle brackets when not synopsizing C
  language syntax.
* Set file names like "curses.h" and "unctrl.h" in italics, not bold.
* Set C symbol names in italics, not bold, when referring to them
  generically, as opposed to the ncurses topic/implementation, in the
  "PORTABILITY" section.

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), in
  (sub)sectioning macro call arguments, and in (non-text-block) tbl(1)
  entries.
---
 man/curs_util.3x | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/man/curs_util.3x b/man/curs_util.3x
index 5c0d55900..6296941bc 100644
--- a/man/curs_util.3x
+++ b/man/curs_util.3x
@@ -532,10 +532,18 @@ .SS "unctrl, wunctrl"
 \*(``M\-\*^A\*('',
 etc.
 .PP
-X/Open Curses documents \fBunctrl\fP as declared in \fB<unctrl.h>\fP,
-which \fI\%ncurses\fP does.
+X/Open Curses documents
+.I \%unctrl
+as declared in
+.IR \%unctrl.h ","
+which
+.I \%ncurses
+does.
 However,
-\fI\%ncurses\fP' \fB<curses.h>\fP includes \fB<unctrl.h>\fP,
+.IR \%ncurses 's
+.I \%curses.h
+includes
+.IR \%unctrl.h ","
 matching the behavior of SVr4
 .IR curses "."
 Other implementations may not do that.
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature

Reply via email to