From: Bjarni Ingi Gislason Date: Thu, 11 Jun 2020 00:18:44 +0000 (+0000) Subject: doc: schedutils/*: Fix some warnings from "mandoc -T lint" X-Git-Tag: v2.36-rc2~57 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=75ba1d8c28c59168a61c95f8e8c1700ad6262f08;p=thirdparty%2Futil-linux.git doc: schedutils/*: Fix some warnings from "mandoc -T lint" 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 --- diff --git a/schedutils/chrt.1 b/schedutils/chrt.1 index 83e57070c2..0d9a225c3f 100644 --- a/schedutils/chrt.1 +++ b/schedutils/chrt.1 @@ -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. diff --git a/schedutils/ionice.1 b/schedutils/ionice.1 index 72dbae6af2..bbb6b7e95f 100644 --- a/schedutils/ionice.1 +++ b/schedutils/ionice.1 @@ -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 diff --git a/schedutils/taskset.1 b/schedutils/taskset.1 index 7fdc508988..71e7874e1a 100644 --- a/schedutils/taskset.1 +++ b/schedutils/taskset.1 @@ -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.