util-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] doc: disk-utils/*: Fix some warnings from "mandoc -T lint"
@ 2020-06-10 21:49 Bjarni Ingi Gislason
  2020-06-15  9:36 ` Karel Zak
  0 siblings, 1 reply; 2+ messages in thread
From: Bjarni Ingi Gislason @ 2020-06-10 21:49 UTC (permalink / raw)
  To: util-linux

mandoc: ./disk-utils/fsck.minix.8:123:2: WARNING: skipping paragraph macro: PP empty

mandoc: ./disk-utils/isosize.8:8:2: WARNING: skipping paragraph macro: PP after SH

mandoc: ./disk-utils/sfdisk.8:262:4: STYLE: unterminated quoted argument

mandoc: ./disk-utils/swaplabel.8:57:2: WARNING: skipping paragraph macro: PP empty

####

  No change in the output from "nroff" or "groff".

Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>

####
---
 disk-utils/fsck.minix.8 | 1 -
 disk-utils/isosize.8    | 1 -
 disk-utils/sfdisk.8     | 2 +-
 disk-utils/swaplabel.8  | 1 -
 4 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/disk-utils/fsck.minix.8 b/disk-utils/fsck.minix.8
index 0c26ed3ee..ca050897c 100644
--- a/disk-utils/fsck.minix.8
+++ b/disk-utils/fsck.minix.8
@@ -120,7 +120,6 @@ Operational error
 Usage or syntax error
 .PD
 .RE
-.PP
 .SH AUTHORS
 .MT torvalds@\:cs.\:helsinki.\:fi
 Linus Torvalds
diff --git a/disk-utils/isosize.8 b/disk-utils/isosize.8
index 6e072f943..8d5899396 100644
--- a/disk-utils/isosize.8
+++ b/disk-utils/isosize.8
@@ -5,7 +5,6 @@ isosize \- output the length of an iso9660 filesystem
 .B isosize
 .RI [options] " iso9660_image_file"
 .SH DESCRIPTION
-.PP
 This command outputs the length of an iso9660 filesystem that
 is contained in the specified file.  This file may be a normal file or
 a block device (e.g.\& /dev/hdd or /dev/sr0).  In the absence of
diff --git a/disk-utils/sfdisk.8 b/disk-utils/sfdisk.8
index e3b479cbf..6c278afb6 100644
--- a/disk-utils/sfdisk.8
+++ b/disk-utils/sfdisk.8
@@ -259,7 +259,7 @@ and the last command reorders partitions to match disk order
 .sp
 .B "echo '+100M,' | sfdisk \-\-move-data /dev/sdc \-N 1"
 .br
-.B "echo '2048,' | sfdisk /dev/sdc \-\-append
+.B "echo '2048,' | sfdisk /dev/sdc \-\-append"
 .br
 .B sfdisk /dev/sdc \-\-reorder
 .sp
diff --git a/disk-utils/swaplabel.8 b/disk-utils/swaplabel.8
index f22b8f443..b623a5020 100644
--- a/disk-utils/swaplabel.8
+++ b/disk-utils/swaplabel.8
@@ -54,7 +54,6 @@ Specify a new \fIUUID\fR for the device.
 The \fI UUID\fR
 must be in the standard 8-4-4-4-12 character format, such as is output by
 .BR uuidgen (1).
-.PP
 .SH ENVIRONMENT
 .IP LIBBLKID_DEBUG=all
 enables libblkid debug output.
-- 
2.26.2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-06-15  9:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-10 21:49 [PATCH] doc: disk-utils/*: Fix some warnings from "mandoc -T lint" Bjarni Ingi Gislason
2020-06-15  9:36 ` Karel Zak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).