Add additional info to mkdir(1), mkfifo(1) and chmod(1)-manpages
This commit is contained in:
parent
9119365c91
commit
409db4e5d7
2
chmod.1
2
chmod.1
|
@ -54,6 +54,8 @@ read | write | execute | setuid and setgid | sticky
|
||||||
.It Fl R
|
.It Fl R
|
||||||
Change modes recursively
|
Change modes recursively
|
||||||
.El
|
.El
|
||||||
|
.Sh SEE ALSO
|
||||||
|
.Xr umask 1
|
||||||
.Sh STANDARDS
|
.Sh STANDARDS
|
||||||
The
|
The
|
||||||
.Nm
|
.Nm
|
||||||
|
|
3
mkdir.1
3
mkdir.1
|
@ -18,7 +18,8 @@ if it does not already exist.
|
||||||
.It Fl m
|
.It Fl m
|
||||||
Set the file
|
Set the file
|
||||||
.Ar mode
|
.Ar mode
|
||||||
of newly created directories.
|
of newly created directories. See
|
||||||
|
.Xr chmod 1 .
|
||||||
.It Fl p
|
.It Fl p
|
||||||
Also create necessary parent directories and
|
Also create necessary parent directories and
|
||||||
do not fail if
|
do not fail if
|
||||||
|
|
Loading…
Reference in New Issue
Block a user