[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 3/8] man/curs_trace.3x: Relocate material.
From: |
G. Branden Robinson |
Subject: |
[PATCH 3/8] man/curs_trace.3x: Relocate material. |
Date: |
Sun, 25 Feb 2024 01:22:31 -0600 |
Move the "Initialization" subsection to a new "ENVIRONMENT" section; all
it discusses is the effect of an environment variable.
---
man/curs_trace.3x | 44 +++++++++++++++++++++-----------------------
1 file changed, 21 insertions(+), 23 deletions(-)
diff --git a/man/curs_trace.3x b/man/curs_trace.3x
index a0cd79ffe..6fb2ea7c2 100644
--- a/man/curs_trace.3x
+++ b/man/curs_trace.3x
@@ -203,29 +203,6 @@ .SS "Trace Parameter"
is nonzero.
Some features overlap.
The specific names are used as a guideline.
-.SS Initialization
-These functions check the \fI\%NCURSES_TRACE\fP environment variable,
-to set the tracing feature as if \fBcurses_trace\fP was called:
-.RS 4
-.na
-.PP
-.dS
-.RS 4
-\fB\%filter\fP,
-\fB\%initscr\fP,
-\fB\%new_prescr\fP,
-\fB\%newterm\fP,
-\fB\%nofilter\fP,
-\fB\%restartterm\fP,
-\fB\%ripoffline\fP,
-\fB\%setupterm\fP,
-\fB\%slk_init\fP,
-\fB\%tgetent\fP,
-\fB\%use_env\fP,
-\fB\%use_extended_names\fP,
-\fB\%use_tioctl\fP
-.RE
-.dE
.SS "Command-line Utilities"
The command-line utilities such as \fBtic\fP(1) provide a verbose option
which extends the set of messages written using the \fBcurses_trace\fP
function.
@@ -248,6 +225,27 @@ .SS "Command-line Utilities"
.SH RETURN VALUE
Routines which return a value are designed to be used as parameters
to the \fB_tracef\fP routine.
+.SH ENVIRONMENT
+These functions check the \fI\%NCURSES_TRACE\fP environment variable,
+to set the tracing feature as if \fBcurses_trace\fP was called:
+.PP
+.dS
+.RS 4
+\fB\%filter\fP,
+\fB\%initscr\fP,
+\fB\%new_prescr\fP,
+\fB\%newterm\fP,
+\fB\%nofilter\fP,
+\fB\%restartterm\fP,
+\fB\%ripoffline\fP,
+\fB\%setupterm\fP,
+\fB\%slk_init\fP,
+\fB\%tgetent\fP,
+\fB\%use_env\fP,
+\fB\%use_extended_names\fP,
+\fB\%use_tioctl\fP
+.RE
+.dE
.SH PORTABILITY
These functions are not part of the XSI interface.
Some other curses implementations are known to
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 3/8] man/curs_trace.3x: Relocate material.,
G. Branden Robinson <=