summaryrefslogtreecommitdiffstats
path: root/man2type
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-10-31 01:28:55 +0100
committerAlejandro Colomar <alx@kernel.org>2023-10-31 01:37:57 +0100
commitc6d039a3a6edcffa325c584d9942fc64560c32e1 (patch)
treefe4ac58f924a952635fa4018af95db9d8f64ec62 /man2type
parent019aad50584289476a9f206adf074326e106713d (diff)
man*/: srcfix (Use .P instead of .PP or .LP)
We're trying to "standardize" on a paragraphing macro from the three equivalent ones (P, PP, LP). We (somewhat arbitrarily) agreed on P. Scripted change: $ find man* -type f | xargs sed -i '/\.PP/s/PP/P/' $ find man* -type f | xargs sed -i '/\.LP/s/LP/P/' Suggested-by: "G. Branden Robinson" <branden@debian.org> Cc: Ingo Schwarze <schwarze@openbsd.org> Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man2type')
-rw-r--r--man2type/open_how.2type4
1 files changed, 2 insertions, 2 deletions
diff --git a/man2type/open_how.2type b/man2type/open_how.2type
index 90657e1fd..54da1f9ff 100644
--- a/man2type/open_how.2type
+++ b/man2type/open_how.2type
@@ -11,7 +11,7 @@ Linux kernel headers
.SH SYNOPSIS
.EX
.B #include <linux/openat2.h>
-.PP
+.P
.B struct open_how {
.BR " u64 flags;" " /* " O_ "* flags */"
.BR " u64 mode;" " /* Mode for " O_ { CREAT , TMPFILE "} */"
@@ -21,7 +21,7 @@ Linux kernel headers
.EE
.SH DESCRIPTION
Specifies how a pathname should be opened.
-.PP
+.P
The fields are as follows:
.TP
.I flags