diff options
author | eadler <eadler@FreeBSD.org> | 2013-02-09 17:13:51 +0000 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-02-09 17:13:51 +0000 |
commit | ba1233bc71ff49307e9cf89e91cf0955a65d4151 (patch) | |
tree | 9c2ed7a0401deb792569f897a5dfeb84cb606133 /lib/libc | |
parent | e312bb57198e16e6ca7b3df2cc9837cdbbdfe86e (diff) | |
download | FreeBSD-src-ba1233bc71ff49307e9cf89e91cf0955a65d4151.zip FreeBSD-src-ba1233bc71ff49307e9cf89e91cf0955a65d4151.tar.gz |
Fix logic inversion.
PR: docs/174966
Submitted by: Christian Ullrich <chris+freebsd@chrullrich.net>
Approved by: bcr (mentor)
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/chflags.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/chflags.2 b/lib/libc/sys/chflags.2 index 1c2eb78..59979a3 100644 --- a/lib/libc/sys/chflags.2 +++ b/lib/libc/sys/chflags.2 @@ -98,7 +98,7 @@ If one of or .Dv SF_NOUNLINK is set a non-super-user cannot change any flags and even the super-user -can change flags only if securelevel is greater than 0. +can change flags only if securelevel is 0. (See .Xr init 8 for details.) |