[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 45/51] man/{curs_addch,wresize}.3x: Fix typographical style nit.
From: |
G. Branden Robinson |
Subject: |
[PATCH 45/51] man/{curs_addch,wresize}.3x: Fix typographical style nit. |
Date: |
Fri, 26 Jul 2024 12:54:30 -0500 |
* Set names of curses functions in italics, _not_ bold, when referring
to them generically (contrast with the ncurses implementation of them,
which these man pages document), affecting the "PORTABILITY" and
(when present) "HISTORY" sections.
---
man/curs_addch.3x | 7 ++++---
man/wresize.3x | 4 ++--
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/man/curs_addch.3x b/man/curs_addch.3x
index dc2c7ac15..318b96aec 100644
--- a/man/curs_addch.3x
+++ b/man/curs_addch.3x
@@ -470,12 +470,13 @@ .SS "Character Set"
.bP
If it can,
call either
-.B \%waddch
-or \fB\%wadd_wch\fP(3X).
+.I \%waddch
+or
+.IR \%wadd_wch "."
.bP
If it cannot,
use only
-\fB\%wadd_wch\fP(3X).
+.IR \%wadd_wch "."
.SH HISTORY
4BSD (1980)
.I curses
diff --git a/man/wresize.3x b/man/wresize.3x
index 327c51a8b..898f9237b 100644
--- a/man/wresize.3x
+++ b/man/wresize.3x
@@ -107,7 +107,7 @@ .SH PORTABILITY
NetBSD
.I curses
adopted
-.B \%wresize
+.I \%wresize
in 2001 (release 1.5.3),
and
.I \%PDCurses
@@ -117,7 +117,7 @@ .SH PORTABILITY
.IR curses "."
.SH HISTORY
Thomas Dickey developed
-.B \%wresize
+.I \%wresize
as an extension to BSD
.I curses
in 1988,
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 45/51] man/{curs_addch,wresize}.3x: Fix typographical style nit.,
G. Branden Robinson <=