aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man.7
diff options
context:
space:
mode:
authorJoerg Sonnenberger <joerg@netbsd.org>2010-05-17 11:00:25 +0000
committerJoerg Sonnenberger <joerg@netbsd.org>2010-05-17 11:00:25 +0000
commit8586946644fad375fad20b864b58c71839241721 (patch)
tree7d30696ab839a2f565573dcb5a697536ccc72856 /man.7
parent17d79257b7f65d06055aadc7b86aa5157223bfa7 (diff)
downloadmandoc-8586946644fad375fad20b864b58c71839241721.tar.gz
mandoc-8586946644fad375fad20b864b58c71839241721.tar.zst
mandoc-8586946644fad375fad20b864b58c71839241721.zip
Entry for .AT and .UC
Diffstat (limited to 'man.7')
-rw-r--r--man.715
1 files changed, 11 insertions, 4 deletions
diff --git a/man.7 b/man.7
index 66b819c4..f6f1c374 100644
--- a/man.7
+++ b/man.7
@@ -1,4 +1,4 @@
-.\" $Id: man.7,v 1.71 2010/05/15 07:01:51 kristaps Exp $
+.\" $Id: man.7,v 1.72 2010/05/17 11:00:25 joerg Exp $
.\"
.\" Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: May 15 2010 $
+.Dd $Mdocdate: May 17 2010 $
.Dt MAN 7
.Os
.Sh NAME
@@ -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.