From 4b3d880203e552aa165fe735f87bbcfce838a1d2 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Sat, 9 Feb 2013 17:13:51 +0000 Subject: [PATCH] Fix logic inversion. PR: docs/174966 Submitted by: Christian Ullrich Approved by: bcr (mentor) --- lib/libc/sys/chflags.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/sys/chflags.2 b/lib/libc/sys/chflags.2 index 1c2eb7865de..59979a3058d 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.)