diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-22 19:57:33 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-22 19:57:33 +0000 |
commit | 536c4eb813390ce9af517b301226937d06a266aa (patch) | |
tree | 23a3fd64094186836405ea0c923b2b6669f4e1be /bin/ksh/sh.1 | |
parent | 0d080397ee77d9b55a71b17e6566ebd6498eef30 (diff) |
macros with too many args;
Diffstat (limited to 'bin/ksh/sh.1')
-rw-r--r-- | bin/ksh/sh.1 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/bin/ksh/sh.1 b/bin/ksh/sh.1 index 845481e4793..388863199bd 100644 --- a/bin/ksh/sh.1 +++ b/bin/ksh/sh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sh.1,v 1.36 2003/09/04 14:21:43 jmc Exp $ +.\" $OpenBSD: sh.1,v 1.37 2003/10/22 19:57:32 jmc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -2069,7 +2069,10 @@ loop .It .Ic alias a='for ' i='j' .It -.Ic a i in 1 2; do echo i=$i j=$j; done +.Xo +.Ic a i in 1 2; do echo i=$i j=$j; +.Ic done +.Xc .El .Pp uses parameter |