linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alejandro Colomar <alx.manpages@gmail.com>
To: mtk.manpages@gmail.com
Cc: Alejandro Colomar <alx.manpages@gmail.com>, linux-man@vger.kernel.org
Subject: [PATCH] msr.4, veth.4, packet.7, sched.7, unicode.7: Remove redundant .PP
Date: Thu,  7 Jan 2021 17:19:24 +0100	[thread overview]
Message-ID: <20210107161923.3871-1-alx.manpages@gmail.com> (raw)

.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/}';

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
---
 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_PACKET
diff --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
-- 
2.29.2


             reply	other threads:[~2021-01-07 16:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-07 16:19 Alejandro Colomar [this message]
2021-01-08  9:01 ` [PATCH] msr.4, veth.4, packet.7, sched.7, unicode.7: Remove redundant .PP Michael Kerrisk (man-pages)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210107161923.3871-1-alx.manpages@gmail.com \
    --to=alx.manpages@gmail.com \
    --cc=linux-man@vger.kernel.org \
    --cc=mtk.manpages@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).