diff options
| author | Johan Karlsson <johan@FreeBSD.org> | 2003-04-08 19:16:16 +0000 |
|---|---|---|
| committer | Johan Karlsson <johan@FreeBSD.org> | 2003-04-08 19:16:16 +0000 |
| commit | 1bd1ffcd8d59fcc3dec2190f7883f3e26aff07e8 (patch) | |
| tree | 52a80c7a98d5f993cba8f7615984d3c3b7deaac0 /usr.bin/chflags | |
| parent | ad15c55bc95cae270f0e64560c142e152091809c (diff) | |
Notes
Diffstat (limited to 'usr.bin/chflags')
| -rw-r--r-- | usr.bin/chflags/chflags.1 | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/usr.bin/chflags/chflags.1 b/usr.bin/chflags/chflags.1 index 0ce080fd1c29..39cec20e4e59 100644 --- a/usr.bin/chflags/chflags.1 +++ b/usr.bin/chflags/chflags.1 @@ -35,7 +35,7 @@ .\" @(#)chflags.1 8.4 (Berkeley) 5/2/95 .\" $FreeBSD$ .\" -.Dd May 2, 1995 +.Dd Apr 8, 2003 .Dt CHFLAGS 1 .Os .Sh NAME @@ -110,11 +110,16 @@ aliases for the above .Pp Putting the letters .Dq Ar no -before an option causes the flag to be turned off. +before or removing the letters +.Dq Ar no +from a keyword causes the flag to be cleared. For example: -.Bl -tag -offset indent -width "nouchg" +.Pp +.Bl -tag -offset indent -width "nouchg" -compact .It Ar nouchg -the immutable bit should be cleared +clear the user immutable flag (owner or super-user only) +.It Ar dump +clear the nodump flag (owner or super-user only) .El .Pp Symbolic links do not have flags, so unless the |
