summaryrefslogtreecommitdiffstats
path: root/man3head
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 /man3head
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 'man3head')
-rw-r--r--man3head/sysexits.h.3head2
1 files changed, 1 insertions, 1 deletions
diff --git a/man3head/sysexits.h.3head b/man3head/sysexits.h.3head
index 627132da3..e95d3a7cd 100644
--- a/man3head/sysexits.h.3head
+++ b/man3head/sysexits.h.3head
@@ -7,7 +7,7 @@
.\"
.\" Rewritten for the Linux man-pages by Alejandro Colomar
.\"
-.TH sysexits.h 3head 2022-07-29 "Linux man-pages (unreleased)" "Linux Programmer's Manual"
+.TH sysexits.h 3head 2022-07-29 "Linux man-pages (unreleased)"
.SH NAME
sysexits.h \- exit codes for programs
.SH LIBRARY