From a9d3d4288c2b573605a81c6fccba5e9ce61f6d1d Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sat, 21 Mar 2009 21:09:00 +0000 Subject: Fixes to dynamic addition of Bl width. --- mandoc.1 | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'mandoc.1') diff --git a/mandoc.1 b/mandoc.1 index 4b4d8740..c55455fa 100644 --- a/mandoc.1 +++ b/mandoc.1 @@ -184,21 +184,30 @@ utility was written by .Sh CAVEATS The .Nm -utility doesn't yet know how to display the following: +utility in +.Fl T Ns Ar ascii +mode doesn't yet know how to display the following: .Pp .Bl -bullet -compact .It The \-hang .Sq \&Bl list is not yet supported. +.\" LIST-ITEM .It The \-literal and \-unfilled .Sq \&Bd displays types are synonyms, as are \-filled and \-ragged. +.\" LIST-ITEM .It The .Sq \&Xo/Xc pair isn't supported. +.\" LIST-ITEM +.It +The +.Sq \&Bd +macro doesn't process \-compact . .El .Pp Other macros still aren't supported by virtue of nobody complaining -- cgit