[hackers] [sbase] Add additional info to mkdir(1), mkfifo(1) and chmod(1)-manpages || FRIGN
commit 8f96b784d642c9a512242b61190393f7d986882e
Author: FRIGN <dev_AT_frign.de>
Date: Wed Jan 28 21:15:55 2015 +0100
Add additional info to mkdir(1), mkfifo(1) and chmod(1)-manpages
diff --git a/chmod.1 b/chmod.1
index 2c69e08..06a4a80 100644
--- a/chmod.1
+++ b/chmod.1
_AT_@ -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
index 2dd1b66..535af96 100644
--- a/mkdir.1
+++ b/mkdir.1
_AT_@ -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
index ea5ec6c..91e4c8b 100644
--- a/mkfifo.1
+++ b/mkfifo.1
_AT_@ -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
Received on Wed Jan 28 2015 - 23:26:10 CET
This archive was generated by hypermail 2.3.0
: Wed Jan 28 2015 - 23:36:10 CET