[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 122/177] man/curs_outopts.3x: Standardize note wording re: functi
From: |
G. Branden Robinson |
Subject: |
[PATCH 122/177] man/curs_outopts.3x: Standardize note wording re: function-like macros. |
Date: |
Mon, 13 Jan 2025 11:34:34 -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_outopts.3x | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/man/curs_outopts.3x b/man/curs_outopts.3x
index 49593eac4..64379737f 100644
--- a/man/curs_outopts.3x
+++ b/man/curs_outopts.3x
@@ -167,12 +167,13 @@ .SH RETURN VALUE
if the scrolling region limits extend outside the
window boundaries.
.SH NOTES
-Note that
-\fBclearok\fP,
-\fBleaveok\fP,
-\fBscrollok\fP,
-\fBidcok\fP, and
-\fBsetscrreg\fP may be macros.
+.BR \%clearok ","
+.BR \%leaveok ","
+.BR \%scrollok ","
+.BR \%idcok ","
+and
+.B \%setscrreg
+may be implemented as macros.
.PP
The \fBimmedok\fP routine is useful for windows that are used as terminal
emulators.
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 122/177] man/curs_outopts.3x: Standardize note wording re: function-like macros.,
G. Branden Robinson <=