]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
doc: disk-utils/*: Fix some warnings from "mandoc -T lint"
authorBjarni Ingi Gislason <bjarniig@rhi.hi.is>
Wed, 10 Jun 2020 21:49:10 +0000 (21:49 +0000)
committerKarel Zak <kzak@redhat.com>
Mon, 15 Jun 2020 09:28:01 +0000 (11:28 +0200)
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
disk-utils/isosize.8
disk-utils/sfdisk.8
disk-utils/swaplabel.8

index 0c26ed3ee8f57951c8f5483c1e62d4386a048b78..ca050897ce5775bc641aa9b798d15cc5b1e3a993 100644 (file)
@@ -120,7 +120,6 @@ Operational error
 Usage or syntax error
 .PD
 .RE
-.PP
 .SH AUTHORS
 .MT torvalds@\:cs.\:helsinki.\:fi
 Linus Torvalds
index 6e072f9433faf1c5f07c820bfacc88119cc204ff..8d5899396541f2e210a762497c568963a09a05ed 100644 (file)
@@ -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
index e3b479cbf2436dc90a095291932c14b7ffcd9999..6c278afb6aa727ac7a214e12efb9f6baf8ebcaad 100644 (file)
@@ -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
index f22b8f443caa7c05fec4c01244e9773bf669cd8d..b623a50200b6b8a20ce30808ae0420c655ffdad0 100644 (file)
@@ -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.