mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 22:02:58 -04:00
Fix logic inversion.
PR: docs/174966 Submitted by: Christian Ullrich <chris+freebsd@chrullrich.net> Approved by: bcr (mentor)
This commit is contained in:
parent
7d493395a1
commit
4b3d880203
1 changed files with 1 additions and 1 deletions
|
|
@ -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.)
|
||||
|
|
|
|||
Loading…
Reference in a new issue