diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-07-31 03:55:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-07-31 03:55:29 +0000 |
commit | 95aa3a7b288c6dff38df01ef1c9a353ed7310db3 (patch) | |
tree | b62b0c5e0bb7d4afb9c36ea4bd7ea680b5d336aa /usr.bin/chflags/chflags.1 | |
parent | 4ca7568cd31ada63fd63f94a0007f43e90957912 (diff) |
document cdev/bdev semantic change
Diffstat (limited to 'usr.bin/chflags/chflags.1')
-rw-r--r-- | usr.bin/chflags/chflags.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/chflags/chflags.1 b/usr.bin/chflags/chflags.1 index 359a2db20e8..37d7dafe2bd 100644 --- a/usr.bin/chflags/chflags.1 +++ b/usr.bin/chflags/chflags.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: chflags.1,v 1.5 1999/07/04 11:53:51 aaron Exp $ +.\" $OpenBSD: chflags.1,v 1.6 1999/07/31 03:55:28 deraadt Exp $ .\" $NetBSD: chflags.1,v 1.4 1995/08/31 22:50:22 jtc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993, 1994 @@ -117,6 +117,9 @@ 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 +character devices. +.Pp You can use "ls -lo" to see the flags of existing files. .Pp The |