All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] doc: schedutils/*: Fix some warnings from "mandoc -T lint"
@ 2020-06-11  0:18 Bjarni Ingi Gislason
  0 siblings, 0 replies; only message in thread
From: Bjarni Ingi Gislason @ 2020-06-11  0:18 UTC (permalink / raw)
  To: util-linux

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    | 1 -
 schedutils/ionice.1  | 1 -
 schedutils/taskset.1 | 1 -
 3 files changed, 3 deletions(-)

diff --git a/schedutils/chrt.1 b/schedutils/chrt.1
index 83e57070c..0d9a225c3 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 72dbae6af..bbb6b7e95 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 7fdc50898..71e7874e1 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.
-- 
2.26.2

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-06-11  0:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-11  0:18 [PATCH] doc: schedutils/*: Fix some warnings from "mandoc -T lint" Bjarni Ingi Gislason

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.