]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
doc: schedutils/*: Fix some warnings from "mandoc -T lint"
authorBjarni Ingi Gislason <bjarniig@rhi.hi.is>
Thu, 11 Jun 2020 00:18:44 +0000 (00:18 +0000)
committerKarel Zak <kzak@redhat.com>
Mon, 15 Jun 2020 09:28:01 +0000 (11:28 +0200)
mandoc: ./schedutils/chrt.1:37:2: WARNING: skipping paragraph macro: PP after SH

mandoc: ./schedutils/ionice.1:120:2: WARNING: skipping paragraph macro: PP empty

mandoc: ./schedutils/taskset.1:36:2: WARNING: skipping paragraph macro: PP after SH

####

  There is no change in the ouput from "nroff" and "groff".

Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
schedutils/chrt.1
schedutils/ionice.1
schedutils/taskset.1

index 83e57070c288416e45341654899a3a8e22652f23..0d9a225c3f964dc7a0dbf2d322ff22d073911b2b 100644 (file)
@@ -34,7 +34,6 @@ chrt \- manipulate the real-time attributes of a process
 .B \-p
 .RI [ priority ]\  pid
 .SH DESCRIPTION
-.PP
 .B chrt
 sets or retrieves the real-time scheduling attributes of an existing \fIpid\fR,
 or runs \fIcommand\fR with the given attributes.
index 72dbae6af233dd9a52e9ad12996ae740e928ec4c..bbb6b7e95f5c393c4069452b1635357a564aa150 100644 (file)
@@ -117,7 +117,6 @@ Display version information and exit.
 Linux supports I/O scheduling priorities and classes since 2.6.13 with the CFQ
 I/O scheduler.
 .SH EXAMPLES
-.LP
 .TP 7
 # \fBionice\fP \-c 3 \-p 89
 .TP 7
index 7fdc50898851ce896247b17e11c903393a286364..71e7874e1a35dcc0db7f8a8ba48f1acc7bc741bc 100644 (file)
@@ -33,7 +33,6 @@ taskset \- set or retrieve a process's CPU affinity
 .B \-p
 .RI [ mask ]\  pid
 .SH DESCRIPTION
-.PP
 .B taskset
 is used to set or retrieve the CPU affinity of a running process given its
 \fIpid\fR, or to launch a new \fIcommand\fR with a given CPU affinity.