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 /mdoc.3 | |
parent | 76592c5cd0643d0cee93ec87f370d23ced854697 (diff) | |
download | mandoc-a9d3d4288c2b573605a81c6fccba5e9ce61f6d1d.tar.gz |
Fixes to dynamic addition of Bl width.
Diffstat (limited to 'mdoc.3')
-rw-r--r-- | mdoc.3 | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -325,4 +325,24 @@ macro. The .Sq \&Bsx macro doesn't yet understand version arguments. +.\" LIST-ITEM +.It +If not given a value, the \-offset argument to +.Sq \&Bd +and +.Sq \&Bl +should by the width of +.Qq <string> . +.\" LIST-ITEM +.It +Columns widths in +.Sq \&Bl -column +should default to width +.Qq <stringx> +if not included. +.\" LIST-ITEM +.It +List-width suffix +.Qq m +isn't handled. .El |