[PATCH] doc: misc-utils/*: Fix some warnings from "mandoc -T lint"

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

 



mandoc: ./misc-utils/cal.1:214:2: WARNING: skipping paragraph macro: br after sp
mandoc: ./misc-utils/cal.1:216:2: WARNING: skipping paragraph macro: br before sp
mandoc: ./misc-utils/cal.1:225:2: WARNING: skipping paragraph macro: PP after SH

mandoc: ./misc-utils/findfs.8:36:2: WARNING: skipping paragraph macro: br after sp
mandoc: ./misc-utils/findfs.8:38:2: WARNING: skipping paragraph macro: br before sp
mandoc: ./misc-utils/findfs.8:41:2: WARNING: skipping paragraph macro: br before sp
mandoc: ./misc-utils/findfs.8:44:2: WARNING: skipping paragraph macro: br before sp
mandoc: ./misc-utils/findfs.8:48:2: WARNING: skipping paragraph macro: PP empty

mandoc: ./misc-utils/logger.1:118:15: STYLE: unterminated quoted argument
mandoc: ./misc-utils/logger.1:231:2: WARNING: skipping paragraph macro: IP empty

mandoc: ./misc-utils/look.1:116:2: STYLE: fill mode already disabled, skipping: nf

mandoc: ./misc-utils/hardlink.1:1:5: STYLE: lower case character in document title: TH hardlink
mandoc: ./misc-utils/hardlink.1:1:2: WARNING: missing date, using today's date: TH
mandoc: ./misc-utils/hardlink.1:9:2: WARNING: skipping paragraph macro: PP after SH
mandoc: ./misc-utils/hardlink.1:52:2: WARNING: skipping paragraph macro: PP after SH
mandoc: ./misc-utils/hardlink.1:65:2: WARNING: skipping paragraph macro: PP after SH

mandoc: ./misc-utils/rename.1:65:2: WARNING: skipping paragraph macro: PP empty
mandoc: ./misc-utils/rename.1:65:2: WARNING: skipping paragraph macro: PP empty
mandoc: ./misc-utils/rename.1:97:2: WARNING: skipping paragraph macro: PP empty
mandoc: ./misc-utils/rename.1:107:2: WARNING: skipping paragraph macro: PP empty
mandoc: ./misc-utils/rename.1:116:2: WARNING: skipping paragraph macro: PP empty

mandoc: ./misc-utils/whereis.1:82:2: WARNING: line scope broken: IP breaks TP
mandoc: ./misc-utils/whereis.1:152:2: WARNING: skipping paragraph macro: PP empty

####

  There is no change in the ouput of "nroff" or "groff", except for

1) a very long line in "logger.1".

2) '-' changed to '\-' for a option in "logger.1".

Signed-off-by: Bjarni Ingi Gislason <bjarniig@xxxxxxxxx>
---
 misc-utils/cal.1      |  3 ---
 misc-utils/findfs.8   |  5 -----
 misc-utils/hardlink.1 |  3 ---
 misc-utils/logger.1   | 11 ++++++-----
 misc-utils/look.1     |  2 +-
 misc-utils/rename.1   | 15 +++++++--------
 misc-utils/whereis.1  |  2 --
 7 files changed, 14 insertions(+), 27 deletions(-)

diff --git a/misc-utils/cal.1 b/misc-utils/cal.1
index ac606b355..2115e9af3 100644
--- a/misc-utils/cal.1
+++ b/misc-utils/cal.1
@@ -211,9 +211,7 @@ numbering is used, where the first Thursday is in week number 1.
 Implicit coloring can be disabled as follows:
 .RS
 
-.br
 .B touch /etc/terminal-colors.d/cal.disable
-.br
 
 .RE
 See
@@ -222,7 +220,6 @@ for more details about colorization configuration.
 .SH HISTORY
 A cal command appeared in Version 6 AT&T UNIX.
 .SH BUGS
-.PP
 The default
 .B cal
 output uses 3 September 1752 as the Gregorian calendar reform date.  The
diff --git a/misc-utils/findfs.8 b/misc-utils/findfs.8
index 26762f83d..59466c1b0 100644
--- a/misc-utils/findfs.8
+++ b/misc-utils/findfs.8
@@ -33,19 +33,14 @@ The complete overview about filesystems and partitions you can get for example
 by
 .RS
 
-.br
 .B lsblk \-\-fs
-.br
 
 .B partx --show <disk>
-.br
 
 .B blkid
-.br
 
 .RE
 
-.PP
 .SH EXIT STATUS
 .RS
 .PD 0
diff --git a/misc-utils/hardlink.1 b/misc-utils/hardlink.1
index cb23ab190..de26d34b7 100644
--- a/misc-utils/hardlink.1
+++ b/misc-utils/hardlink.1
@@ -6,7 +6,6 @@ hardlink \- Consolidate duplicate files via hardlinks
 [options]
 .RI [ directory ...]
 .SH DESCRIPTION
-.PP
 This manual page documents \fBhardlink\fR, a
 program which consolidates duplicate files in one or more directories
 using hardlinks.
@@ -49,7 +48,6 @@ Display help text and exit.
 .BR \-V , " \-\-version"
 Display version information and exit.
 .SH BUGS
-.PP
 \fBhardlink\fR assumes that its target directory trees do not change from under
 it.  If a directory tree does change, this may result in \fBhardlink\fR
 accessing files and/or directories outside of the intended directory tree.
@@ -62,7 +60,6 @@ other characters. That prior behavior can be achieved by specifying
 .br
 \-x '^(\\.in\\.|\\.[^.]{6}$)'
 .SH AUTHORS
-.PP
 \fBhardlink\fR was written by Jakub Jelinek <jakub@xxxxxxxxxx> and later modified by
 Ruediger Meier <ruediger.meier@xxxxxxxxxxx> and Karel Zak <kzak@xxxxxxxxxx> for util-linux.
 .PP
diff --git a/misc-utils/logger.1 b/misc-utils/logger.1
index 3cf6b0b1e..448311d03 100644
--- a/misc-utils/logger.1
+++ b/misc-utils/logger.1
@@ -115,7 +115,7 @@ To include newlines in MESSAGE, specify MESSAGE several times.  This is
 handled as a special case, other fields will be stored as an array in
 the journal if they appear multiple times.
 .TP
-.BR \-\-msgid " \fImsgid
+.BI \-\-msgid " msgid"
 Sets the RFC5424 MSGID field.  Note that the space character is not permitted
 inside of \fImsgid\fR.  This option is only used if \fB\-\-rfc5424\fR is
 specified as well; otherwise, it is silently ignored.
@@ -225,12 +225,13 @@ than once for the same element.  Note that the quotation marks around
 .IP
 produces:
 .IP
-.nf
+.\".nf
+.\" this long line gets cut of in the output of "troff", and wraps
+.\" in "nroff"
 \fB  <13>1 2015-10-01T14:07:59.168662+02:00 ws kzak - - [timeQuality tzKnown="1" isSynced="1" syncAccuracy="218616"][zoo@123 tiger="hungry" zebra="running"][manager@123 onMeeting="yes"] this is message
-.fi
-.IP
+.\".fi
 .TP
-.BR \-S , " -\-size " \fIsize
+.BR \-S , " \-\-size " \fIsize
 Sets the maximum permitted message size to \fIsize\fR.  The default
 is 1KiB characters, which is the limit traditionally used and specified
 in RFC 3164.  With RFC 5424, this limit has become flexible.  A good assumption
diff --git a/misc-utils/look.1 b/misc-utils/look.1
index 4367fa5eb..2de4f8d99 100644
--- a/misc-utils/look.1
+++ b/misc-utils/look.1
@@ -113,7 +113,7 @@ utility appeared in Version 7 AT&T Unix.
 .nf
 sort \-d /etc/passwd \-o /tmp/look.dict
 look \-t: root:foobar /tmp/look.dict
-.nf
+.fi
 .RE
 .SH SEE ALSO
 .BR grep (1),
diff --git a/misc-utils/rename.1 b/misc-utils/rename.1
index 701bc4f18..6b69ffc9f 100644
--- a/misc-utils/rename.1
+++ b/misc-utils/rename.1
@@ -57,12 +57,11 @@ short) in canonical mode, where the line is buffered by the tty and you press
 ENTER to validate the user input.  If you put your tty in cbreak mode however,
 rename requires only a single key press to answer the prompt.  To set cbreak
 mode, run for example:
-.RS
 .PP
+.RS
 .nf
 sh \-c 'stty \-icanon min 1; "$0" "$@"; stty icanon' rename \-i from to files
 .fi
-.PP
 .RE
 .SH EXIT STATUS
 .RS
@@ -88,33 +87,33 @@ unanticipated error occurred
 Given the files
 .IR foo1 ", ..., " foo9 ", " foo10 ", ..., " foo278 ,
 the commands
-.RS
 .PP
+.RS
 .nf
 rename foo foo00 foo?
 rename foo foo0 foo??
 .fi
-.PP
 .RE
+.PP
 will turn them into
 .IR foo001 ", ..., " foo009 ", " foo010 ", ..., " foo278 .
 And
-.RS
 .PP
+.RS
 .nf
 rename .htm .html *.htm
 .fi
-.PP
 .RE
+.PP
 will fix the extension of your html files.
 Provide an empty string for shortening:
-.RS
 .PP
+.RS
 .nf
 rename '_with_long_name' '' file_with_long_name.*
 .fi
-.PP
 .RE
+.PP
 will remove the substring in the filenames.
 .SH SEE ALSO
 .BR mv (1)
diff --git a/misc-utils/whereis.1 b/misc-utils/whereis.1
index 1b8c3be7c..08e351cec 100644
--- a/misc-utils/whereis.1
+++ b/misc-utils/whereis.1
@@ -79,7 +79,6 @@ searches for "ls" man pages in all default paths, but for "cal" in
 the /usr/share/man/man1 directory only.
 
 .SH OPTIONS
-.TP
 .IP \fB\-b\fP
 Search for binaries.
 .IP \fB\-m\fP
@@ -149,7 +148,6 @@ and
 .B \-S
 are displayed with
 .BR \-l .
-.PP
 .SH ENVIRONMENT
 .IP WHEREIS_DEBUG=all
 enables debug output.
-- 
2.26.2



[Index of Archives]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux