bug-ncurses
[Top][All Lists]
Advanced

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

[PATCH 13/42] man/curs_variables.3x: Set data types in italics even in s


From: G. Branden Robinson
Subject: [PATCH 13/42] man/curs_variables.3x: Set data types in italics even in subsection headings.
Date: Sat, 16 Dec 2023 11:43:13 -0600

---
 man/curs_variables.3x | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/man/curs_variables.3x b/man/curs_variables.3x
index d01b5d55a..86f33a00b 100644
--- a/man/curs_variables.3x
+++ b/man/curs_variables.3x
@@ -110,7 +110,7 @@ .SH DESCRIPTION
 In either case,
 applications should treat them as read-only to avoid
 confusing the library.
-.SS bool, TRUE, FALSE
+.SS \fIbool\fP, TRUE, FALSE
 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.
@@ -120,7 +120,7 @@ .SS ERR, OK
 \fIcurses\fP and \fIterminfo\fP routines frequently return these
 constant integral values indicating failure and success,
 respectively.
-.SS chtype
+.SS \fIchtype\fP
 The \fI\%chtype\fP integral type combines a
 (\*(``narrow\*('',
 8-bit)
@@ -133,7 +133,7 @@ .SS chtype
 \fB\%attron\fP(3X),
 and
 \fB\%inch\fP(3X).
-.SS cchar_t, attr_t
+.SS \fIcchar_t\fP, \fIattr_t\fP
 \fI\%chtype\fP is too small for the standard C library's wide-character
 type,
 \fIwchar_t\fP.
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

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