diff options
| author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-07-24 15:05:11 +0000 |
|---|---|---|
| committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-07-24 15:05:11 +0000 |
| commit | e79d2757b038b61261ab8aff0e7e908fd03be3d1 (patch) | |
| tree | f2f225e2a4db18ca0e4ff30363cb7838c8003ca7 | |
| parent | 2fe7772c289b6a5730eb1f7e385b4a732f62688c (diff) | |
Notes
| -rw-r--r-- | bin/sh/sh.1 | 4 |
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. |
