summaryrefslogtreecommitdiffstats
path: root/man2type
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2022-08-21 14:10:16 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2022-08-21 14:29:13 +0200
commit45186a5da74285d72199744eb5d2888fe348f680 (patch)
treebf627631cae6d0503fb07259eef19e7436a4eedb /man2type
parent7b1586683200b7e8028137ba0cb734129ff7e78d (diff)
All pages: Remove the 5th argument to .TH
Now that we have the LIBRARY section, and a 4th argument that already tells that it's a page from the Linux man-pages project, the 5th argument isn't telling any information that the default value wouldn't. So let's just remove it. Scripted change: $ find man* -type f \ | xargs sed -Ei '/^.TH /s/(.TH +[^ ]+ +[^ ]+ +[^ ]+ +"[^"]+") .*/\1/' Acked-by: "G. Branden Robinson" <g.branden.robinson@gmail.com> Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com> Cc: Ingo Schwarze <schwarze@openbsd.de> Cc: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man2type')
-rw-r--r--man2type/open_how.2type2
1 files changed, 1 insertions, 1 deletions
diff --git a/man2type/open_how.2type b/man2type/open_how.2type
index 89d99a7c6..6037f0a01 100644
--- a/man2type/open_how.2type
+++ b/man2type/open_how.2type
@@ -3,7 +3,7 @@
.\" SPDX-License-Identifier: Linux-man-pages-copyleft
.\"
.\"
-.TH OPEN_HOW 2type 2022-06-16 "Linux man-pages (unreleased)" "Linux Programmer's Manual"
+.TH OPEN_HOW 2type 2022-06-16 "Linux man-pages (unreleased)"
.SH NAME
open_how \- how to open a pathname
.SH LIBRARY