=================================================================== RCS file: /cvs/mandoc/Attic/mdoc.3,v retrieving revision 1.14 retrieving revision 1.16 diff -u -p -r1.14 -r1.16 --- mandoc/Attic/mdoc.3 2009/03/12 15:55:11 1.14 +++ mandoc/Attic/mdoc.3 2009/03/12 23:05:21 1.16 @@ -1,4 +1,4 @@ -.\" $Id: mdoc.3,v 1.14 2009/03/12 15:55:11 kristaps Exp $ +.\" $Id: mdoc.3,v 1.16 2009/03/12 23:05:21 kristaps Exp $ .\" .\" Copyright (c) 2009 Kristaps Dzonsons .\" @@ -375,6 +375,10 @@ systems is in progress. .Bl -bullet .\" LIST-ITEM .It +.Sq \&Cd +isn't labelled as callable but is. +.\" LIST-ITEM +.It NetBSD .Sq \&It \-nested is assumed for all lists: any list may be nested and @@ -391,6 +395,25 @@ of proceeded), is not supported. The .Sq \&At macro only accepts a single parameter. +.\" LIST-ITEM +.It +Some manuals use +.Sq \&Li +incorrectly by following it with a delimeter (see +.Xr mdoc.samples 7 ) +and expecting the delimiter to render. This is not supported. +.\" LIST-ITEM +.It +The system-name macros ( +.Ns Sq \&At , +.Sq \&Bsx , +.Sq \&Bx , +.Sq \&Fx , +.Sq \&Nx , +.Sq \&Ox , +and +.Sq \&Ux ) +are callable. .El .\" SECTION .Sh SEE ALSO @@ -417,4 +440,10 @@ macros aren't handled when used to span lines for the .Sq \&It macro. Such usage is specifically discouraged in .Xr mdoc.samples 7 . +.\" LIST-ITEM +.It +The +.Sq \&Bsx +macro doesn't understand yet the arguments as dictated for +.Nx . .El