From 1ca1eb885c8283c085d79df8f112808f8e94505d Mon Sep 17 00:00:00 2001 From: Joerg Sonnenberger Date: Mon, 17 May 2010 11:00:25 +0000 Subject: Entry for .AT and .UC --- man.7 | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/man.7 b/man.7 index b91bd6c7..7897d0fd 100644 --- a/man.7 +++ b/man.7 @@ -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. -- cgit