diff options
author | Joerg Sonnenberger <joerg@netbsd.org> | 2010-05-17 11:00:25 +0000 |
---|---|---|
committer | Joerg Sonnenberger <joerg@netbsd.org> | 2010-05-17 11:00:25 +0000 |
commit | 1ca1eb885c8283c085d79df8f112808f8e94505d (patch) | |
tree | dcffb8a9c2bef766ffd8a63d1402c98522374665 | |
parent | cd208154160c314b92ccdae3cea9a52982cd7c65 (diff) | |
download | mandoc-1ca1eb885c8283c085d79df8f112808f8e94505d.tar.gz |
Entry for .AT and .UC
-rw-r--r-- | man.7 | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -529,6 +529,11 @@ This section is a canonical reference to all macros, arranged alphabetically. For the scoping of individual macros, see .Sx MACRO SYNTAX . +.Ss \&AT +Sets the volume for the footer for compatibility with man pages from +.Tn AT&T UNIX +releases. +The optional arguments specify which release it is from. .Ss \&B Text is rendered in bold face. .Pp @@ -847,8 +852,10 @@ and .\" Has no effect. Included for compatibility. .\" . .\" . -.\" .Ss \&UC -.\" Has no effect. Included for compatibility. +.Ss \&UC +Sets the volume for the footer for compatibility with man pages from +BSD releases. +The optional first argument specifies which release it is from. .Ss \&br Breaks the current line. Consecutive invocations have no further effect. |