Module Name:    src
Committed By:   kardel
Date:           Sat Jun  8 06:05:03 UTC 2013

Modified Files:
        src/lib/libc/sys: chflags.2

Log Message:
Bring description in sync with errors-section and implementation reality.
(changing super-user only flags is not silently ignored)


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/lib/libc/sys/chflags.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/sys/chflags.2
diff -u src/lib/libc/sys/chflags.2:1.27 src/lib/libc/sys/chflags.2:1.28
--- src/lib/libc/sys/chflags.2:1.27	Sat Aug  6 11:28:24 2011
+++ src/lib/libc/sys/chflags.2	Sat Jun  8 06:05:03 2013
@@ -1,4 +1,4 @@
-.\"	$NetBSD: chflags.2,v 1.27 2011/08/06 11:28:24 jruoho Exp $
+.\"	$NetBSD: chflags.2,v 1.28 2013/06/08 06:05:03 kardel Exp $
 .\"
 .\" Copyright (c) 1989, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -98,8 +98,6 @@ The
 and
 .Dv SF_APPEND
 flags may only be set or unset by the super-user.
-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

Reply via email to