summaryrefslogtreecommitdiffstats
path: root/bin/sh/sh.1
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2005-09-02 21:15:56 +0000
committerstefanf <stefanf@FreeBSD.org>2005-09-02 21:15:56 +0000
commit9426f09a8e41cda1560b65fb4f0fd2df36f8735a (patch)
tree83b53d50f776ca955c4ecb00f200cc4960eb1de8 /bin/sh/sh.1
parentcd4dec717f59c0e685473b9aad85c638590ba6ac (diff)
downloadFreeBSD-src-9426f09a8e41cda1560b65fb4f0fd2df36f8735a.zip
FreeBSD-src-9426f09a8e41cda1560b65fb4f0fd2df36f8735a.tar.gz
Document that unalias can be used to remove several alias names.
Diffstat (limited to 'bin/sh/sh.1')
-rw-r--r--bin/sh/sh.18
1 files changed, 3 insertions, 5 deletions
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1
index 0b602dc..2e76dee 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 August 17, 2005
+.Dd September 2, 2005
.Dt SH 1
.Os
.Sh NAME
@@ -2002,10 +2002,8 @@ 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
-is specified, the shell removes that alias.
+.It Ic unalias Oo Fl a Oc Op Ar name ...
+The specified alias names are removed.
If
.Fl a
is specified, all aliases are removed.
OpenPOWER on IntegriCloud