diff options
author | ru <ru@FreeBSD.org> | 2005-01-25 09:32:56 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-01-25 09:32:56 +0000 |
commit | 9599792d22259fdda46cb72ac73fa594e7b8f42f (patch) | |
tree | 90ab8368e693b4e6e198a674a84c56ed1965d8bb /contrib/groff | |
parent | ab12ac040e735912c26d9e914e285a53f501a0d3 (diff) | |
download | FreeBSD-src-9599792d22259fdda46cb72ac73fa594e7b8f42f.zip FreeBSD-src-9599792d22259fdda46cb72ac73fa594e7b8f42f.tar.gz |
MFV: Latest mdoc(7) fixes.
Diffstat (limited to 'contrib/groff')
-rw-r--r-- | contrib/groff/tmac/doc-common | 4 | ||||
-rw-r--r-- | contrib/groff/tmac/doc-ditroff | 6 | ||||
-rw-r--r-- | contrib/groff/tmac/doc-syms | 1 |
3 files changed, 1 insertions, 10 deletions
diff --git a/contrib/groff/tmac/doc-common b/contrib/groff/tmac/doc-common index 88157ad..38f1380 100644 --- a/contrib/groff/tmac/doc-common +++ b/contrib/groff/tmac/doc-common @@ -551,10 +551,6 @@ .ds doc-date-12 December . .de Dd -. \" XXX: why do we need gX? -. if "\*[doc-date-string]"" \ -. nr gX 1 -. . ie \n[.$] \{\ . ie (\n[.$] == 3) \ . ds doc-date-string \$1\~\$2 \$3 diff --git a/contrib/groff/tmac/doc-ditroff b/contrib/groff/tmac/doc-ditroff index 14be96b..fbfa61b 100644 --- a/contrib/groff/tmac/doc-ditroff +++ b/contrib/groff/tmac/doc-ditroff @@ -180,8 +180,6 @@ .ds Ba \f[R]|\f[] .ds Am & . -.nr gX 0 -. . .\" NS doc-header-string global string .\" NS the final string used for the manual page header @@ -203,12 +201,8 @@ . wh 0 doc-header . wh -1.25i doc-footer . -. if \n[gX] \ -. ds doc-command-name -. . br . -. nr gX 0 . e@ doc-end-macro .. . diff --git a/contrib/groff/tmac/doc-syms b/contrib/groff/tmac/doc-syms index 7860e2c..3059a4d 100644 --- a/contrib/groff/tmac/doc-syms +++ b/contrib/groff/tmac/doc-syms @@ -697,6 +697,7 @@ .ds doc-str-Lb-libmagic Magic Number Recognition Library (libmagic, \-lmagic) .ds doc-str-Lb-libmenu Curses Menu Library (libmenu, \-lmenu) .ds doc-str-Lb-libossaudio OSS Audio Emulation Library (libossaudio, \-lossaudio) +.ds doc-str-Lb-libpam Pluggable Authentication Module Library (libpam, \-lpam) .ds doc-str-Lb-libpcap Packet Capture Library (libpcap, \-lpcap) .ds doc-str-Lb-libpci PCI Bus Access Library (libpci, \-lpci) .ds doc-str-Lb-libpmc Performance Counters Library (libpmc, \-lpmc) |