aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk (man-pages) <mtk.manpages@gmail.com>2020-09-15 12:16:47 +0200
committerMichael Kerrisk (man-pages) <mtk.manpages@gmail.com>2020-11-04 15:32:34 +0100
commit1bac4def072144ce140b5bf11846a1925d1a8e9e (patch)
treee44067aefb378d4fa7b6a3d06af28096ba16a8b3
parentdc5c642b2df7a02b42c51c6d27dfba71544a1202 (diff)
downloadman-pages-posix-1bac4def072144ce140b5bf11846a1925d1a8e9e.tar.gz
posix.py: Add a few comment separator lines to generated pages
Signed-off-by: Michael Kerrisk (man-pages) <mtk.manpages@gmail.com>
-rwxr-xr-xposix.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/posix.py b/posix.py
index e3b77dd..b4bbb0f 100755
--- a/posix.py
+++ b/posix.py
@@ -318,14 +318,16 @@ for file in sys.argv[2:]:
lines.insert(0,
"'\\\" et\n"
".TH {} \"{}\" 2017 \"IEEE/The Open Group\" \"POSIX Programmer's Manual\"\n"
+ ".\\\"\n"
".SH PROLOG\n"
"This manual page is part of the POSIX Programmer's Manual.\n"
"The Linux implementation of this interface may differ (consult\n"
"the corresponding Linux manual page for details of Linux behavior),\n"
"or the interface may not be implemented on Linux.\n"
- "\n"
+ ".\\\"\n"
"".format(NAME, section.upper()))
lines.append(
+ ".\\\"\n"
".SH COPYRIGHT\n"
"Portions of this text are reprinted and reproduced in electronic form\n"
"from IEEE Std 1003.1-2017, Standard for Information Technology\n"