diff options
-rw-r--r-- | lib/libc/gen/getcap.3 | 40 |
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 |