bug-ncurses
[Top][All Lists]
Advanced

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

[PATCH 042/100] man/ncurses.3x: Lexicographically sort subsections of "E


From: G. Branden Robinson
Subject: [PATCH 042/100] man/ncurses.3x: Lexicographically sort subsections of "ENVIRONMENT" section.
Date: Sat, 30 Mar 2024 16:54:21 -0500

---
 man/ncurses.3x | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/man/ncurses.3x b/man/ncurses.3x
index 3c74d9d15..0dd40c8f4 100644
--- a/man/ncurses.3x
+++ b/man/ncurses.3x
@@ -1036,6 +1036,13 @@ .SH ENVIRONMENT
 The following environment symbols are useful for customizing the
 runtime behavior of the \fI\%ncurses\fP library.
 The most important ones have been already discussed in detail.
+.SS "\fIBAUDRATE\fP"
+The debugging library checks this environment variable when the application
+has redirected output to a file.
+The variable's numeric value is used for the baud rate.
+If no value is found, \fI\%ncurses\fP uses 9600.
+This allows testers to construct repeatable test-cases
+that take into account costs that depend on baud rate.
 .SS "\fICC\fP (command character)"
 When set,
 change the
@@ -1052,13 +1059,6 @@ .SS "\fICC\fP (command character)"
 the C compiler's name,
 \fI\%ncurses\fP ignores it if it does not happen to be a single
 character.
-.SS "\fIBAUDRATE\fP"
-The debugging library checks this environment variable when the application
-has redirected output to a file.
-The variable's numeric value is used for the baud rate.
-If no value is found, \fI\%ncurses\fP uses 9600.
-This allows testers to construct repeatable test-cases
-that take into account costs that depend on baud rate.
 .SS "\fICOLUMNS\fP"
 Specify the width of the screen in characters.
 Applications running in a windowing environment usually are able to
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

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