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:
Robert Watson 2001-11-16 02:40:09 +00:00
parent ab29f8765d
commit 22524ffbb2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=86444

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