From 84b04a8728ec1e618b6feb508a12de460fe13428 Mon Sep 17 00:00:00 2001 From: Andrew Main Date: Sun, 30 Jul 2000 19:18:13 +0000 Subject: 12436: Doc/Zsh/invoke.yo, Src/init.c: Make -b behave like the csh -b, permitting more options to be stacked after it and take effect. Make -b take effect depending on SH_OPTION_LETTERS, consistent with all the other single-letter options, rather than having a clashing check of emulation type. --- Doc/Zsh/invoke.yo | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Doc/Zsh/invoke.yo') diff --git a/Doc/Zsh/invoke.yo b/Doc/Zsh/invoke.yo index de0ed6b6b..2d6767975 100644 --- a/Doc/Zsh/invoke.yo +++ b/Doc/Zsh/invoke.yo @@ -72,8 +72,11 @@ with preceding options (so `tt(-x-)' is equivalent to `tt(-x --)'). Options are not permitted to be stacked after `tt(--)' (so `tt(-x-f)' is an error), but note the GNU-style option form discussed above, where `tt(--shwordsplit)' is permitted and does not end option processing. -Except when emulating sh or ksh, the option `tt(-b)' is treated the same way -as `tt(--)' for the purpose of ending 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. startmenu() menu(Compatibility) -- cgit 1.4.1