summaryrefslogtreecommitdiffstatshomepage
path: root/mdoc.3
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-21 21:09:00 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-21 21:09:00 +0000
commitcef427b7b44922753d803c4b2af56b03e0abdcc0 (patch)
tree133afd20bc92a37a97f31466a8fd1ecfcd560fd7 /mdoc.3
parente4648a32d325bf9e23dcd2c60ac4a06930d3e699 (diff)
downloadmandoc-cef427b7b44922753d803c4b2af56b03e0abdcc0.tar.gz
mandoc-cef427b7b44922753d803c4b2af56b03e0abdcc0.tar.zst
mandoc-cef427b7b44922753d803c4b2af56b03e0abdcc0.zip
Fixes to dynamic addition of Bl width.
Diffstat (limited to 'mdoc.3')
-rw-r--r--mdoc.324
1 files changed, 22 insertions, 2 deletions
diff --git a/mdoc.3 b/mdoc.3
index 84d8cfb6..f7e32d04 100644
--- a/mdoc.3
+++ b/mdoc.3
@@ -1,4 +1,4 @@
-.\" $Id: mdoc.3,v 1.20 2009/03/20 15:14:01 kristaps Exp $
+.\" $Id: mdoc.3,v 1.21 2009/03/21 21:09:00 kristaps Exp $
.\"
.\" Copyright (c) 2009 Kristaps Dzonsons <kristaps@openbsd.org>
.\"
@@ -16,7 +16,7 @@
.\" TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
.\" PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: March 20 2009 $
+.Dd $Mdocdate: March 21 2009 $
.Dt mdoc 3
.Os
.\" SECTION
@@ -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