diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-08-14 19:07:12 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-08-14 19:07:12 +0000 |
commit | b404ae025d377bf39ae6f34a8e98a891629c7175 (patch) | |
tree | 259787913393a2cd86c5c1e1297432c70812b51d /bin/chmod/chflags.1 | |
parent | 04d9ad1e869c91069d703128ac5f1a94af7d181e (diff) |
sort list of flags.
Diffstat (limited to 'bin/chmod/chflags.1')
-rw-r--r-- | bin/chmod/chflags.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/chmod/chflags.1 b/bin/chmod/chflags.1 index 99d36e1382e..8fd59c13a06 100644 --- a/bin/chmod/chflags.1 +++ b/bin/chmod/chflags.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: chflags.1,v 1.10 2007/05/31 19:19:13 jmc Exp $ +.\" $OpenBSD: chflags.1,v 1.11 2009/08/14 19:07:11 sobrado 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: May 31 2007 $ +.Dd $Mdocdate: August 14 2009 $ .Dt CHFLAGS 1 .Os .Sh NAME @@ -90,8 +90,8 @@ Flags are a comma separated list of keywords. The following keywords are currently defined: .Bd -literal -offset indent arch set the archived flag -opaque set the opaque flag (owner or 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) |