mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-11 13:01:28 +02:00
unposted: YODL compatibility fix for --emulate
This commit is contained in:
parent
ed7497e379
commit
e8780e11ed
2 changed files with 5 additions and 2 deletions
|
@ -4,6 +4,9 @@
|
||||||
|
|
||||||
2017-09-11 Peter Stephenson <p.stephenson@samsung.com>
|
2017-09-11 Peter Stephenson <p.stephenson@samsung.com>
|
||||||
|
|
||||||
|
* unposted: Doc/Zsh/invoke.yo: YODL compatibility fix for
|
||||||
|
--emulate.
|
||||||
|
|
||||||
* Thierry Ghelew: 41666: Src/Modules/zpty.c: zpty compatibility
|
* Thierry Ghelew: 41666: Src/Modules/zpty.c: zpty compatibility
|
||||||
for OpenBSD.
|
for OpenBSD.
|
||||||
|
|
||||||
|
|
|
@ -46,13 +46,13 @@ ifzman(zmanref(zshoptions))\
|
||||||
ifnzman(noderef(Options))\
|
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.
|
emulation mode may be passed to the shell.
|
||||||
The emulation modes are those described for the tt(emulate) builtin,
|
The emulation modes are those described for the tt(emulate) builtin,
|
||||||
see
|
see
|
||||||
ifzman(zmanref(zshbuiltins))\
|
ifzman(zmanref(zshbuiltins))\
|
||||||
ifnzman(noderef(Shell Builtin Commands)).
|
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
|
otherwise be overridden), but following options are honoured, so
|
||||||
may be used to modify the requested emulation mode. Note that certain
|
may be used to modify the requested emulation mode. Note that certain
|
||||||
extra steps are taken to ensure a smooth emulation when this option
|
extra steps are taken to ensure a smooth emulation when this option
|
||||||
|
|
Loading…
Reference in a new issue