commit 409db4e5d70d18d1280bcc068ae5aee0e4daec1a
parent 9119365c91de233a0cd13d2dd2016caa9703bee4
Author: FRIGN <dev@frign.de>
Date: Wed, 28 Jan 2015 21:15:55 +0100
Add additional info to mkdir(1), mkfifo(1) and chmod(1)-manpages
Diffstat:
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/chmod.1 b/chmod.1
@@ -54,6 +54,8 @@ read | write | execute | setuid and setgid | sticky
.It Fl R
Change modes recursively
.El
+.Sh SEE ALSO
+.Xr umask 1
.Sh STANDARDS
The
.Nm
diff --git a/mkdir.1 b/mkdir.1
@@ -18,7 +18,8 @@ if it does not already exist.
.It Fl m
Set the file
.Ar mode
-of newly created directories.
+of newly created directories. See
+.Xr chmod 1 .
.It Fl p
Also create necessary parent directories and
do not fail if
diff --git a/mkfifo.1 b/mkfifo.1
@@ -17,7 +17,8 @@ if it does not already exist.
.It Fl m
Set the file
.Ar mode
-of newly created named pipes.
+of newly created named pipes. See
+.Xr chmod 1 .
.El
.Sh SEE ALSO
.Xr mkfifo 3