diff options
author | Martynas Venckus <martynas@cvs.openbsd.org> | 2009-08-20 18:26:49 +0000 |
---|---|---|
committer | Martynas Venckus <martynas@cvs.openbsd.org> | 2009-08-20 18:26:49 +0000 |
commit | 3e14af76473fd398083e6e2b3dcb491140fdff3b (patch) | |
tree | f353e1fcc993dba44349711dc1e7a5c2f0f5b348 /bin/chmod/chflags.1 | |
parent | c426e8990305c5a67004e693537df185276fa1f1 (diff) |
- arch is superuser-only
- opaque is gone
with/ok tedu@, millert@
Diffstat (limited to 'bin/chmod/chflags.1')
-rw-r--r-- | bin/chmod/chflags.1 | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/bin/chmod/chflags.1 b/bin/chmod/chflags.1 index 8fd59c13a06..66b7c16a175 100644 --- a/bin/chmod/chflags.1 +++ b/bin/chmod/chflags.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: chflags.1,v 1.11 2009/08/14 19:07:11 sobrado Exp $ +.\" $OpenBSD: chflags.1,v 1.12 2009/08/20 18:26:48 martynas Exp $ .\" $NetBSD: chflags.1,v 1.4 1995/08/31 22:50:22 jtc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993, 1994 @@ -33,7 +33,7 @@ .\" .\" @(#)chflags.1 8.4 (Berkeley) 5/2/95 .\" -.Dd $Mdocdate: August 14 2009 $ +.Dd $Mdocdate: August 20 2009 $ .Dt CHFLAGS 1 .Os .Sh NAME @@ -89,9 +89,8 @@ in the files instead of just the files themselves. Flags are a comma separated list of keywords. The following keywords are currently defined: .Bd -literal -offset indent -arch set the archived flag +arch set the archived flag (superuser only) nodump set the nodump flag (owner or superuser only) -opaque set the opaque flag (owner or superuser only) sappnd set the system append-only flag (superuser only) schg set the system immutable flag (superuser only) uappnd set the user append-only flag (owner or superuser only) @@ -100,10 +99,8 @@ uchg set the user immutable flag (owner or superuser only) .Pp The .Dq arch -and -.Dq opaque -flags are for compatibility only, -and currently have no effect. +flag is for compatibility only, +and currently has no effect. .Pp A file with the .Dq nodump |