Although the 'bool' type is referenced in the list of capabilities, it

is not defined in the capability type list.  Provide a definition for
'bool', if a slightly less than elegant one.  Note that this definition
does not include the complete scope of available behavior defined
in cgetcap(3), and could probably be improved.
This commit is contained in:
rwatson 2001-11-16 02:40:09 +00:00
parent bac701331e
commit fccf958cd6

View File

@ -86,6 +86,9 @@ although type numeric is depreciated in favour of the string format and
either form is accepted for a numeric datum.
Values fall into the following categories:
.Bl -tag -width "program"
.It bool
If the name is present, then the boolean value is true; otherwise, it is
false
.It file
Path name to a data file
.It program