svn commit: r209032 - head/lib/libc/gen
Ulrich Spoerlein
uqs at FreeBSD.org
Fri Jun 11 06:03:54 UTC 2010
Author: uqs
Date: Fri Jun 11 06:03:54 2010
New Revision: 209032
URL: http://svn.freebsd.org/changeset/base/209032
Log:
mdoc: stop abusing -column lists and use .Bl -tag instead
Modified:
head/lib/libc/gen/getcap.3
Modified: head/lib/libc/gen/getcap.3
==============================================================================
--- head/lib/libc/gen/getcap.3 Fri Jun 11 06:03:47 2010 (r209031)
+++ head/lib/libc/gen/getcap.3 Fri Jun 11 06:03:54 2010 (r209032)
@@ -305,15 +305,21 @@ giving four names that can be used to ac
.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
More information about the svn-src-all
mailing list