Module Name:    src
Committed By:   jruoho
Date:           Fri May 14 08:31:38 UTC 2010

Modified Files:
        src/usr.bin/chflags: chflags.1

Log Message:
Clarify the wording in the table.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/usr.bin/chflags/chflags.1

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

Modified files:

Index: src/usr.bin/chflags/chflags.1
diff -u src/usr.bin/chflags/chflags.1:1.19 src/usr.bin/chflags/chflags.1:1.20
--- src/usr.bin/chflags/chflags.1:1.19	Fri May 14 05:07:22 2010
+++ src/usr.bin/chflags/chflags.1	Fri May 14 08:31:38 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: chflags.1,v 1.19 2010/05/14 05:07:22 jruoho Exp $
+.\"	$NetBSD: chflags.1,v 1.20 2010/05/14 08:31:38 jruoho Exp $
 .\"
 .\" Copyright (c) 1989, 1990, 1993, 1994
 .\"	The Regents of the University of California.  All rights reserved.
@@ -86,15 +86,15 @@
 .Pp
 Flags are a comma separated list of keywords.
 The following keywords are currently defined:
-.Bl -column -offset indent "Keyword   " "system append-only" "Who"
-.It Sy Keyword Ta Sy Flag Ta Sy Who
+.Bl -column -offset indent "Keyword   " "system append-only" "Permission"
+.It Sy Keyword Ta Sy Flag Ta Sy Permission
 .It Em arch Ta archived Ta super-user only
-.It Em opaque Ta opaque Ta owner or super-user only
-.It Em nodump Ta nodump Ta owner or super-user only
+.It Em opaque Ta opaque Ta owner or super-user
+.It Em nodump Ta nodump Ta owner or super-user
 .It Em sappnd Ta system append-only Ta super-user only
 .It Em schg Ta system immutable Ta super-user only
-.It Em uappnd Ta user append-only Ta owner or super-user only
-.It Em uchg Ta user immutable Ta owner or super-user only
+.It Em uappnd Ta user append-only Ta owner or super-user
+.It Em uchg Ta user immutable Ta owner or super-user
 .El
 .Pp
 Putting the letters

Reply via email to