From 9b032ff6d86cea9ab4615eb29b781261a6eb561a Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 30 Oct 2008 12:09:18 +0000 Subject: 25958: make it possible to get docs for startup files correct --- Doc/Zsh/options.yo | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Doc/Zsh/options.yo') diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index ba535a7de..053697022 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -730,19 +730,19 @@ pindex(GLOBAL_RCS) cindex(startup files, global, inhibiting) cindex(files, global startup, inhibiting) item(tt(GLOBAL_RCS) (tt(-d)) )( -If this option is unset, the startup files tt(/etc/zprofile), -tt(/etc/zshrc), tt(/etc/zlogin) and tt(/etc/zlogout) will not be run. It +If this option is unset, the startup files tt(zprofile()), +tt(zshrc()), tt(zlogin()) and tt(zlogout()) will not be run. It can be disabled and re-enabled at any time, including inside local startup files (tt(.zshrc), etc.). ) pindex(RCS) cindex(startup files, sourcing) item(tt(RCS) (tt(PLUS()f)) )( -After tt(/etc/zshenv) is sourced on startup, source the -tt(.zshenv), tt(/etc/zprofile), tt(.zprofile), -tt(/etc/zshrc), tt(.zshrc), tt(/etc/zlogin), tt(.zlogin), and tt(.zlogout) +After tt(zshenv()) is sourced on startup, source the +tt(.zshenv), tt(zprofile()), tt(.zprofile), +tt(zshrc()), tt(.zshrc), tt(zlogin()), tt(.zlogin), and tt(.zlogout) files, as described in noderef(Files). -If this option is unset, the tt(/etc/zshenv) file is still sourced, but any +If this option is unset, the tt(zshenv()) file is still sourced, but any of the others will not be; it can be set at any time to prevent the remaining startup files after the currently executing one from being sourced. -- cgit 1.4.1