=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/Attic/man.7,v retrieving revision 1.24 retrieving revision 1.25 diff -c -r1.24 -r1.25 *** src/usr.bin/mandoc/Attic/man.7 2010/05/15 15:37:53 1.24 --- src/usr.bin/mandoc/Attic/man.7 2010/05/23 20:57:16 1.25 *************** *** 1,4 **** ! .\" $Id: man.7,v 1.24 2010/05/15 15:37:53 schwarze Exp $ .\" .\" Copyright (c) 2009 Kristaps Dzonsons .\" --- 1,4 ---- ! .\" $Id: man.7,v 1.25 2010/05/23 20:57:16 schwarze Exp $ .\" .\" Copyright (c) 2009 Kristaps Dzonsons .\" *************** *** 14,20 **** .\" 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 $ .Dt MAN 7 .Os .Sh NAME --- 14,20 ---- .\" 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 23 2010 $ .Dt MAN 7 .Os .Sh NAME *************** *** 456,462 **** .It Sx \&nf Ta 0 Ta current Ta compat .It Sx \&r Ta 0 Ta current Ta compat .It Sx \&sp Ta 1 Ta current Ta compat ! .\" .It Sx \&Sp Ta 0 Ta current Ta compat .\" .It Sx \&Vb Ta <1 Ta current Ta compat .\" .It Sx \&Ve Ta 0 Ta current Ta compat .El --- 456,462 ---- .It Sx \&nf Ta 0 Ta current Ta compat .It Sx \&r Ta 0 Ta current Ta compat .It Sx \&sp Ta 1 Ta current Ta compat ! .\" .It Sx \&Sp Ta <1 Ta current Ta compat .\" .It Sx \&Vb Ta <1 Ta current Ta compat .\" .It Sx \&Ve Ta 0 Ta current Ta compat .El *************** *** 529,534 **** --- 529,539 ---- 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,854 **** .\" Has no effect. Included for compatibility. .\" . .\" . ! .\" .Ss \&UC ! .\" Has no effect. Included for compatibility. .Ss \&br Breaks the current line. Consecutive invocations have no further effect. --- 852,861 ---- .\" 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.