Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/chflags Clarify the wording in the table.



details:   https://anonhg.NetBSD.org/src/rev/8d19d8e09fa6
branches:  trunk
changeset: 754844:8d19d8e09fa6
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Fri May 14 08:31:38 2010 +0000

description:
Clarify the wording in the table.

diffstat:

 usr.bin/chflags/chflags.1 |  14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diffs (31 lines):

diff -r 391d26ef60e1 -r 8d19d8e09fa6 usr.bin/chflags/chflags.1
--- a/usr.bin/chflags/chflags.1 Fri May 14 08:30:34 2010 +0000
+++ b/usr.bin/chflags/chflags.1 Fri May 14 08:31:38 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index