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

PATCH: two more zshenv()s



With 4.3.9, my local patchset is almost down to nothing.

Index: Doc/Zsh/mod_newuser.yo
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/Zsh/mod_newuser.yo,v
retrieving revision 1.4
diff -u -r1.4 mod_newuser.yo
--- Doc/Zsh/mod_newuser.yo	1 Feb 2008 19:59:48 -0000	1.4
+++ Doc/Zsh/mod_newuser.yo	29 Dec 2008 04:21:59 -0000
@@ -5,7 +5,7 @@
 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 @@
 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.
 



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