bug-ncurses
[Top][All Lists]
Advanced

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

[PATCH 033/177] man/curs_get{,_w}ch.3x: Fix style nit.


From: G. Branden Robinson
Subject: [PATCH 033/177] man/curs_get{,_w}ch.3x: Fix style nit.
Date: Mon, 13 Jan 2025 11:19:40 -0600

Set libc symbols `errno` and `EINTR` in italics, not bold, just as we
would a standard C library (not ncurses) function name.
---
 man/curs_get_wch.3x | 4 ++--
 man/curs_getch.3x   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/man/curs_get_wch.3x b/man/curs_get_wch.3x
index 142dd86ad..c69b139b6 100644
--- a/man/curs_get_wch.3x
+++ b/man/curs_get_wch.3x
@@ -187,9 +187,9 @@ .SH RETURN VALUE
 .bP
 execution was interrupted by a signal,
 in which case
-.B \%errno
+.I \%errno
 is set to
-.BR \%EINTR "."
+.IR \%EINTR "."
 .PP
 Functions taking a
 .I \%WINDOW
diff --git a/man/curs_getch.3x b/man/curs_getch.3x
index 4f6c2e0a6..3c7074a93 100644
--- a/man/curs_getch.3x
+++ b/man/curs_getch.3x
@@ -456,9 +456,9 @@ .SH RETURN VALUE
 .bP
 execution was interrupted by a signal,
 in which case
-.B \%errno
+.I \%errno
 is set to
-.BR \%EINTR "."
+.IR \%EINTR "."
 .PP
 .B \%ungetch
 returns
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

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