bug-ncurses
[Top][All Lists]
Advanced

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

[PATCH 1/3] man/curs_mouse.3x: Fix typeface in man page cross references


From: G. Branden Robinson
Subject: [PATCH 1/3] man/curs_mouse.3x: Fix typeface in man page cross references
Date: Sun, 18 Feb 2024 11:41:42 -0600

The use of `\fP` _before_ the man page identifier looks like a thinko;
it leaves you at the mercy of whatever face was previously selected.
---
 man/curs_mouse.3x | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/man/curs_mouse.3x b/man/curs_mouse.3x
index 9c9048f7f..c3473aadf 100644
--- a/man/curs_mouse.3x
+++ b/man/curs_mouse.3x
@@ -188,8 +188,8 @@ .SS wenclose
 If the parameter is a pad,
 \fB\%wenclose\fP uses the most recent screen coordinates used for
 this pad in
-\fP\%prefresh\fP(3X) or
-\fP\%pnoutrefresh\fP(3X).
+\fI\%prefresh\fP(3X) or
+\fI\%pnoutrefresh\fP(3X).
 .SS wmouse_trafo
 The \fB\%wmouse_trafo\fP function transforms a given pair of coordinates
 from \fB\%stdscr\fP-relative coordinates
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

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