Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys Add note that only the super-user may set or re...



details:   https://anonhg.NetBSD.org/src/rev/e3b2e59c7e65
branches:  trunk
changeset: 475077:e3b2e59c7e65
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jul 31 03:30:44 1999 +0000

description:
Add note that only the super-user may set or reset any flags on block
and character devices. [Commit by cjs.]

diffstat:

 lib/libc/sys/chflags.2 |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r eb14f15913a2 -r e3b2e59c7e65 lib/libc/sys/chflags.2
--- a/lib/libc/sys/chflags.2    Sat Jul 31 03:24:46 1999 +0000
+++ b/lib/libc/sys/chflags.2    Sat Jul 31 03:30:44 1999 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: chflags.2,v 1.13 1999/03/22 19:45:01 garbled Exp $
+.\"    $NetBSD: chflags.2,v 1.14 1999/07/31 03:30:44 christos Exp $
 .\"
 .\" Copyright (c) 1989, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -83,7 +83,9 @@
 .Dv UF_APPEND ,
 and
 .Dv UF_OPAQUE
-flags may be set or unset by either the owner of a file or the super-user.
+flags may be set or unset by either the owner of a file or the super-user,
+except on block and character devices, where only the super-user may set
+or unset them.
 .Pp
 The
 .Dv SF_ARCHIVED ,



Home | Main Index | Thread Index | Old Index