summaryrefslogtreecommitdiffstats
path: root/lib/libutil/login.conf.5
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2001-11-16 02:40:09 +0000
committerrwatson <rwatson@FreeBSD.org>2001-11-16 02:40:09 +0000
commitfccf958cd6ebede1eefe2e0ae4ffa10f8f6f101c (patch)
treed3d408703640feb1068d1bb3d0d0bb2eaf7f018d /lib/libutil/login.conf.5
parentbac701331ef250112c31a6023517d026d2fcb43d (diff)
downloadFreeBSD-src-fccf958cd6ebede1eefe2e0ae4ffa10f8f6f101c.zip
FreeBSD-src-fccf958cd6ebede1eefe2e0ae4ffa10f8f6f101c.tar.gz
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.
Diffstat (limited to 'lib/libutil/login.conf.5')
-rw-r--r--lib/libutil/login.conf.53
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libutil/login.conf.5 b/lib/libutil/login.conf.5
index 37580b6..6c44a2a 100644
--- a/lib/libutil/login.conf.5
+++ b/lib/libutil/login.conf.5
@@ -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
OpenPOWER on IntegriCloud