Re: [PATCH] msr.4, veth.4, packet.7, sched.7, unicode.7: Remove redundant .PP
From: Michael Kerrisk (man-pages) <hidden>
Date: 2021-01-08 09:02:34
Hi ALex, On 1/7/21 5:19 PM, Alejandro Colomar wrote:
.PP and .IP are redundant just before .SH or .SS.
Remove them.
$ find man? -type f \
|xargs sed -i '/^\.[IP]P$/{N;s/.*\n\(\.S[HS]\)/\1/}';Thanks! I've been fixing these as I spot them. This is better, of course. Patch applied. Cheers, Michael
quoted hunk ↗ jump to hunk
Signed-off-by: Alejandro Colomar <redacted> --- man4/msr.4 | 1 - man4/veth.4 | 1 - man7/packet.7 | 1 - man7/sched.7 | 1 - man7/unicode.7 | 1 - 5 files changed, 5 deletions(-)diff --git a/man4/msr.4 b/man4/msr.4 index 9feb78a4b..38e4e8e18 100644 --- a/man4/msr.4 +++ b/man4/msr.4@@ -56,7 +56,6 @@ to load it explicitly before use: $ modprobe msr .EE .in -.PP .SH SEE ALSO Intel Corporation Intel 64 and IA-32 Architectures Software Developer's Manual Volume 3B Appendix B,diff --git a/man4/veth.4 b/man4/veth.4 index b73976099..2e41a33d7 100644 --- a/man4/veth.4 +++ b/man4/veth.4@@ -98,7 +98,6 @@ NIC statistics: 16: ve_B@ve_A: <BROADCAST,MULTICAST,M-DOWN> mtu 1500 qdisc ... .EE .in -.PP .SH "SEE ALSO" .BR clone (2), .BR network_namespaces (7),diff --git a/man7/packet.7 b/man7/packet.7 index 45c1bc75c..05a34dbeb 100644 --- a/man7/packet.7 +++ b/man7/packet.7@@ -550,7 +550,6 @@ In addition, other errors may be generated by the low-level driver. is a new feature in Linux 2.2. Earlier Linux versions supported only .BR SOCK_PACKET . -.PP .SH NOTES For portable programs it is suggested to use .B AF_PACKETdiff --git a/man7/sched.7 b/man7/sched.7 index 6285b3179..f554fc289 100644 --- a/man7/sched.7 +++ b/man7/sched.7@@ -686,7 +686,6 @@ that is, no CPU time is set aside for non-real-time processes The default value in this file is 950,000 (0.95 seconds), meaning that 5% of the CPU time is reserved for processes that don't run under a real-time or deadline scheduling policy. -.PP .SS Response time A blocked high priority thread waiting for I/O has a certain response time before it is scheduled again.diff --git a/man7/unicode.7 b/man7/unicode.7 index d8dbf4be1..871740972 100644 --- a/man7/unicode.7 +++ b/man7/unicode.7@@ -190,7 +190,6 @@ and .BR wcwidth (3) tells, how many positions (0\(en2) the cursor is advanced by the output of a character. -.PP .SS Private Use Areas (PUA) In the Basic Multilingual Plane, the range 0xe000 to 0xf8ff will never be assigned to any characters by
-- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/