diff options
| author | Tom Rhodes <trhodes@FreeBSD.org> | 2006-03-06 10:12:14 +0000 |
|---|---|---|
| committer | Tom Rhodes <trhodes@FreeBSD.org> | 2006-03-06 10:12:14 +0000 |
| commit | 4d5ea49784fbdb9ba8218acbfc7f69e724d95387 (patch) | |
| tree | dad052b65609089fb739c3e7c5e312ce00758304 /bin | |
| parent | f91072f72e8926b2281cbba6791ccc74a30f0720 (diff) | |
Notes
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/chflags/chflags.1 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/bin/chflags/chflags.1 b/bin/chflags/chflags.1 index 24e8ceeabe89..afac3d6f7090 100644 --- a/bin/chflags/chflags.1 +++ b/bin/chflags/chflags.1 @@ -121,32 +121,32 @@ clear the nodump flag (owner or super-user only) .El .Pp A few of the octal values include: -.Bl -tag -offset indent -width ".Ar 10" +.Bl -tag -offset indent -width ".Li 10" .It Li 0 Clear all file flags. .It Li 1 Translates to the -.Ar nodump +.Cm nodump keyword. .It Li 2 Translates to the -.Ar uchg +.Cm uchg keyword. .It Li 3 Translates to the -.Ar uchg , nodump +.Cm uchg , nodump keywords. .It Li 4 Translates to the -.Ar uappnd +.Cm uappnd keyword. .It Li 10 Translates to the -.Ar opaque +.Cm opaque keyword. .It Li 20 translates to the -uunlnk +.Cm uunlnk keyword. .El .Pp @@ -176,7 +176,7 @@ You can use "ls -lo" to see the flags of existing files. .Pp Note that the ability to change certain flags is dependent on the current kernel -.Em securelevel +.Va securelevel setting. See .Xr security 7 |
