summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartynas Venckus <martynas@cvs.openbsd.org>2009-08-20 18:32:59 +0000
committerMartynas Venckus <martynas@cvs.openbsd.org>2009-08-20 18:32:59 +0000
commit384feca1be952972310ece44b38c1602ee852ce9 (patch)
tree012ab0904f5e49ae8fa82bf5cc5210dbbc0bebb7
parent3e14af76473fd398083e6e2b3dcb491140fdff3b (diff)
add SF_ARCHIVED. ok millert@, tedu@
-rw-r--r--lib/libc/sys/chflags.29
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/libc/sys/chflags.2 b/lib/libc/sys/chflags.2
index 364e9cd8468..dcba47128ee 100644
--- a/lib/libc/sys/chflags.2
+++ b/lib/libc/sys/chflags.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: chflags.2,v 1.21 2007/05/31 19:19:32 jmc Exp $
+.\" $OpenBSD: chflags.2,v 1.22 2009/08/20 18:32:58 martynas Exp $
.\" $NetBSD: chflags.2,v 1.6 1995/02/27 12:32:03 cgd Exp $
.\"
.\" Copyright (c) 1989, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)chflags.2 8.1 (Berkeley) 6/9/93
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: August 20 2009 $
.Dt CHFLAGS 2
.Os
.Sh NAME
@@ -63,8 +63,8 @@ Do not dump the file.
The file may not be changed.
.It Dv UF_APPEND
The file may only be appended to.
-.\".It ARCHIVED
-.\"File is archived.
+.It Dv SF_ARCHIVED
+The file may be archived.
.It Dv SF_IMMUTABLE
The file may not be changed.
.It Dv SF_APPEND
@@ -78,6 +78,7 @@ and
flags may be set or unset by either the owner of a file or the superuser.
.Pp
The
+.Dv SF_ARCHIVED ,
.Dv SF_IMMUTABLE
and
.Dv SF_APPEND