summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2010-06-11 06:03:54 +0000
committeruqs <uqs@FreeBSD.org>2010-06-11 06:03:54 +0000
commit574a7207d7dcf5922120b8771b3d557dcc93e9a8 (patch)
tree396b79b56bdb44489ac5c82e23f55343186d134f /lib/libc
parent7ad97661e4bcebb546686551e92020d39be40e48 (diff)
downloadFreeBSD-src-574a7207d7dcf5922120b8771b3d557dcc93e9a8.zip
FreeBSD-src-574a7207d7dcf5922120b8771b3d557dcc93e9a8.tar.gz
mdoc: stop abusing -column lists and use .Bl -tag instead
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/getcap.340
1 files changed, 21 insertions, 19 deletions
diff --git a/lib/libc/gen/getcap.3 b/lib/libc/gen/getcap.3
index c6401f8..58aa757 100644
--- a/lib/libc/gen/getcap.3
+++ b/lib/libc/gen/getcap.3
@@ -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
OpenPOWER on IntegriCloud