bug-ncurses
[Top][All Lists]
Advanced

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

[PATCH 49/61] Rename man page section "AUTHOR" to "AUTHORS", for consist


From: G. Branden Robinson
Subject: [PATCH 49/61] Rename man page section "AUTHOR" to "AUTHORS", for consistency.
Date: Fri, 24 Nov 2023 12:09:11 -0600

A section title does not need to agree in number with its contents.
(Several of these listed multiple authors anyway.)  We do not use "FILE"
or "BUG" as section titles.

* man/captoinfo.1m:
* man/curs_extend.3x:
* man/default_colors.3x:
* man/define_key.3x:
* man/infocmp.1m:
* man/infotocap.1m:
* man/key_defined.3x:
* man/keybound.3x:
* man/keyok.3x:
* man/legacy_coding.3x:
* man/new_pair.3x:
* man/resizeterm.3x:
* man/tic.1m:
* man/wresize.3x: Do it.
---
 man/captoinfo.1m      | 2 +-
 man/curs_extend.3x    | 2 +-
 man/default_colors.3x | 2 +-
 man/define_key.3x     | 2 +-
 man/infocmp.1m        | 2 +-
 man/infotocap.1m      | 2 +-
 man/key_defined.3x    | 2 +-
 man/keybound.3x       | 2 +-
 man/keyok.3x          | 2 +-
 man/legacy_coding.3x  | 2 +-
 man/new_pair.3x       | 2 +-
 man/resizeterm.3x     | 2 +-
 man/tic.1m            | 2 +-
 man/wresize.3x        | 2 +-
 14 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/man/captoinfo.1m b/man/captoinfo.1m
index b22132cf..f36b2cd7 100644
--- a/man/captoinfo.1m
+++ b/man/captoinfo.1m
@@ -220,7 +220,7 @@ .SH PORTABILITY
 \fBtic\fP.
 .PP
 NetBSD does not provide this application.
-.SH AUTHOR
+.SH AUTHORS
 Eric S. Raymond <esr@snark.thyrsus.com>
 and
 .br
diff --git a/man/curs_extend.3x b/man/curs_extend.3x
index a6aaae47..a328cb25 100644
--- a/man/curs_extend.3x
+++ b/man/curs_extend.3x
@@ -86,7 +86,7 @@ .SH PORTABILITY
 Version 7, BSD or System V implementations.
 It is recommended that
 any code depending on them be conditioned using NCURSES_VERSION.
-.SH AUTHOR
+.SH AUTHORS
 Thomas Dickey.
 .SH SEE ALSO
 \fB\%curs_getch\fP(3X),
diff --git a/man/default_colors.3x b/man/default_colors.3x
index 3c2a115e..4a547636 100644
--- a/man/default_colors.3x
+++ b/man/default_colors.3x
@@ -145,7 +145,7 @@ .SH PORTABILITY
 Version 7, BSD or System V implementations.
 It is recommended that
 any code depending on them be conditioned using NCURSES_VERSION.
-.SH AUTHOR
+.SH AUTHORS
 Thomas Dickey (from an analysis of the requirements for color xterm
 for XFree86 3.1.2C, February 1996).
 .SH SEE ALSO
diff --git a/man/define_key.3x b/man/define_key.3x
index fcf8bee2..50a60b36 100644
--- a/man/define_key.3x
+++ b/man/define_key.3x
@@ -63,7 +63,7 @@ .SH PORTABILITY
 Version 7, BSD or System V implementations.
 It is recommended that
 any code depending on them be conditioned using \fB\%NCURSES_VERSION\fP.
-.SH AUTHOR
+.SH AUTHORS
 Thomas Dickey
 .SH SEE ALSO
 \fB\%keyok\fP(3X),
diff --git a/man/infocmp.1m b/man/infocmp.1m
index 9c9364b7..576fc5c2 100644
--- a/man/infocmp.1m
+++ b/man/infocmp.1m
@@ -637,7 +637,7 @@ .SH HISTORY
 It is less capable than the SVr4 or ncurses versions
 (e.g., it lacks the sorting options documented in X/Open),
 but does include the \fB\-x\fP option adapted from ncurses.
-.SH AUTHOR
+.SH AUTHORS
 Eric S. Raymond <esr@snark.thyrsus.com>
 and
 .br
diff --git a/man/infotocap.1m b/man/infotocap.1m
index 6b5414cb..ca9e2a12 100644
--- a/man/infotocap.1m
+++ b/man/infotocap.1m
@@ -87,7 +87,7 @@ .SH PORTABILITY
 Issue 7 (2009),
 SVr4,
 or NetBSD document this application.
-.SH AUTHOR
+.SH AUTHORS
 Eric S. Raymond <esr@snark.thyrsus.com>
 and
 .br
diff --git a/man/key_defined.3x b/man/key_defined.3x
index f1b63d7f..38d2e8d1 100644
--- a/man/key_defined.3x
+++ b/man/key_defined.3x
@@ -55,7 +55,7 @@ .SH PORTABILITY
 Version 7, BSD or System V implementations.
 It is recommended that
 any code depending on them be conditioned using \fB\%NCURSES_VERSION\fP.
-.SH AUTHOR
+.SH AUTHORS
 Thomas Dickey
 .SH SEE ALSO
 \fB\%define_key\fP(3X)
diff --git a/man/keybound.3x b/man/keybound.3x
index b44253a9..05df403e 100644
--- a/man/keybound.3x
+++ b/man/keybound.3x
@@ -58,7 +58,7 @@ .SH PORTABILITY
 Version 7, BSD or System V implementations.
 It is recommended that
 any code depending on them be conditioned using \fB\%NCURSES_VERSION\fP.
-.SH AUTHOR
+.SH AUTHORS
 Thomas Dickey
 .SH SEE ALSO
 \fB\%define_key\fP(3X),
diff --git a/man/keyok.3x b/man/keyok.3x
index ce5ca3ee..16bc53b5 100644
--- a/man/keyok.3x
+++ b/man/keyok.3x
@@ -57,7 +57,7 @@ .SH PORTABILITY
 Version 7, BSD or System V implementations.
 It is recommended that
 any code depending on them be conditioned using \fB\%NCURSES_VERSION\fP.
-.SH AUTHOR
+.SH AUTHORS
 Thomas Dickey
 .SH SEE ALSO
 \fB\%define_key\fP(3X)
diff --git a/man/legacy_coding.3x b/man/legacy_coding.3x
index 73f14d4f..03fbb03a 100644
--- a/man/legacy_coding.3x
+++ b/man/legacy_coding.3x
@@ -72,7 +72,7 @@ .SH PORTABILITY
 It was not supported on Version 7, BSD or System V implementations.
 It is recommended that any code depending on ncurses extensions
 be conditioned using NCURSES_VERSION.
-.SH AUTHOR
+.SH AUTHORS
 Thomas Dickey (to support lynx's font-switching feature).
 .SH SEE ALSO
 \fB\%unctrl\fP(3X)
diff --git a/man/new_pair.3x b/man/new_pair.3x
index cbc686bd..def4b7d3 100644
--- a/man/new_pair.3x
+++ b/man/new_pair.3x
@@ -160,7 +160,7 @@ .SH PORTABILITY
 Version 7, BSD or System V implementations.
 It is recommended that
 any code depending on them be conditioned using \fB\%NCURSES_VERSION\fP.
-.SH AUTHOR
+.SH AUTHORS
 Thomas Dickey
 .SH SEE ALSO
 \fB\%curs_color\fP(3X)
diff --git a/man/resizeterm.3x b/man/resizeterm.3x
index 57f22fd1..2714fe9a 100644
--- a/man/resizeterm.3x
+++ b/man/resizeterm.3x
@@ -170,7 +170,7 @@ .SH PORTABILITY
 .PP
 This extension of \fIncurses\fP was introduced in mid-1995.
 It was adopted in NetBSD \fIcurses\fP (2001) and PDCurses (2003).
-.SH AUTHOR
+.SH AUTHORS
 Thomas Dickey (from an equivalent function written in 1988 for BSD 
\fIcurses\fP)
 .SH SEE ALSO
 \fB\%curs_getch\fP(3X),
diff --git a/man/tic.1m b/man/tic.1m
index 6adad07a..ce1b4de1 100644
--- a/man/tic.1m
+++ b/man/tic.1m
@@ -597,7 +597,7 @@ .SH HISTORY
 It is also used to ensure consistency with the user-defined capabilities.
 There are 527 distinct capabilities in ncurses' terminal database;
 128 of those are user-defined.
-.SH AUTHOR
+.SH AUTHORS
 Eric S. Raymond <esr@snark.thyrsus.com>
 and
 .br
diff --git a/man/wresize.3x b/man/wresize.3x
index 688c1d12..c05a59e5 100644
--- a/man/wresize.3x
+++ b/man/wresize.3x
@@ -65,7 +65,7 @@ .SH PORTABILITY
 \fI\%ncurses\fP introduced this extension in mid-1995.
 NetBSD \fIcurses\fP adopted it in 2001,
 and \fI\%PDCurses\fP in 2003.
-.SH AUTHOR
+.SH AUTHORS
 Thomas Dickey
 (from an equivalent function written in 1988 for BSD \fIcurses\fP).
 .SH SEE ALSO
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

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