From de4ad3826b65bc856b4bfbc6feacde3e4d302634 Mon Sep 17 00:00:00 2001 From: Stefan Farfeleder Date: Fri, 2 Sep 2005 21:15:56 +0000 Subject: [PATCH] Document that unalias can be used to remove several alias names. --- bin/sh/sh.1 | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/bin/sh/sh.1 b/bin/sh/sh.1 index 0b602dc915d..2e76dee61bd 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.