about summary refs log tree commit diff
path: root/Util
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2001-05-30 16:08:16 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2001-05-30 16:08:16 +0000
commit99beeb572efa528d2eef31b8cb64e54a1effeaa7 (patch)
tree8ffe21b5d058ffc24922d0b21dd80600e4a68aa8 /Util
parent14be3dd5e46eaf1d3b8488730d2fb5cf704594bc (diff)
downloadzsh-99beeb572efa528d2eef31b8cb64e54a1effeaa7.tar.gz
zsh-99beeb572efa528d2eef31b8cb64e54a1effeaa7.tar.xz
zsh-99beeb572efa528d2eef31b8cb64e54a1effeaa7.zip
Doc changes for 4.0.1
Diffstat (limited to 'Util')
-rwxr-xr-xUtil/helpfiles6
1 files changed, 3 insertions, 3 deletions
diff --git a/Util/helpfiles b/Util/helpfiles
index 56e77759e..8c7f2bd70 100755
--- a/Util/helpfiles
+++ b/Util/helpfiles
@@ -21,12 +21,12 @@
 # previous line (so you see what we're up against).
 
 # Example usage:
-#    cd ~/zsh-3.0.0				# or wherever
+#    cd ~/zsh-4.0.1				# or wherever
 #    mkdir Help
 #    cd Help
-#    man zsh | colcrt - | helpfiles
+#    man zshbuiltins | colcrt - | helpfiles
 #    run-help() {
-#      typeset zhelp=~/zsh-3.0.0/Help		# or wherever
+#      typeset zhelp=~/zsh-4.0.1/Help		# or wherever
 #      [[ $1 = . ]] && 1=dot
 #      [[ $1 = : ]] && 1=colon
 #      if [[ $1 = compctl ]]; then