doc/*.[67]: Drop redundant calls and requests

Sectioning and paragraphing macros always break the output line.

(Sub)sectioning macros always set text after the heading as a paragraph.

Fixes:

$ mandoc -T lint doc/*.[67] # output edited
doc/makedefs.6:49:2: WARNING: skipping paragraph macro: PP after SH
doc/nethack.6:367:2: WARNING: skipping paragraph macro: br after PP
doc/nethack.6:365:2: WARNING: skipping paragraph macro: PP empty
doc/nethack.6:157:2: WARNING: skipping paragraph macro: PP after SH
doc/nethack.6:431:2: WARNING: skipping paragraph macro: PP after SH
doc/nethack.6:673:2: WARNING: skipping paragraph macro: PP after SH
doc/nethack.6:676:2: WARNING: skipping paragraph macro: PP after SH
doc/recover.6:29:2: WARNING: skipping paragraph macro: PP after SH
doc/recover.6:125:2: WARNING: skipping paragraph macro: PP after SH
doc/recover.6:141:2: WARNING: skipping paragraph macro: PP after SH
doc/mnh.7:23:2: WARNING: skipping paragraph macro: PP after SH
doc/mnh.7:46:2: WARNING: skipping paragraph macro: PP after SH
This commit is contained in:
G. Branden Robinson
2026-05-06 04:39:57 -05:00
parent d2a49d4f8a
commit bbcfc474d0
4 changed files with 0 additions and 13 deletions
-1
View File
@@ -46,7 +46,6 @@ makedefs \- NetHack miscellaneous build-time functions
.I file .I file
.BI \-\- command .BI \-\- command
.SH DESCRIPTION .SH DESCRIPTION
.PP
.B Makedefs .B Makedefs
is a build-time tool used for a variety of is a build-time tool used for a variety of
.BR NetHack (6) .BR NetHack (6)
-2
View File
@@ -20,7 +20,6 @@ mnh \- additional text formatting macros for the NetHack Guidebook
.\".B "troff \-mn" .\".B "troff \-mn"
.\"[ options ] file ... .\"[ options ] file ...
.SH DESCRIPTION .SH DESCRIPTION
.PP
This package of This package of
.IR nroff (1) .IR nroff (1)
and and
@@ -43,7 +42,6 @@ mn(7)
.SH AUTHOR .SH AUTHOR
Pat Rankin Pat Rankin
.SH REQUESTS .SH REQUESTS
.PP
In the In the
.I Note .I Note
column, column,
-7
View File
@@ -154,7 +154,6 @@ Also
.\" Make sure path is not hyphenated below .\" Make sure path is not hyphenated below
.hw nethackdir .hw nethackdir
.SH DESCRIPTION .SH DESCRIPTION
.PP
.I NetHack .I NetHack
is a display oriented Dungeons & Dragons(tm) - like game. is a display oriented Dungeons & Dragons(tm) - like game.
The standard tty display and command structure resemble rogue. The standard tty display and command structure resemble rogue.
@@ -363,9 +362,6 @@ and the
.B \-\-no\-nethackrc .B \-\-no\-nethackrc
option can be used to skip any run-time configuration file. option can be used to skip any run-time configuration file.
.PP .PP
.\" extra blank line
.br
.PP
Some options provide feedback and then exit rather than play the game: Some options provide feedback and then exit rather than play the game:
.PP .PP
The The
@@ -428,7 +424,6 @@ Use
.RB \(oq "nethack \-\-usage | more" \(cq .RB \(oq "nethack \-\-usage | more" \(cq
to read it a page at a time. to read it a page at a time.
.SH AUTHORS .SH AUTHORS
.PP
Jay Fenlason (+ Kenny Woodland, Mike Thome and Jon Payne) wrote the Jay Fenlason (+ Kenny Woodland, Mike Thome and Jon Payne) wrote the
original hack, very much like rogue (but full of bugs). original hack, very much like rogue (but full of bugs).
.PP .PP
@@ -670,10 +665,8 @@ can be used in debugging (wizard) mode.
.I \%DEBUGFILES .I \%DEBUGFILES
can be used if the program was built with 'DEBUG' enabled. can be used if the program was built with 'DEBUG' enabled.
.SH "SEE ALSO" .SH "SEE ALSO"
.PP
recover(6) recover(6)
.SH BUGS .SH BUGS
.PP
Probably infinite. Probably infinite.
.SH COPYRIGHT .SH COPYRIGHT
.\" All troffs and nroffs support `\(co` except Plan 9 nroff, but Plan 9 .\" All troffs and nroffs support `\(co` except Plan 9 nroff, but Plan 9
-3
View File
@@ -26,7 +26,6 @@ recover \- recover a NetHack game interrupted by disaster
] ]
.I "base1 base2" ... .I "base1 base2" ...
.SH DESCRIPTION .SH DESCRIPTION
.PP
Occasionally, a NetHack game will be interrupted by disaster Occasionally, a NetHack game will be interrupted by disaster
when the game or the system crashes. when the game or the system crashes.
Prior to NetHack v3.1, these games were lost because various information Prior to NetHack v3.1, these games were lost because various information
@@ -122,7 +121,6 @@ In either case,
.I recover .I recover
is easily compiled from the distribution utility directory. is easily compiled from the distribution utility directory.
.SH NOTES .SH NOTES
.PP
Like Like
.I nethack .I nethack
itself, itself,
@@ -138,7 +136,6 @@ will find them in the uncompressed form.
.SH "SEE ALSO" .SH "SEE ALSO"
nethack(6) nethack(6)
.SH BUGS .SH BUGS
.PP
.I recover .I recover
makes no attempt to find out if a base name specifies a game in progress. makes no attempt to find out if a base name specifies a game in progress.
If multiple machines share a playground, this would be impossible to If multiple machines share a playground, this would be impossible to