aboutsummaryrefslogtreecommitdiffstats
path: root/man7
diff options
context:
space:
mode:
authorKir Kolyshkin <kir@openvz.org>2009-02-12 13:59:52 +0300
committerMichael Kerrisk <mtk.manpages@gmail.com>2009-02-20 19:52:29 +1300
commitbaf17bc4f2a3f3b02d2f3b0911f98331fd874367 (patch)
treec3baf82d9046712272dc1927b530169788cd3d88 /man7
parentd34ba634d13a8507bbfe54dbcff6ddc1295a395f (diff)
downloadman-pages-baf17bc4f2a3f3b02d2f3b0911f98331fd874367.tar.gz
Trivial punctuation fixes in SEE ALSO
In SEE ALSO, when a few man pages are referenced, those are divided by commas. Every reference is on a separate line, and all lines but the last one should end with comma. I spotted one place where there is no comma in between references, and mocked up an awk script to find similar places: for f in man*/*; do awk '/^.SH ["]SEE ALSO["]/ {sa=1; print "== " FILENAME " =="; print; next } /^\.(PP|SH)/ {sa=0; no=0; next} /^\.BR/ { if (sa==1) { print; if (no == 1) print "Missing comma in " FILENAME " +" FNR-1; no=0 } } /^\.BR .*)$/ { if (sa==1) no=1; next } /\.\\"/ {next} /.*/ { if (sa==1) { print; next }}' $f; done | fgrep 'Missing comma' This patch fixes all the places found by the above script. Also, there is an extra dot at the end of uri.7 "SEE ALSO" section. Removed as per man-pages(7) recommendation. Signed-off-by: Kir Kolyshkin <kir@openvz.org> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7')
-rw-r--r--man7/koi8-r.74
-rw-r--r--man7/rtld-audit.72
-rw-r--r--man7/uri.72
3 files changed, 4 insertions, 4 deletions
diff --git a/man7/koi8-r.7 b/man7/koi8-r.7
index 5462e47e2a..70ac4d7e0a 100644
--- a/man7/koi8-r.7
+++ b/man7/koi8-r.7
@@ -188,7 +188,7 @@ _
.TE
.SH "SEE ALSO"
.BR ascii (7),
-.BR iso-8859-7 (7)
-.BR koi8-u (7)
+.BR iso-8859-7 (7),
+.BR koi8-u (7),
RFC\ 1489,
http://koi8.pp.ru/
diff --git a/man7/rtld-audit.7 b/man7/rtld-audit.7
index f087d7a862..0eb1d8f637 100644
--- a/man7/rtld-audit.7
+++ b/man7/rtld-audit.7
@@ -594,5 +594,5 @@ la_i86_gnu_pltenter(Elf32_Sym *sym, unsigned int ndx,
.SH "SEE ALSO"
.BR ldd (1),
.BR dlopen (3),
-.BR ld.so (8)
+.BR ld.so (8),
.BR ldconfig (8)
diff --git a/man7/uri.7 b/man7/uri.7
index b2951cd235..b139375b89 100644
--- a/man7/uri.7
+++ b/man7/uri.7
@@ -702,5 +702,5 @@ tools) and invokes the right tool for any URI.
.BR mailaddr (7),
.BR utf-8 (7),
.UR http://www.ietf.org/rfc/rfc2255.txt
-IETF RFC\ 2255.
+IETF RFC\ 2255
.UE