summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/sh/sh.14
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1
index d33f2a7e9dca..6e1bf1fcf479 100644
--- a/bin/sh/sh.1
+++ b/bin/sh/sh.1
@@ -1868,7 +1868,7 @@ The maximal number of simultaneous processes for this user ID.
Set the file creation mask (see
.Xr umask 2 )
to the octal value specified by
-.Ar mask
+.Ar mask .
If the argument is omitted, the current mask value is printed.
.It Xo
.Ic unalias
@@ -1879,7 +1879,7 @@ If
.Ar name
is specified, the shell removes that alias.
If
-.Ar a
+.Fl a
is specified, all aliases are removed.
.It Ic unset Ar name ...
The specified variables and functions are unset and unexported.