diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-26 16:23:22 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-26 16:23:22 +0000 |
commit | 9411fef4a53cf7d424010611e37ecd186b283683 (patch) | |
tree | 70655daacae1ee6f55bb5d4ade929dba98bb56ce /mdoc.3 | |
parent | 99557614752f3abba838ceb10116d48568b5ed0e (diff) | |
download | mandoc-9411fef4a53cf7d424010611e37ecd186b283683.tar.gz |
All macro-invocations, for consistency, begin with `.' in documentation.
Fixed \\ -> \e in manual documentation.
All preliminary -man macros in place.
Diffstat (limited to 'mdoc.3')
-rw-r--r-- | mdoc.3 | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -314,23 +314,23 @@ utility was written by .\" LIST-ITEM .It The -.Sq \&Xc +.Sq \&.Xc and -.Sq \&Xo +.Sq \&.Xo macros aren't handled when used to span lines for the -.Sq \&It +.Sq \&.It macro. .\" LIST-ITEM .It The -.Sq \&Bsx +.Sq \&.Bsx macro family doesn't yet understand version arguments. .\" LIST-ITEM .It If not given a value, the \-offset argument to -.Sq \&Bd +.Sq \&.Bd and -.Sq \&Bl +.Sq \&.Bl should be the width of .Qq <string> ; instead, a value of @@ -339,7 +339,7 @@ is provided. .\" LIST-ITEM .It Columns widths in -.Sq \&Bl \-column +.Sq \&.Bl \-column should default to width .Qq <stringx> if not included. |