diff options
-rw-r--r-- | lib/libutil/login.conf.5 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libutil/login.conf.5 b/lib/libutil/login.conf.5 index 9194e9b..8203337 100644 --- a/lib/libutil/login.conf.5 +++ b/lib/libutil/login.conf.5 @@ -19,7 +19,7 @@ .\" .\" $FreeBSD$ .\" -.Dd August 23, 2006 +.Dd October 9, 2006 .Dt LOGIN.CONF 5 .Os .Sh NAME @@ -74,6 +74,10 @@ All names but the last should be in lower case and contain no blanks; the last name may contain upper case characters and blanks for readability. .Pp +Note that since a colon `:' is used to separate capability entries, +a \\c escape sequence must be used to embed a literal colon in the +value or name of a capability. +.Pp The default .Pa /etc/login.conf shipped with |