diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2004-09-22 04:37:00 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2004-09-22 04:37:00 +0000 |
commit | fc960bad4ed6f98b30412dba48d53bf711bc7ce9 (patch) | |
tree | efdd6277069ef4d5d175fb40f142b5c0f8b7475b /Doc/Zsh/invoke.yo | |
parent | f212e8072dbd4db4b4a1c1f2186b9120673621cf (diff) | |
download | zsh-fc960bad4ed6f98b30412dba48d53bf711bc7ce9.tar.gz zsh-fc960bad4ed6f98b30412dba48d53bf711bc7ce9.tar.xz zsh-fc960bad4ed6f98b30412dba48d53bf711bc7ce9.zip |
20397: Fix places where texinfo changes "--" to "-"
Diffstat (limited to 'Doc/Zsh/invoke.yo')
-rw-r--r-- | Doc/Zsh/invoke.yo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Zsh/invoke.yo b/Doc/Zsh/invoke.yo index e0987a1bd..565d33877 100644 --- a/Doc/Zsh/invoke.yo +++ b/Doc/Zsh/invoke.yo @@ -80,8 +80,8 @@ is permitted and does not end option processing. Except when the bf(sh)/bf(ksh) emulation single-letter options are in effect, the option `tt(-b)' (or `tt(PLUS()b)') ends option processing. -`tt(-b)' is like `tt(--)', except that further single-letter options can be -stacked after the `tt(-b)' and will take effect as normal. +`tt(-b)' is like `tt(-)tt(-)', except that further single-letter options +can be stacked after the `tt(-b)' and will take effect as normal. startmenu() menu(Compatibility) |