mdoc: stop abusing -column lists and use .Bl -tag instead

This commit is contained in:
Ulrich Spörlein 2010-06-11 06:03:54 +00:00
parent 134d45e8c6
commit a6dcdf3b5f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=209032

View File

@ -305,15 +305,21 @@ giving four names that can be used to access the record.
.Pp
The remaining non-empty capabilities describe a set of (name, value)
bindings, consisting of a names optionally followed by a typed value:
.Bl -column "nameTvalue"
.It name Ta "typeless [boolean] capability"
.Pp
.Bl -tag -width "nameTvalue" -compact
.It name
typeless [boolean] capability
.Em name No "is present [true]"
.It name Ns Em \&T Ns value Ta capability
.It name Ns Em \&T Ns value
capability
.Pq Em name , \&T
has value
.Em value
.It name@ Ta "no capability" Em name No exists
.It name Ns Em T Ns \&@ Ta capability
.It name@
no capability
.Em name No exists
.It name Ns Em T Ns \&@
capability
.Pq Em name , T
does not exist
.El
@ -436,28 +442,24 @@ Two types are predefined by
.Fn cgetnum
and
.Fn cgetstr :
.Bl -column "nameXnumber"
.Sm off
.It Em name No \&# Em number Ta numeric
.Sm on
capability
.Pp
.Bl -tag -width "nameXnumber" -compact
.It Em name Ns \&# Ns Em number
numeric capability
.Em name
has value
.Em number
.Sm off
.It Em name No = Em string Ta "string capability"
.Sm on
.It Em name Ns = Ns Em string
string capability
.Em name
has value
.Em string
.Sm off
.It Em name No \&#@ Ta "the numeric capability"
.Sm on
.It Em name Ns \&#@
the numeric capability
.Em name
does not exist
.Sm off
.It Em name No \&=@ Ta "the string capability"
.Sm on
.It Em name Ns \&=@
the string capability
.Em name
does not exist
.El