fix lies; this had to be taken out for security reasons some time ago

This commit is contained in:
tg 2015-04-29 18:56:00 +00:00
parent 82bc5eba9a
commit 0661df9940

19
mksh.1
View File

@ -1,4 +1,4 @@
.\" $MirOS: src/bin/mksh/mksh.1,v 1.363 2015/04/29 18:54:05 tg Exp $
.\" $MirOS: src/bin/mksh/mksh.1,v 1.364 2015/04/29 18:56:00 tg Exp $
.\" $OpenBSD: ksh.1,v 1.159 2015/03/25 12:10:52 jca Exp $
.\"-
.\" Copyright © 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
@ -4036,23 +4036,6 @@ and also supported by
.Nm ksh93
is:
.Ic foo=(a b c); foo+=(d e)
.Pp
Another
.At
.Nm ksh93
and
.Tn GNU
.Nm bash
extension allows specifying the indices used for
.Ar arg ...
.Pq from the above example, Ic a b c
like this:
.Ic set \-A foo \-\- [0]=a [1]=b [2]=c
or
.Ic foo=([0]=a [1]=b [2]=c)
which can also be written
.Ic foo=([0]=a b c)
because indices are incremented automatically.
.It Fl a \*(Ba Fl o Ic allexport
All new parameters are created with the export attribute.
.It Fl b \*(Ba Fl o Ic notify