bug-ncurses
[Top][All Lists]
Advanced

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

[PATCH 20/34] Make man page prologues more consistent.


From: G. Branden Robinson
Subject: [PATCH 20/34] Make man page prologues more consistent.
Date: Fri, 6 Oct 2023 00:16:28 -0500

Define the `n` string right before the "NAME" section.  (But before the
the `d` string definition if one is present.)

Use an empty request between logically separate pieces of prologue.

* man/MKada_config.in:
* man/captoinfo.1m:
* man/clear.1:
* man/curs_add_wch.3x:
* man/curs_add_wchstr.3x:
* man/curs_addch.3x:
* man/curs_addchstr.3x:
* man/curs_addstr.3x:
* man/curs_addwstr.3x:
* man/curs_color.3x:
* man/curs_get_wch.3x:
* man/curs_get_wstr.3x:
* man/curs_getch.3x:
* man/curs_getstr.3x:
* man/curs_inch.3x:
* man/curs_inchstr.3x:
* man/curs_initscr.3x:
* man/curs_instr.3x:
* man/curs_kernel.3x:
* man/curs_memleaks.3x:
* man/curs_printw.3x:
* man/curs_refresh.3x:
* man/curs_scanw.3x:
* man/curs_scr_dump.3x:
* man/curs_slk.3x:
* man/curs_termcap.3x:
* man/curs_terminfo.3x:
* man/curs_threads.3x:
* man/curs_trace.3x:
* man/curs_util.3x:
* man/curs_variables.3x:
* man/form.3x:
* man/form_field_buffer.3x:
* man/form_field_validation.3x:
* man/infocmp.1m:
* man/infotocap.1m:
* man/menu.3x:
* man/panel.3x:
* man/tabs.1:
* man/term.5:
* man/term.7:
* man/term_variables.3x:
* man/tic.1m:
* man/toe.1m:
* man/tput.1:
* man/tset.1:
* man/user_caps.5: Do it.
---
 man/MKada_config.in          |  1 -
 man/captoinfo.1m             |  1 +
 man/clear.1                  |  2 ++
 man/curs_add_wch.3x          |  1 +
 man/curs_add_wchstr.3x       |  1 +
 man/curs_addch.3x            |  1 +
 man/curs_addchstr.3x         |  1 +
 man/curs_addstr.3x           |  1 +
 man/curs_addwstr.3x          |  1 +
 man/curs_color.3x            |  2 ++
 man/curs_get_wch.3x          |  1 +
 man/curs_get_wstr.3x         |  1 +
 man/curs_getch.3x            |  1 +
 man/curs_getstr.3x           |  1 +
 man/curs_inch.3x             |  1 +
 man/curs_inchstr.3x          |  1 +
 man/curs_initscr.3x          |  9 +++++----
 man/curs_instr.3x            |  1 +
 man/curs_kernel.3x           |  1 +
 man/curs_memleaks.3x         |  1 +
 man/curs_printw.3x           |  1 +
 man/curs_refresh.3x          |  1 +
 man/curs_scanw.3x            |  1 +
 man/curs_scr_dump.3x         |  1 +
 man/curs_slk.3x              |  1 +
 man/curs_termcap.3x          |  2 ++
 man/curs_terminfo.3x         |  2 ++
 man/curs_threads.3x          |  1 +
 man/curs_trace.3x            |  1 +
 man/curs_util.3x             |  1 +
 man/curs_variables.3x        |  3 +++
 man/form.3x                  |  1 +
 man/form_field_buffer.3x     |  1 +
 man/form_field_validation.3x |  1 +
 man/infocmp.1m               | 17 +++++++++++------
 man/infotocap.1m             |  1 +
 man/menu.3x                  |  1 +
 man/panel.3x                 |  1 +
 man/tabs.1                   |  4 +++-
 man/term.5                   |  1 +
 man/term.7                   |  1 +
 man/term_variables.3x        |  4 +++-
 man/tic.1m                   |  6 ++++--
 man/toe.1m                   |  1 +
 man/tput.1                   |  5 +++--
 man/tset.1                   |  1 +
 man/user_caps.5              |  1 +
 47 files changed, 75 insertions(+), 17 deletions(-)

diff --git a/man/MKada_config.in b/man/MKada_config.in
index 28e35b07..2a470ff5 100644
--- a/man/MKada_config.in
+++ b/man/MKada_config.in
@@ -43,7 +43,6 @@
 .ie t .ds '  \(aq
 .el   .ds '  '
 .\}
-.
 .SH NAME
 \fB\%adacurses@USE_CFG_SUFFIX@\-config\fP \-
 configuration helper for \fI@ADA_LIBNAME@\fP libraries
diff --git a/man/captoinfo.1m b/man/captoinfo.1m
index 96199280..bead5a0f 100644
--- a/man/captoinfo.1m
+++ b/man/captoinfo.1m
@@ -38,6 +38,7 @@
 .el       .ds `` ``
 .ie \n(.g .ds '' \(rq
 .el       .ds '' ''
+.
 .ds n 5
 .ds d /etc/termcap
 .SH NAME
diff --git a/man/clear.1 b/man/clear.1
index 70169c01..17ccd124 100644
--- a/man/clear.1
+++ b/man/clear.1
@@ -35,10 +35,12 @@
 .el       .ds '' ''
 .ie \n(.g .ds '  \(aq
 .el       .ds ' '
+.
 .de bP
 .ie n  .IP \(bu 4
 .el    .IP \(bu 2
 ..
+.
 .ds n 5
 .SH NAME
 \fB\%@CLEAR@\fP \-
diff --git a/man/curs_add_wch.3x b/man/curs_add_wch.3x
index 7e681b22..3ca40c99 100644
--- a/man/curs_add_wch.3x
+++ b/man/curs_add_wch.3x
@@ -34,6 +34,7 @@
 .el       .ds `` ``
 .ie \n(.g .ds '' \(rq
 .el       .ds '' ''
+.
 .de bP
 .ie n  .IP \(bu 4
 .el    .IP \(bu 2
diff --git a/man/curs_add_wchstr.3x b/man/curs_add_wchstr.3x
index 1570a617..ed554d91 100644
--- a/man/curs_add_wchstr.3x
+++ b/man/curs_add_wchstr.3x
@@ -33,6 +33,7 @@
 .el       .ds `` ``
 .ie \n(.g .ds '' \(rq
 .el       .ds '' ''
+.
 .de bP
 .ie n  .IP \(bu 4
 .el    .IP \(bu 2
diff --git a/man/curs_addch.3x b/man/curs_addch.3x
index 8977b195..9c30e7ac 100644
--- a/man/curs_addch.3x
+++ b/man/curs_addch.3x
@@ -34,6 +34,7 @@
 .el       .ds `` ``
 .ie \n(.g .ds '' \(rq
 .el       .ds '' ''
+.
 .de bP
 .ie n  .IP \(bu 4
 .el    .IP \(bu 2
diff --git a/man/curs_addchstr.3x b/man/curs_addchstr.3x
index 905f7442..53da6a38 100644
--- a/man/curs_addchstr.3x
+++ b/man/curs_addchstr.3x
@@ -33,6 +33,7 @@
 .el       .ds `` ``
 .ie \n(.g .ds '' \(rq
 .el       .ds '' ''
+.
 .de bP
 .ie n  .IP \(bu 4
 .el    .IP \(bu 2
diff --git a/man/curs_addstr.3x b/man/curs_addstr.3x
index b0b35482..4139660f 100644
--- a/man/curs_addstr.3x
+++ b/man/curs_addstr.3x
@@ -33,6 +33,7 @@
 .el       .ds `` ``
 .ie \n(.g .ds '' \(rq
 .el       .ds '' ''
+.
 .de bP
 .ie n  .IP \(bu 4
 .el    .IP \(bu 2
diff --git a/man/curs_addwstr.3x b/man/curs_addwstr.3x
index eb9f1eaa..509542b7 100644
--- a/man/curs_addwstr.3x
+++ b/man/curs_addwstr.3x
@@ -33,6 +33,7 @@
 .el       .ds `` ``
 .ie \n(.g .ds '' \(rq
 .el       .ds '' ''
+.
 .de bP
 .ie n  .IP \(bu 4
 .el    .IP \(bu 2
diff --git a/man/curs_color.3x b/man/curs_color.3x
index 5a9bfd5c..17c94377 100644
--- a/man/curs_color.3x
+++ b/man/curs_color.3x
@@ -33,10 +33,12 @@
 .el       .ds `` ``
 .ie \n(.g .ds '' \(rq
 .el       .ds '' ''
+.
 .de bP
 .ie n  .IP \(bu 4
 .el    .IP \(bu 2
 ..
+.
 .ds n 5
 .SH NAME
 \fB\%start_color\fP,
diff --git a/man/curs_get_wch.3x b/man/curs_get_wch.3x
index a81c9ebf..c14cfc23 100644
--- a/man/curs_get_wch.3x
+++ b/man/curs_get_wch.3x
@@ -33,6 +33,7 @@
 .el       .ds `` ``
 .ie \n(.g .ds '' \(rq
 .el       .ds '' ''
+.
 .de bP
 .ie n  .IP \(bu 4
 .el    .IP \(bu 2
diff --git a/man/curs_get_wstr.3x b/man/curs_get_wstr.3x
index 3d53b30b..38e2e7c7 100644
--- a/man/curs_get_wstr.3x
+++ b/man/curs_get_wstr.3x
@@ -33,6 +33,7 @@
 .el       .ds `` ``
 .ie \n(.g .ds '' \(rq
 .el       .ds '' ''
+.
 .de bP
 .ie n  .IP \(bu 4
 .el    .IP \(bu 2
diff --git a/man/curs_getch.3x b/man/curs_getch.3x
index 22c25bff..ba5112e9 100644
--- a/man/curs_getch.3x
+++ b/man/curs_getch.3x
@@ -34,6 +34,7 @@
 .el       .ds `` ``
 .ie \n(.g .ds '' \(rq
 .el       .ds '' ''
+.
 .de bP
 .ie n  .IP \(bu 4
 .el    .IP \(bu 2
diff --git a/man/curs_getstr.3x b/man/curs_getstr.3x
index 73dac1b9..71ddba99 100644
--- a/man/curs_getstr.3x
+++ b/man/curs_getstr.3x
@@ -33,6 +33,7 @@
 .el       .ds `` ``
 .ie \n(.g .ds '' \(rq
 .el       .ds '' ''
+.
 .de bP
 .ie n  .IP \(bu 4
 .el    .IP \(bu 2
diff --git a/man/curs_inch.3x b/man/curs_inch.3x
index 16f2fb96..086ffc4d 100644
--- a/man/curs_inch.3x
+++ b/man/curs_inch.3x
@@ -34,6 +34,7 @@
 .el       .ds `` ``
 .ie \n(.g .ds '' \(rq
 .el       .ds '' ''
+.
 .de bP
 .ie n  .IP \(bu 4
 .el    .IP \(bu 2
diff --git a/man/curs_inchstr.3x b/man/curs_inchstr.3x
index 1bbb75dd..475deed0 100644
--- a/man/curs_inchstr.3x
+++ b/man/curs_inchstr.3x
@@ -33,6 +33,7 @@
 .el       .ds `` ``
 .ie \n(.g .ds '' \(rq
 .el       .ds '' ''
+.
 .de bP
 .ie n  .IP \(bu 4
 .el    .IP \(bu 2
diff --git a/man/curs_initscr.3x b/man/curs_initscr.3x
index cfc8d109..b5a00369 100644
--- a/man/curs_initscr.3x
+++ b/man/curs_initscr.3x
@@ -29,14 +29,15 @@
 .\"
 .\" $Id: curs_initscr.3x,v 1.52 2023/09/30 21:38:11 tom Exp $
 .TH curs_initscr 3X 2023-09-30 "ncurses 6.4" "Library calls"
-.de bP
-.ie n  .IP \(bu 4
-.el    .IP \(bu 2
-..
 .ie \n(.g .ds `` \(lq
 .el       .ds `` ``
 .ie \n(.g .ds '' \(rq
 .el       .ds '' ''
+.
+.de bP
+.ie n  .IP \(bu 4
+.el    .IP \(bu 2
+..
 .SH NAME
 \fB\%initscr\fP,
 \fB\%newterm\fP,
diff --git a/man/curs_instr.3x b/man/curs_instr.3x
index 2b4a9b7d..9c7896ec 100644
--- a/man/curs_instr.3x
+++ b/man/curs_instr.3x
@@ -33,6 +33,7 @@
 .el       .ds `` ``
 .ie \n(.g .ds '' \(rq
 .el       .ds '' ''
+.
 .de bP
 .ie n  .IP \(bu 4
 .el    .IP \(bu 2
diff --git a/man/curs_kernel.3x b/man/curs_kernel.3x
index 8993e6c9..56d028f9 100644
--- a/man/curs_kernel.3x
+++ b/man/curs_kernel.3x
@@ -33,6 +33,7 @@
 .el       .ds `` ``
 .ie \n(.g .ds '' \(rq
 .el       .ds '' ''
+.
 .de bP
 .ie n  .IP \(bu 4
 .el    .IP \(bu 2
diff --git a/man/curs_memleaks.3x b/man/curs_memleaks.3x
index dd158643..1b57b4f4 100644
--- a/man/curs_memleaks.3x
+++ b/man/curs_memleaks.3x
@@ -33,6 +33,7 @@
 .el       .ds `` ``
 .ie \n(.g .ds '' \(rq
 .el       .ds '' ''
+.
 .de bP
 .ie n  .IP \(bu 4
 .el    .IP \(bu 2
diff --git a/man/curs_printw.3x b/man/curs_printw.3x
index d7f26607..761332c6 100644
--- a/man/curs_printw.3x
+++ b/man/curs_printw.3x
@@ -33,6 +33,7 @@
 .el       .ds `` ``
 .ie \n(.g .ds '' \(rq
 .el       .ds '' ''
+.
 .de bP
 .ie n  .IP \(bu 4
 .el    .IP \(bu 2
diff --git a/man/curs_refresh.3x b/man/curs_refresh.3x
index c1abae44..a87862a2 100644
--- a/man/curs_refresh.3x
+++ b/man/curs_refresh.3x
@@ -33,6 +33,7 @@
 .el       .ds `` ``
 .ie \n(.g .ds '' \(rq
 .el       .ds '' ''
+.
 .de bP
 .ie n  .IP \(bu 4
 .el    .IP \(bu 2
diff --git a/man/curs_scanw.3x b/man/curs_scanw.3x
index 8f905b99..90354138 100644
--- a/man/curs_scanw.3x
+++ b/man/curs_scanw.3x
@@ -33,6 +33,7 @@
 .el       .ds `` ``
 .ie \n(.g .ds '' \(rq
 .el       .ds '' ''
+.
 .de bP
 .ie n  .IP \(bu 4
 .el    .IP \(bu 2
diff --git a/man/curs_scr_dump.3x b/man/curs_scr_dump.3x
index 2e4b7bc8..2ca0f3df 100644
--- a/man/curs_scr_dump.3x
+++ b/man/curs_scr_dump.3x
@@ -33,6 +33,7 @@
 .el       .ds `` ``
 .ie \n(.g .ds '' \(rq
 .el       .ds '' ''
+.
 .de bP
 .ie n  .IP \(bu 4
 .el    .IP \(bu 2
diff --git a/man/curs_slk.3x b/man/curs_slk.3x
index cac57c1b..bc4e4c37 100644
--- a/man/curs_slk.3x
+++ b/man/curs_slk.3x
@@ -33,6 +33,7 @@
 .el       .ds `` ``
 .ie \n(.g .ds '' \(rq
 .el       .ds '' ''
+.
 .de bP
 .ie n  .IP \(bu 4
 .el    .IP \(bu 2
diff --git a/man/curs_termcap.3x b/man/curs_termcap.3x
index 88bff07d..9d2ff56b 100644
--- a/man/curs_termcap.3x
+++ b/man/curs_termcap.3x
@@ -33,10 +33,12 @@
 .el       .ds `` ``
 .ie \n(.g .ds '' \(rq
 .el       .ds '' ''
+.
 .de bP
 .ie n  .IP \(bu 4
 .el    .IP \(bu 2
 ..
+.
 .ds n 5
 .SH NAME
 \fB\%PC\fP,
diff --git a/man/curs_terminfo.3x b/man/curs_terminfo.3x
index de4d3dd6..ac58fbec 100644
--- a/man/curs_terminfo.3x
+++ b/man/curs_terminfo.3x
@@ -34,10 +34,12 @@
 .el       .ds `` ``
 .ie \n(.g .ds '' \(rq
 .el       .ds '' ''
+.
 .de bP
 .ie n  .IP \(bu 4
 .el    .IP \(bu 2
 ..
+.
 .ds n 5
 .SH NAME
 \fB\%del_curterm\fP,
diff --git a/man/curs_threads.3x b/man/curs_threads.3x
index 7247a527..79e60be0 100644
--- a/man/curs_threads.3x
+++ b/man/curs_threads.3x
@@ -34,6 +34,7 @@
 .el       .ds `` ``
 .ie \n(.g .ds '' \(rq
 .el       .ds '' ''
+.
 .de bP
 .ie n  .IP \(bu 4
 .el    .IP \(bu 2
diff --git a/man/curs_trace.3x b/man/curs_trace.3x
index f793267a..64cd7dd6 100644
--- a/man/curs_trace.3x
+++ b/man/curs_trace.3x
@@ -33,6 +33,7 @@
 .el       .ds `` ``
 .ie \n(.g .ds '' \(rq
 .el       .ds '' ''
+.
 .de bP
 .ie n  .IP \(bu 4
 .el    .IP \(bu 2
diff --git a/man/curs_util.3x b/man/curs_util.3x
index be7f4d6c..45d6f49f 100644
--- a/man/curs_util.3x
+++ b/man/curs_util.3x
@@ -34,6 +34,7 @@
 .el       .ds `` ``
 .ie \n(.g .ds '' \(rq
 .el       .ds '' ''
+.
 .de bP
 .ie n  .IP \(bu 4
 .el    .IP \(bu 2
diff --git a/man/curs_variables.3x b/man/curs_variables.3x
index 5ed8c3e2..7d19b443 100644
--- a/man/curs_variables.3x
+++ b/man/curs_variables.3x
@@ -33,12 +33,15 @@
 .el       .ds `` ``
 .ie \n(.g .ds '' \(rq
 .el       .ds '' ''
+.
 .ie \n(.g .ds : \:
 .el       .ds : \" empty
+.
 .de bP
 .ie n  .IP \(bu 4
 .el    .IP \(bu 2
 ..
+.
 .ds n 5
 .SH NAME
 \fI\%bool\fP,
diff --git a/man/form.3x b/man/form.3x
index 6e7217b7..96a07dbc 100644
--- a/man/form.3x
+++ b/man/form.3x
@@ -34,6 +34,7 @@
 .el       .ds `` ``
 .ie \n(.g .ds '' \(rq
 .el       .ds '' ''
+.
 .de bP
 .ie n  .IP \(bu 4
 .el    .IP \(bu 2
diff --git a/man/form_field_buffer.3x b/man/form_field_buffer.3x
index 37c0d307..3e11c235 100644
--- a/man/form_field_buffer.3x
+++ b/man/form_field_buffer.3x
@@ -34,6 +34,7 @@
 .el       .ds `` ``
 .ie \n(.g .ds '' \(rq
 .el       .ds '' ''
+.
 .de bP
 .ie n  .IP \(bu 4
 .el    .IP \(bu 2
diff --git a/man/form_field_validation.3x b/man/form_field_validation.3x
index 005a03f4..9a264b80 100644
--- a/man/form_field_validation.3x
+++ b/man/form_field_validation.3x
@@ -33,6 +33,7 @@
 .el       .ds `` ``
 .ie \n(.g .ds '' \(rq
 .el       .ds '' ''
+.
 .de bP
 .ie n  .IP \(bu 4
 .el    .IP \(bu 2
diff --git a/man/infocmp.1m b/man/infocmp.1m
index ca36a29d..91fe9113 100644
--- a/man/infocmp.1m
+++ b/man/infocmp.1m
@@ -30,20 +30,22 @@
 .\"
 .\" $Id: infocmp.1m,v 1.95 2023/09/30 21:38:11 tom Exp $
 .TH @INFOCMP@ 1M 2023-09-30 "ncurses 6.4" "User commands"
+.ie n .ds CW R
+.el   \{
+.ie \n(.g .ds CW CR
+.el       .ds CW CW
+.\}
+.
 .ie \n(.g .ds `` \(lq
 .el       .ds `` ``
 .ie \n(.g .ds '' \(rq
 .el       .ds '' ''
-.ds n 5
+.
 .de bP
 .ie n  .IP \(bu 4
 .el    .IP \(bu 2
 ..
-.ie n .ds CW R
-.el   \{
-.ie \n(.g .ds CW CR
-.el       .ds CW CW
-.\}
+.
 .de NS
 .ie n  .sp
 .el    .sp .5
@@ -52,12 +54,15 @@
 .nf
 .ft \*(CW
 ..
+.
 .de NE
 .fi
 .ft R
 .ie n  .in -4
 .el    .in -2
 ..
+.
+.ds n 5
 .ds d @TERMINFO@
 .SH NAME
 \fB@INFOCMP@\fP \-
diff --git a/man/infotocap.1m b/man/infotocap.1m
index 78505b10..55d1ea11 100644
--- a/man/infotocap.1m
+++ b/man/infotocap.1m
@@ -33,6 +33,7 @@
 .el       .ds `` ``
 .ie \n(.g .ds '' \(rq
 .el       .ds '' ''
+.
 .ds n 5
 .ds d @TERMINFO@
 .SH NAME
diff --git a/man/menu.3x b/man/menu.3x
index a9b2f223..ad4cc7b3 100644
--- a/man/menu.3x
+++ b/man/menu.3x
@@ -34,6 +34,7 @@
 .el       .ds `` ``
 .ie \n(.g .ds '' \(rq
 .el       .ds '' ''
+.
 .de bP
 .ie n  .IP \(bu 4
 .el    .IP \(bu 2
diff --git a/man/panel.3x b/man/panel.3x
index 1202d77d..9f6ae440 100644
--- a/man/panel.3x
+++ b/man/panel.3x
@@ -33,6 +33,7 @@
 .el       .ds `` ``
 .ie \n(.g .ds '' \(rq
 .el       .ds '' ''
+.
 .de bP
 .ie n  .IP \(bu 4
 .el    .IP \(bu 2
diff --git a/man/tabs.1 b/man/tabs.1
index f4ea689b..b264d916 100644
--- a/man/tabs.1
+++ b/man/tabs.1
@@ -29,11 +29,11 @@
 .\"
 .\" $Id: tabs.1,v 1.46 2023/09/30 21:38:11 tom Exp $
 .TH @TABS@ 1 2023-09-30 "ncurses 6.4" "User commands"
-.ds n 5
 .ie \n(.g .ds `` \(lq
 .el       .ds `` ``
 .ie \n(.g .ds '' \(rq
 .el       .ds '' ''
+.
 .de bP
 .ie n  .IP \(bu 4
 .el    .IP \(bu 2
@@ -57,6 +57,8 @@
 .ie n  .in -4
 .el    .in -2
 ..
+.
+.ds n 5
 .SH NAME
 \fB\%@TABS@\fP \-
 set terminal tab stops
diff --git a/man/term.5 b/man/term.5
index 31697865..c06b4c5d 100644
--- a/man/term.5
+++ b/man/term.5
@@ -58,6 +58,7 @@
 .ie n  .IP \(bu 4
 .el    .IP \(bu 2
 ..
+.
 .ds n 5
 .ds d @TERMINFO@
 .SH NAME
diff --git a/man/term.7 b/man/term.7
index d68ba1c6..9983d769 100644
--- a/man/term.7
+++ b/man/term.7
@@ -33,6 +33,7 @@
 .el       .ds `` ``
 .ie \n(.g .ds '' \(rq
 .el       .ds '' ''
+.
 .ds n 5
 .ds d @TERMINFO@
 .SH NAME
diff --git a/man/term_variables.3x b/man/term_variables.3x
index e8140196..c26c023a 100644
--- a/man/term_variables.3x
+++ b/man/term_variables.3x
@@ -29,16 +29,18 @@
 .\"
 .\" $Id: term_variables.3x,v 1.30 2023/09/30 23:13:32 tom Exp $
 .TH term_variables 3X 2023-09-30 "ncurses 6.4" "Library calls"
-.ds n 5
 .ie \n(.g .ds `` \(lq
 .el       .ds `` ``
 .ie \n(.g .ds '' \(rq
 .el       .ds '' ''
+.
 .ie n .ds CW R
 .el   \{
 .ie \n(.g .ds CW CR
 .el       .ds CW CW
 .\}
+.
+.ds n 5
 .SH NAME
 \fB\%SP\fP,
 \fB\%acs_map\fP,
diff --git a/man/tic.1m b/man/tic.1m
index 324e4dba..4ff0aef6 100644
--- a/man/tic.1m
+++ b/man/tic.1m
@@ -33,12 +33,14 @@
 .el       .ds `` ``
 .ie \n(.g .ds '' \(rq
 .el       .ds '' ''
-.ds n 5
-.ds d @TERMINFO@
+.
 .de bP
 .ie n  .IP \(bu 4
 .el    .IP \(bu 2
 ..
+.
+.ds n 5
+.ds d @TERMINFO@
 .SH NAME
 \fB\%@TIC@\fP \-
 compile terminal descriptions for \fIterminfo\fR or \fItermcap\fR
diff --git a/man/toe.1m b/man/toe.1m
index af0f4899..cf56de56 100644
--- a/man/toe.1m
+++ b/man/toe.1m
@@ -38,6 +38,7 @@
 .ie \n(.g .ds CW CR
 .el       .ds CW CW
 .\}
+.
 .de bP
 .ie n  .IP \(bu 4
 .el    .IP \(bu 2
diff --git a/man/tput.1 b/man/tput.1
index 7d690e30..7531b17a 100644
--- a/man/tput.1
+++ b/man/tput.1
@@ -30,16 +30,17 @@
 .\"
 .\" $Id: tput.1,v 1.85 2023/09/30 21:38:11 tom Exp $
 .TH @TPUT@ 1 2023-09-30 "ncurses 6.4" "User commands"
-.ds d @TERMINFO@
-.ds n 1
 .ie \n(.g .ds `` \(lq
 .el       .ds `` ``
 .ie \n(.g .ds '' \(rq
 .el       .ds '' ''
+.
 .de bP
 .ie n  .IP \(bu 4
 .el    .IP \(bu 2
 ..
+.ds n 1
+.ds d @TERMINFO@
 .SH NAME
 \fB\%@TPUT@\fP,
 \fB\%reset\fP \-
diff --git a/man/tset.1 b/man/tset.1
index ece4353e..357b9f85 100644
--- a/man/tset.1
+++ b/man/tset.1
@@ -35,6 +35,7 @@
 .el       .ds '' ''
 .ie \n(.g .ds ^ \(ha
 .el       .ds ^ ^
+.
 .de bP
 .ie n  .IP \(bu 4
 .el    .IP \(bu 2
diff --git a/man/user_caps.5 b/man/user_caps.5
index f5f9b1c2..45fa1206 100644
--- a/man/user_caps.5
+++ b/man/user_caps.5
@@ -34,6 +34,7 @@
 .el       .ds `` ``
 .ie \n(.g .ds '' \(rq
 .el       .ds '' ''
+.
 .de bP
 .ie n  .IP \(bu 4
 .el    .IP \(bu 2
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

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