about summary refs log tree commit diff
path: root/Doc/Zsh/filelist.yo
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-10-30 12:09:18 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-10-30 12:09:18 +0000
commit9b032ff6d86cea9ab4615eb29b781261a6eb561a (patch)
treea988b1072ad2d9901f131cc8417f0cb53d802efd /Doc/Zsh/filelist.yo
parentf26d396012b9a3a8bb9af8834df88038f4fb33b2 (diff)
downloadzsh-9b032ff6d86cea9ab4615eb29b781261a6eb561a.tar.gz
zsh-9b032ff6d86cea9ab4615eb29b781261a6eb561a.tar.xz
zsh-9b032ff6d86cea9ab4615eb29b781261a6eb561a.zip
25958: make it possible to get docs for startup files correct
Diffstat (limited to 'Doc/Zsh/filelist.yo')
-rw-r--r--Doc/Zsh/filelist.yo10
1 files changed, 5 insertions, 5 deletions
diff --git a/Doc/Zsh/filelist.yo b/Doc/Zsh/filelist.yo
index f6e3d9dda..7a09901a7 100644
--- a/Doc/Zsh/filelist.yo
+++ b/Doc/Zsh/filelist.yo
@@ -7,9 +7,9 @@ list(tt($ZDOTDIR/.zshrc))
 list(tt($ZDOTDIR/.zlogin))
 list(tt($ZDOTDIR/.zlogout))
 list(tt(${TMPPREFIX}*)   (default is /tmp/zsh*))
-list(tt(/etc/zshenv))
-list(tt(/etc/zprofile))
-list(tt(/etc/zshrc))
-list(tt(/etc/zlogin))
-list(tt(/etc/zlogout)    (installation-specific - tt(/etc) is the default))
+list(tt(zshenv()))
+list(tt(zprofile()))
+list(tt(zshrc()))
+list(tt(zlogin()))
+list(tt(zlogout())    (installation-specific - tt(/etc) is the default))
 endlist()