diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-21 21:09:00 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-21 21:09:00 +0000 |
commit | a9d3d4288c2b573605a81c6fccba5e9ce61f6d1d (patch) | |
tree | 7657664fb964dad3edde543f48a028b67081a7ab /mandoc.1 | |
parent | 76592c5cd0643d0cee93ec87f370d23ced854697 (diff) | |
download | mandoc-a9d3d4288c2b573605a81c6fccba5e9ce61f6d1d.tar.gz |
Fixes to dynamic addition of Bl width.
Diffstat (limited to 'mandoc.1')
-rw-r--r-- | mandoc.1 | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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 |