diff options
author | 2009-08-20 18:26:48 +0000 | |
---|---|---|
committer | 2009-08-20 18:26:48 +0000 | |
commit | f302af0dddc730195966c7efc747c6f2cbb133b5 (patch) | |
tree | 8ccc054869992a2d3aa034cd633da5635b3bdb3f | |
parent | Rework the way we do async I/O in nfs. Introduce separate buf queues for (diff) | |
download | wireguard-openbsd-f302af0dddc730195966c7efc747c6f2cbb133b5.tar.xz wireguard-openbsd-f302af0dddc730195966c7efc747c6f2cbb133b5.zip |
- arch is superuser-only
- opaque is gone
with/ok tedu@, millert@
-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 |