diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-09-09 17:54:24 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-09-09 17:54:24 +0000 |
commit | 4ede75ed0e6dfafad5f5b9a621ac7a3d31765e1a (patch) | |
tree | dea08d27015d855a6fe74890648e0c62e8ce1b7a /Doc/Zsh/builtins.yo | |
parent | 0974744f43003e71afdf54d544c87538f376b8e5 (diff) | |
download | zsh-4ede75ed0e6dfafad5f5b9a621ac7a3d31765e1a.tar.gz zsh-4ede75ed0e6dfafad5f5b9a621ac7a3d31765e1a.tar.xz zsh-4ede75ed0e6dfafad5f5b9a621ac7a3d31765e1a.zip |
Greg Klanderman: 27255: some consistency fixes
Diffstat (limited to 'Doc/Zsh/builtins.yo')
-rw-r--r-- | Doc/Zsh/builtins.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo index 6d1fffabf..f80ecb6e1 100644 --- a/Doc/Zsh/builtins.yo +++ b/Doc/Zsh/builtins.yo @@ -2055,7 +2055,7 @@ loaded but not all features could be enabled, tt(zmodload) returns status 2. With tt(-u), tt(zmodload) unloads modules. The same var(name) must be given that was given when the module was loaded, but it is not -necessary for the module to exist in the filesystem. +necessary for the module to exist in the file system. The tt(-i) option suppresses the error if the module is already unloaded (or was never loaded). |