[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 126/177] man/curs_overlay.3x: Revise "NOTES" section.
From: |
G. Branden Robinson |
Subject: |
[PATCH 126/177] man/curs_overlay.3x: Revise "NOTES" section. |
Date: |
Mon, 13 Jan 2025 11:37:08 -0600 |
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) and 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).
---
man/curs_overlay.3x | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/man/curs_overlay.3x b/man/curs_overlay.3x
index dc071c34b..1d7e18e05 100644
--- a/man/curs_overlay.3x
+++ b/man/curs_overlay.3x
@@ -95,7 +95,10 @@ .SH RETURN VALUE
.bP
any part of the window would be placed off-screen.
.SH NOTES
-Note that \fBoverlay\fP and \fBoverwrite\fP may be macros.
+.B \%overlay
+and
+.B \%overwrite
+may be implemented as macros.
.SH PORTABILITY
These functions are described in X/Open Curses Issue\ 4,
which adds \fI\%const\fP qualifiers to the arguments.
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 126/177] man/curs_overlay.3x: Revise "NOTES" section.,
G. Branden Robinson <=