fix lies; this had to be taken out for security reasons some time ago
This commit is contained in:
		
							
								
								
									
										19
									
								
								mksh.1
									
									
									
									
									
								
							
							
						
						
									
										19
									
								
								mksh.1
									
									
									
									
									
								
							| @@ -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 $ | .\" $OpenBSD: ksh.1,v 1.159 2015/03/25 12:10:52 jca Exp $ | ||||||
| .\"- | .\"- | ||||||
| .\" Copyright © 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, | .\" Copyright © 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, | ||||||
| @@ -4036,23 +4036,6 @@ and also supported by | |||||||
| .Nm ksh93 | .Nm ksh93 | ||||||
| is: | is: | ||||||
| .Ic foo=(a b c); foo+=(d e) | .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 | .It Fl a \*(Ba Fl o Ic allexport | ||||||
| All new parameters are created with the export attribute. | All new parameters are created with the export attribute. | ||||||
| .It Fl b \*(Ba Fl o Ic notify | .It Fl b \*(Ba Fl o Ic notify | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user