Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

[PATCH] correct typo on noglob in sh/ksh emulation set



Hi,

I'd like to know if this patch correct? Thanks.


Signed-off-by: Han Pingtian <hanpt@xxxxxxxxxxxxxxxxxx>
---
 Doc/Zsh/options.yo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo
index 20d9fc2..340a1e6 100644
--- a/Doc/Zsh/options.yo
+++ b/Doc/Zsh/options.yo
@@ -2525,7 +2525,7 @@ sitem(tt(-X))(MARK_DIRS)
 sitem(tt(-a))(ALL_EXPORT)
 sitem(tt(-b))(NOTIFY)
 sitem(tt(-e))(ERR_EXIT)
-sitem(tt(-f))(em(NO_)GLOB)
+sitem(tt(-F))(em(NO_)GLOB)
 sitem(tt(-i))(INTERACTIVE)
 sitem(tt(-l))(LOGIN)
 sitem(tt(-m))(MONITOR)
-- 
1.9.3



Messages sorted by: Reverse Date, Date, Thread, Author