diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-23 09:42:43 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-23 09:42:43 +0000 |
commit | d4dba4479e3ed55fdc52b75eab00afe7ad78d5f0 (patch) | |
tree | ae9b30bcd618bab055dabba5c292db8a142e9e5f /mdoc.3 | |
parent | b3abf1d9e473d326d2a09cdee5eda0bb4f0234ce (diff) | |
download | mandoc-d4dba4479e3ed55fdc52b75eab00afe7ad78d5f0.tar.gz |
More manual documentation fixed/improved.
Diffstat (limited to 'mdoc.3')
-rw-r--r-- | mdoc.3 | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -324,19 +324,22 @@ macro. .It The .Sq \&Bsx -macro doesn't yet understand version arguments. +macro family 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> . +should be the width of +.Qq <string> ; +instead, a value of +.Li 10n +is provided. .\" LIST-ITEM .It Columns widths in -.Sq \&Bl -column +.Sq \&Bl \-column should default to width .Qq <stringx> if not included. |