diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-15 11:46:06 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-15 11:46:06 +0000 |
commit | 85c9ba7c594c9e1658e20053dcd00403e6e314e2 (patch) | |
tree | b9cba2183a2d7100b412afdd5c1220359e582d77 /usr.bin/chflags/chflags.1 | |
parent | 66c4835634f1e74242f62bb59553d61059dc1a46 (diff) |
- For consistency, `super-user' -> `superuser' in all cases.
- Some punctuation fixes.
- Some `id' -> `ID'.
Diffstat (limited to 'usr.bin/chflags/chflags.1')
-rw-r--r-- | usr.bin/chflags/chflags.1 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/usr.bin/chflags/chflags.1 b/usr.bin/chflags/chflags.1 index d334c1c8945..baf0e3c387e 100644 --- a/usr.bin/chflags/chflags.1 +++ b/usr.bin/chflags/chflags.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: chflags.1,v 1.10 2000/03/05 20:09:20 aaron Exp $ +.\" $OpenBSD: chflags.1,v 1.11 2000/04/15 11:45:54 aaron Exp $ .\" $NetBSD: chflags.1,v 1.4 1995/08/31 22:50:22 jtc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993, 1994 @@ -88,12 +88,12 @@ Flags are a comma separated list of keywords. The following keywords are currently defined: .Bd -literal -offset indent compact arch set the archived flag -opaque set the opaque flag (owner or super-user only) -nodump set the nodump flag (owner or super-user only) -sappnd set the system append-only flag (super-user only) -schg set the system immutable flag (super-user only) -uappnd set the user append-only flag (owner or super-user only) -uchg set the user immutable flag (owner or super-user only) +opaque set the opaque flag (owner or superuser only) +nodump set the nodump flag (owner or superuser only) +sappnd set the system append-only flag (superuser only) +schg set the system immutable flag (superuser only) +uappnd set the user append-only flag (owner or superuser only) +uchg set the user immutable flag (owner or superuser only) .Ed .Pp An immutable file may not be changed, moved, or deleted. @@ -136,7 +136,7 @@ option is specified. In addition, these options override each other and the command's actions are determined by the last one specified. .Pp -Only the super-user can change the user flags on block and +Only the superuser can change the user flags on block and character devices. .Pp You can use |