mirror of
https://git.code.sf.net/p/zsh/code
synced 2026-04-18 06:53:35 -04:00
unposted: YODL compatibility fix for --emulate
This commit is contained in:
@@ -46,13 +46,13 @@ ifzman(zmanref(zshoptions))\
|
||||
ifnzman(noderef(Options))\
|
||||
.
|
||||
|
||||
The long option `tt(--emulate)' followed (in a separate word) by an
|
||||
The long option `tt(-)tt(-emulate)' followed (in a separate word) by an
|
||||
emulation mode may be passed to the shell.
|
||||
The emulation modes are those described for the tt(emulate) builtin,
|
||||
see
|
||||
ifzman(zmanref(zshbuiltins))\
|
||||
ifnzman(noderef(Shell Builtin Commands)).
|
||||
The `tt(--emulate)' option must precede any other options (which might
|
||||
The `tt(-)tt(-emulate)' option must precede any other options (which might
|
||||
otherwise be overridden), but following options are honoured, so
|
||||
may be used to modify the requested emulation mode. Note that certain
|
||||
extra steps are taken to ensure a smooth emulation when this option
|
||||
|
||||
Reference in New Issue
Block a user