From 03f7a9976b388e476f2850c33f22cc63572f6a48 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Thu, 12 Mar 2009 16:30:50 +0000 Subject: Added -nested (doesn't do anything). Added .%C. .Cd is now callable. Added .Rv -std. --- mdoc.3 | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'mdoc.3') diff --git a/mdoc.3 b/mdoc.3 index 12a4ce6b..ca8e86cf 100644 --- a/mdoc.3 +++ b/mdoc.3 @@ -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,21 @@ 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 +.Sq Bx +family of macros ( +.Sq Ux , +.Sq Nx +and so on) are not callable as they are in NetBSD. .El .\" SECTION .Sh SEE ALSO -- cgit