- Mention umask(2) when first referring to it.
- Add missing markup. Submitted by: Eugene Grosbein <eugen@grosbein.pp.ru>
This commit is contained in:
parent
353bb0a3f8
commit
dd8f42dc83
@ -32,7 +32,7 @@
|
|||||||
.\" @(#)chmod.1 8.4 (Berkeley) 3/31/94
|
.\" @(#)chmod.1 8.4 (Berkeley) 3/31/94
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd March 31, 1994
|
.Dd December 22, 2006
|
||||||
.Dt CHMOD 1
|
.Dt CHMOD 1
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -228,6 +228,8 @@ If no value is supplied for
|
|||||||
each permission bit specified in
|
each permission bit specified in
|
||||||
.Ar perm ,
|
.Ar perm ,
|
||||||
for which the corresponding bit in the file mode creation mask
|
for which the corresponding bit in the file mode creation mask
|
||||||
|
(see
|
||||||
|
.Xr umask 2 )
|
||||||
is clear, is set.
|
is clear, is set.
|
||||||
Otherwise, the mode bits represented by the specified
|
Otherwise, the mode bits represented by the specified
|
||||||
.Ar who
|
.Ar who
|
||||||
@ -252,7 +254,9 @@ values are cleared.
|
|||||||
.It =
|
.It =
|
||||||
The mode bits specified by the
|
The mode bits specified by the
|
||||||
.Ar who
|
.Ar who
|
||||||
value are cleared, or, if no who value is specified, the owner, group
|
value are cleared, or, if no
|
||||||
|
.Ar who
|
||||||
|
value is specified, the owner, group
|
||||||
and other mode bits are cleared.
|
and other mode bits are cleared.
|
||||||
Then, if no value is supplied for
|
Then, if no value is supplied for
|
||||||
.Ar who ,
|
.Ar who ,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user