summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xposix.py10
1 files changed, 6 insertions, 4 deletions
diff --git a/posix.py b/posix.py
index 55e401a..60271cc 100755
--- a/posix.py
+++ b/posix.py
@@ -337,14 +337,16 @@ for file in sys.argv[2:]:
"Electrical and Electronics Engineers, Inc and The Open Group.\n"
"In the event of any discrepancy between this version and the original IEEE and\n"
"The Open Group Standard, the original IEEE and The Open Group Standard\n"
- "is the referee document. The original Standard can be obtained online at\n"
- "http://www.opengroup.org/unix/online.html .\n"
+ "is the referee document. The original Standard can be obtained online at\n"
+ ".UR http://www.opengroup.org/unix/online.html\n"
+ ".UE .\n"
".PP\n"
"Any typographical or formatting errors that appear\n"
"in this page are most likely\n"
"to have been introduced during the conversion of the source files to\n"
- "man page format. To report such errors, see\n"
- "https://www.kernel.org/doc/man-pages/reporting_bugs.html .\n"
+ "man page format. To report such errors, see\n"
+ ".UR https://www.kernel.org/doc/man-pages/reporting_bugs.html\n"
+ ".UE .\n"
)
text = "".join(lines)