[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 012/100] man/curs_kernel.3x: Fix style nits.
From: |
G. Branden Robinson |
Subject: |
[PATCH 012/100] man/curs_kernel.3x: Fix style nits. |
Date: |
Sat, 30 Mar 2024 16:48:37 -0500 |
* Use a proper cross reference to a specific function, since (with
dilegence), we can count on "man/man_db.renames" to make it
resolvable.
* 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).
* Tighten wording.
---
man/curs_kernel.3x | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)
diff --git a/man/curs_kernel.3x b/man/curs_kernel.3x
index 0a7916120..a0dc3ac82 100644
--- a/man/curs_kernel.3x
+++ b/man/curs_kernel.3x
@@ -132,9 +132,9 @@ .SS setsyx
Few applications will use this feature,
most use \fBwmove\fP instead.
.SS ripoffline
-The \fBripoffline\fP routine provides access to the same facility that
-\fBslk_init\fP [see \fBcurs_slk\fP(3X)] uses to reduce the size of the
-screen.
+.B \%ripoffline
+provides access to the same facility that \fB\%slk_init\fP(3X) uses to
+reduce the size of the screen.
\fB\%ripoffline\fP must be called before \fBinitscr\fP or
\fBnewterm\fP is called, to prepare these initial actions:
.bP
@@ -166,8 +166,13 @@ .SS curs_set
the previous \fIcursor\fP state is returned;
otherwise, \fBERR\fP is returned.
.SS napms
-The \fBnapms\fP routine is used to sleep for \fIms\fP milliseconds.
-If the value of \fIms\fP exceeds 30,000
+.B \%napms
+sleeps for
+.I ms
+milliseconds.
+If
+.I ms
+exceeds 30,000
(thirty seconds),
it is capped at that value.
.SH RETURN VALUE
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 012/100] man/curs_kernel.3x: Fix style nits.,
G. Branden Robinson <=