diff options
Diffstat (limited to 'lib/libc/sys/chflags.2')
-rw-r--r-- | lib/libc/sys/chflags.2 | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/lib/libc/sys/chflags.2 b/lib/libc/sys/chflags.2 index 8481851..e10d98d 100644 --- a/lib/libc/sys/chflags.2 +++ b/lib/libc/sys/chflags.2 @@ -29,9 +29,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)chflags.2 8.1 (Berkeley) 6/9/93 +.\" @(#)chflags.2 8.3 (Berkeley) 5/2/95 .\" -.Dd June 9, 1993 +.Dd May 2, 1995 .Dt CHFLAGS 2 .Os .Sh NAME @@ -65,6 +65,8 @@ Do not dump the file. The file may not be changed. .It UF_APPEND The file may only be appended to. +.It UF_OPAQUE +The directory is opaque when viewed through a union stack. .\".It ARCHIVED .\"File is archived. .It SF_IMMUTABLE @@ -84,7 +86,9 @@ The and .Dq SF_APPEND flags may only be set or unset by the super-user. -They may be set at any time, but normally may only be unset when +Attempts by the non-super-user to set the super-user only flags +are silently ignored. +These flags may be set at any time, but normally may only be unset when the system is in single-user mode. (See .Xr init 8 @@ -144,8 +148,9 @@ An error occurred while reading from or writing to the file system. .El .Sh SEE ALSO -.Xr chflags 1, -.Xr init 8 +.Xr chflags 1 , +.Xr init 8 , +.Xr mount_union 8 .Sh HISTORY The .Nm chflags |