summaryrefslogtreecommitdiff
path: root/Doc/Zsh/mod_newuser.yo
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2008-12-29 04:33:52 +0000
committerClint Adams <clint@users.sourceforge.net>2008-12-29 04:33:52 +0000
commitc1613695c7a844972de22e7efd3ccef7b2eb30a1 (patch)
tree7dd1d45753d824207211a8f7bdbd69f0ca8d5f0e /Doc/Zsh/mod_newuser.yo
parent78d1f82e308c8ec35c7694a2f14bad8ed01104da (diff)
downloadzsh-c1613695c7a844972de22e7efd3ccef7b2eb30a1.tar.gz
zsh-c1613695c7a844972de22e7efd3ccef7b2eb30a1.zip
26185: fix two places where path to global zshenv was specified statically.
Diffstat (limited to 'Doc/Zsh/mod_newuser.yo')
-rw-r--r--Doc/Zsh/mod_newuser.yo4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Zsh/mod_newuser.yo b/Doc/Zsh/mod_newuser.yo
index 8c37c7059..92a64a013 100644
--- a/Doc/Zsh/mod_newuser.yo
+++ b/Doc/Zsh/mod_newuser.yo
@@ -5,7 +5,7 @@ The tt(zsh/newuser) module is loaded at boot if it is
available, the tt(RCS) option is set, and the tt(PRIVILEGED) option is not
set (all three are true by default). This takes
place immediately after commands in the global tt(zshenv) file (typically
-tt(/etc/zshenv)), if any, have been executed. If the module is not
+tt(zshenv())), if any, have been executed. If the module is not
available it is silently ignored by the shell; the module may safely be
removed from tt($MODULE_PATH) by the administrator if it is not required.
@@ -34,7 +34,7 @@ files for the user, however any valid shell code will be executed.
The tt(zsh/newuser) module is then unconditionally unloaded.
Note that it is possible to achieve exactly the same effect as the
-tt(zsh/newuser) module by adding code to tt(/etc/zshenv). The module
+tt(zsh/newuser) module by adding code to tt(zshenv()). The module
exists simply to allow the shell to make arrangements for new users without
the need for intervention by package maintainers and system administrators.