summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2004-09-28 22:11:41 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2004-09-28 22:11:41 +0000
commitde87dea47187ff2ab1b88446ddfdf84835bad30f (patch)
treee2a00ab8383cb65edec33c73d08d62512256e70e
parentf5dae22f1e30810ed161900090d25616a6d31d7d (diff)
remove confusing sentence which suggests we usually run in single-user
mode; instead correctly reference securelevel(7); based on a diff from han boetes; ok millert@
-rw-r--r--bin/chmod/chflags.112
1 files changed, 7 insertions, 5 deletions
diff --git a/bin/chmod/chflags.1 b/bin/chmod/chflags.1
index 3cef89dede6..5d2b42f0c25 100644
--- a/bin/chmod/chflags.1
+++ b/bin/chmod/chflags.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: chflags.1,v 1.4 2003/07/07 13:20:40 jmc Exp $
+.\" $OpenBSD: chflags.1,v 1.5 2004/09/28 22:11:40 jmc Exp $
.\" $NetBSD: chflags.1,v 1.4 1995/08/31 22:50:22 jtc Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993, 1994
@@ -108,10 +108,11 @@ superuser-settable
and
.Dq schg
flags can be set at any time, but may only be cleared when the system is
-running at security level 0 or -1 (insecure or permanently insecure mode,
-respectively).
-The securelevel is normally set to 0, for example, when
-running in single-user mode.
+running at security level 0 or \-1
+(insecure or permanently insecure mode, respectively).
+For more information on setting the system security level,
+see
+.Xr securelevel 7 .
.Pp
Symbolic links do not have flags, so unless the
.Fl H
@@ -146,6 +147,7 @@ utility exits 0 on success or >0 if an error occurred.
.Xr chflags 2 ,
.Xr stat 2 ,
.Xr fts 3 ,
+.Xr securelevel 7 ,
.Xr symlink 7
.Sh HISTORY
The