summaryrefslogtreecommitdiffstats
path: root/bin/sh/sh.1
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2005-08-17 19:44:15 +0000
committerstefanf <stefanf@FreeBSD.org>2005-08-17 19:44:15 +0000
commit5b1426ccf56c1535f506f0f8178ff3f3de811558 (patch)
tree68c46bdefc5cd1e7ea5ab356b15d7aebea7adeab /bin/sh/sh.1
parentb39261ae8223217a9301a926bbf568ab1ef8b11e (diff)
downloadFreeBSD-src-5b1426ccf56c1535f506f0f8178ff3f3de811558.zip
FreeBSD-src-5b1426ccf56c1535f506f0f8178ff3f3de811558.tar.gz
Document umask's -S option.
Diffstat (limited to 'bin/sh/sh.1')
-rw-r--r--bin/sh/sh.111
1 files changed, 8 insertions, 3 deletions
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1
index 2eb49b0..306491d 100644
--- a/bin/sh/sh.1
+++ b/bin/sh/sh.1
@@ -32,7 +32,7 @@
.\" from: @(#)sh.1 8.6 (Berkeley) 5/4/95
.\" $FreeBSD$
.\"
-.Dd July 3, 2004
+.Dd August 17, 2005
.Dt SH 1
.Os
.Sh NAME
@@ -1978,12 +1978,17 @@ The maximal number of simultaneous processes for this user ID.
.It Fl v Ar virtualmem
The maximal virtual size of a process, in kilobytes.
.El
-.It Ic umask Op Ar mask
+.It Ic umask Oo Fl S Oc Op Ar mask
Set the file creation mask (see
.Xr umask 2 )
-to the octal value specified by
+to the octal or symbolic (see
+.Xr chmod 1 )
+value specified by
.Ar mask .
If the argument is omitted, the current mask value is printed.
+If the
+.Fl S
+option is specified, the output is symbolic, otherwise the output is octal.
.It Ic unalias Oo Fl a Oc Op Ar name
If
.Ar name
OpenPOWER on IntegriCloud