bug-ncurses
[Top][All Lists]
Advanced

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

[PATCH 07/12] man pages: Call man(7) `TH` as early as possible.


From: G. Branden Robinson
Subject: [PATCH 07/12] man pages: Call man(7) `TH` as early as possible.
Date: Thu, 14 Sep 2023 07:49:05 -0500

...for consistency with (most) other ncurses man pages, and for
robustness in the face of meager makewhatis/mandb implementations.
---
 man/MKada_config.in   | 2 +-
 man/curs_bkgd.3x      | 2 +-
 man/curs_bkgrnd.3x    | 2 +-
 man/curs_kernel.3x    | 2 +-
 man/curs_legacy.3x    | 2 +-
 man/curs_mouse.3x     | 2 +-
 man/curs_pad.3x       | 2 +-
 man/curs_trace.3x     | 2 +-
 man/form_fieldtype.3x | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/man/MKada_config.in b/man/MKada_config.in
index f1a956a7..c686f01a 100644
--- a/man/MKada_config.in
+++ b/man/MKada_config.in
@@ -28,8 +28,8 @@
 .\"***************************************************************************
 .\"
 .\" $Id: MKada_config.in,v 1.18 2023/09/09 23:32:29 tom Exp $
-.ds C adacurses@USE_CFG_SUFFIX@\-config
 .TH ADACURSES 1 2023-09-09 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "User 
commands"
+.ds C adacurses@USE_CFG_SUFFIX@\-config
 .ie n .ds CW R
 .el   \{
 .ie \n(.g .ds CW CR
diff --git a/man/curs_bkgd.3x b/man/curs_bkgd.3x
index 927b009e..7979e82b 100644
--- a/man/curs_bkgd.3x
+++ b/man/curs_bkgd.3x
@@ -28,11 +28,11 @@
 .\"***************************************************************************
 .\"
 .\" $Id: curs_bkgd.3x,v 1.39 2023/07/01 15:43:20 tom Exp $
+.TH curs_bkgd 3X 2023-07-01 "ncurses 6.4" "Library calls"
 .de bP
 .ie n  .IP \(bu 4
 .el    .IP \(bu 2
 ..
-.TH curs_bkgd 3X 2023-07-01 "ncurses 6.4" "Library calls"
 .SH NAME
 \fBbkgdset\fP, \fBwbkgdset\fP,
 \fBbkgd\fP, \fBwbkgd\fP,
diff --git a/man/curs_bkgrnd.3x b/man/curs_bkgrnd.3x
index 95f9b83b..68d0effe 100644
--- a/man/curs_bkgrnd.3x
+++ b/man/curs_bkgrnd.3x
@@ -28,11 +28,11 @@
 .\"***************************************************************************
 .\"
 .\" $Id: curs_bkgrnd.3x,v 1.21 2023/08/12 18:31:54 tom Exp $
+.TH curs_bkgrnd 3X 2023-08-12 "ncurses 6.4" "Library calls"
 .de bP
 .ie n  .IP \(bu 4
 .el    .IP \(bu 2
 ..
-.TH curs_bkgrnd 3X 2023-08-12 "ncurses 6.4" "Library calls"
 .SH NAME
 \fBbkgrnd\fP,
 \fBwbkgrnd\fP,
diff --git a/man/curs_kernel.3x b/man/curs_kernel.3x
index 57d30f95..100d7243 100644
--- a/man/curs_kernel.3x
+++ b/man/curs_kernel.3x
@@ -28,6 +28,7 @@
 .\"***************************************************************************
 .\"
 .\" $Id: curs_kernel.3x,v 1.37 2023/08/19 19:47:16 tom Exp $
+.TH curs_kernel 3X 2023-08-19 "ncurses 6.4" "Library calls"
 .ie \n(.g .ds `` \(lq
 .el       .ds `` ``
 .ie \n(.g .ds '' \(rq
@@ -36,7 +37,6 @@
 .ie n  .IP \(bu 4
 .el    .IP \(bu 2
 ..
-.TH curs_kernel 3X 2023-08-19 "ncurses 6.4" "Library calls"
 .na
 .hy 0
 .SH NAME
diff --git a/man/curs_legacy.3x b/man/curs_legacy.3x
index 44c565f3..87237257 100644
--- a/man/curs_legacy.3x
+++ b/man/curs_legacy.3x
@@ -28,11 +28,11 @@
 .\"***************************************************************************
 .\"
 .\" $Id: curs_legacy.3x,v 1.17 2023/07/01 15:43:20 tom Exp $
+.TH curs_legacy 3X 2023-07-01 "ncurses 6.4" "Library calls"
 .de bP
 .ie n  .IP \(bu 4
 .el    .IP \(bu 2
 ..
-.TH curs_legacy 3X 2023-07-01 "ncurses 6.4" "Library calls"
 .SH NAME
 \fB\%getattrs\fP,
 \fB\%getbegx\fP,
diff --git a/man/curs_mouse.3x b/man/curs_mouse.3x
index 731e6e5e..f45aed30 100644
--- a/man/curs_mouse.3x
+++ b/man/curs_mouse.3x
@@ -29,6 +29,7 @@
 .\"***************************************************************************
 .\"
 .\" $Id: curs_mouse.3x,v 1.66 2023/09/09 21:13:51 tom Exp $
+.TH curs_mouse 3X 2023-09-09 "ncurses 6.4" "Library calls"
 .ie \n(.g .ds `` \(lq
 .el       .ds `` ``
 .ie \n(.g .ds '' \(rq
@@ -56,7 +57,6 @@
 .ie n  .IP \(bu 4
 .el    .IP \(bu 2
 ..
-.TH curs_mouse 3X 2023-09-09 "ncurses 6.4" "Library calls"
 .na
 .hy 0
 .SH NAME
diff --git a/man/curs_pad.3x b/man/curs_pad.3x
index b6948410..295e6047 100644
--- a/man/curs_pad.3x
+++ b/man/curs_pad.3x
@@ -28,11 +28,11 @@
 .\"***************************************************************************
 .\"
 .\" $Id: curs_pad.3x,v 1.33 2023/07/01 15:43:20 tom Exp $
+.TH curs_pad 3X 2023-07-01 "ncurses 6.4" "Library calls"
 .de bP
 .ie n  .IP \(bu 4
 .el    .IP \(bu 2
 ..
-.TH curs_pad 3X 2023-07-01 "ncurses 6.4" "Library calls"
 .na
 .hy 0
 .SH NAME
diff --git a/man/curs_trace.3x b/man/curs_trace.3x
index a9bb659f..019c47f6 100644
--- a/man/curs_trace.3x
+++ b/man/curs_trace.3x
@@ -28,6 +28,7 @@
 .\"***************************************************************************
 .\"
 .\" $Id: curs_trace.3x,v 1.29 2023/07/01 15:46:10 tom Exp $
+.TH curs_trace 3X 2023-07-01 "ncurses 6.4" "Library calls"
 .ie \n(.g .ds `` \(lq
 .el       .ds `` ``
 .ie \n(.g .ds '' \(rq
@@ -36,7 +37,6 @@
 .ie n  .IP \(bu 4
 .el    .IP \(bu 2
 ..
-.TH curs_trace 3X 2023-07-01 "ncurses 6.4" "Library calls"
 .na
 .hy 0
 .SH NAME
diff --git a/man/form_fieldtype.3x b/man/form_fieldtype.3x
index 730ebc91..58d5894f 100644
--- a/man/form_fieldtype.3x
+++ b/man/form_fieldtype.3x
@@ -29,11 +29,11 @@
 .\"***************************************************************************
 .\"
 .\" $Id: form_fieldtype.3x,v 1.35 2023/07/01 15:46:10 tom Exp $
+.TH form_fieldtype 3X 2023-07-01 "ncurses 6.4" "Library calls"
 .de bP
 .ie n  .IP \(bu 4
 .el    .IP \(bu 2
 ..
-.TH form_fieldtype 3X 2023-07-01 "ncurses 6.4" "Library calls"
 .SH NAME
 \fBform_fieldtype\fP \- define validation-field types
 .SH SYNOPSIS
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

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