head	2.3;
access;
symbols
	3_0_1:2.3
	3_0_0:2.3
	3_0-pre6:2.3
	3_0-pre5:2.3
	3_0-pre4:2.3
	beta15:1.26
	beta14:1.26
	beta13:1.26
	beta12:1.25
	beta11:1.25
	beta10:1.24
	3_0-pre3:2.3
	3_0-pre2:2.3
	3_0-pre1:2.3
	beta21:2.1
	beta20:2.1
	beta19:2.1
	beta18:2.1
	beta17:2.1
	beta16:2.0;
locks;
comment	@# @;


2.3
date	96.06.28.13.29.59;	author hzoli;	state Exp;
branches;
next	2.2;

2.2
date	96.06.27.09.31.17;	author hzoli;	state Exp;
branches;
next	2.1;

2.1
date	96.05.03.01.37.02;	author hzoli;	state Exp;
branches;
next	2.0;

2.0
date	96.05.02.22.57.04;	author hzoli;	state Exp;
branches;
next	1.26;

1.26
date	95.12.08.22.25.55;	author coleman;	state Exp;
branches;
next	1.25;

1.25
date	95.09.11.06.24.32;	author coleman;	state Exp;
branches;
next	1.24;

1.24
date	95.06.24.05.10.44;	author coleman;	state Exp;
branches;
next	1.23;

1.23
date	95.06.23.08.32.02;	author coleman;	state Exp;
branches;
next	1.22;

1.22
date	95.05.26.09.30.22;	author coleman;	state Exp;
branches;
next	1.21;

1.21
date	95.05.19.08.39.52;	author coleman;	state Exp;
branches;
next	1.20;

1.20
date	95.05.18.09.16.57;	author coleman;	state Exp;
branches;
next	1.19;

1.19
date	95.05.18.09.05.40;	author coleman;	state Exp;
branches;
next	1.18;

1.18
date	95.04.27.00.13.23;	author coleman;	state Exp;
branches;
next	1.17;

1.17
date	95.03.18.06.18.42;	author coleman;	state Exp;
branches;
next	1.16;

1.16
date	95.03.14.01.13.44;	author coleman;	state Exp;
branches;
next	1.15;

1.15
date	95.03.13.01.15.08;	author coleman;	state Exp;
branches;
next	1.14;

1.14
date	95.03.09.00.03.19;	author coleman;	state Exp;
branches;
next	1.13;

1.13
date	95.02.28.04.56.26;	author coleman;	state Exp;
branches;
next	1.12;

1.12
date	95.02.23.09.00.19;	author coleman;	state Exp;
branches;
next	1.11;

1.11
date	95.02.01.07.11.50;	author coleman;	state Exp;
branches;
next	1.10;

1.10
date	95.01.28.09.30.23;	author coleman;	state Exp;
branches;
next	1.9;

1.9
date	95.01.24.05.00.28;	author coleman;	state Exp;
branches;
next	1.8;

1.8
date	94.11.10.04.21.58;	author zsh;	state Exp;
branches;
next	1.7;

1.7
date	94.11.10.04.21.24;	author zsh;	state Exp;
branches;
next	1.6;

1.6
date	94.11.08.06.43.50;	author zsh;	state Exp;
branches;
next	1.5;

1.5
date	94.10.16.23.11.18;	author zsh;	state Exp;
branches;
next	1.4;

1.4
date	94.09.28.02.40.10;	author zsh;	state Exp;
branches;
next	1.3;

1.3
date	94.09.02.01.48.51;	author zsh;	state Exp;
branches;
next	1.2;

1.2
date	94.08.30.04.52.27;	author zsh;	state Exp;
branches;
next	1.1;

1.1
date	94.08.24.02.08.44;	author zsh;	state Exp;
branches;
next	;


desc
@README
@


2.3
log
@changes for 3.0
@
text
@$Id: README,v 2.3 1996/06/28 11:49:43 hzoli Exp $

Version
-------
This is zsh version 3.0

Installing Zsh
--------------
The instructions for compiling zsh are in the file INSTALL.  You should
also check the file MACHINES in the subdirectory Etc to see if there
are any special instructions for your particular architecture.

If compilation fails in builtin.c with the message
    `there are some unknown limits.  Fix me!'
then please try to locate the header file where the RLIMIT_ macros are
defined on your system (it is usually in /usr/include/sys/resource.h)
and send this file and the manchine and OS type you are using to
zsh-workers@@math.gatech.edu.

Features
--------
Zsh is a shell with lots of features.  For a list of these, see the
file Etc/FEATURES.  For more details, see the documentation.

Documentation
-------------
There are a number of documents about zsh in this distribution:

Doc/zsh*.man	Man pages in nroff format.  These will be installed
		by "make install.man" or "make install".  By default,
		these will be installed in /usr/local/man/man1, although
		you can change this with the --mandir option to configure
		or editing the user configuration section of the top level
		Makefile.

Doc/zsh.texi	Everything the man pages have, but in texinfo format.  These
		will be installed by "make install.info" or "make install".
		By default, these will be installed in /usr/local/info,
		although you can change this with the --infodir option to
		configure or editing the user configuration section of the
		top level Makefile.

Also include in the distribution are:

Doc/intro.ms	An introduction to zsh in troff format using the ms
		macros.  This document explains many of the features
		that make zsh more equal than other shells.
		Unfortunately this is based on zsh-2.5 so some examples
		may not work without changes but it is still a good
		introduction.

If you do not have the necessary tools to process these documents,
postscript, and ascii, info and dvi versions are available in the
separate file zsh-doc.tar.gz at the archive sites listed below.

The distribution also contains a perl script in Utils/helpfiles which
can be used to extract the descriptions of builtin commands from the
zshbuiltin manual page.  See the comments at the beginning of the script
about its usage.  The files created by this script can be used by
example function run-help located in the subdirectory Functions to show
information about zsh builtins and run `man' on external commands.  For
this the shell variable HELPDIR should point to a directory containing
the fileles generated by the helpfiles script.  run-help should be
unaliased before loading the run-help function.  After that this
function will be executed by the run-help ZLE function which is by
default bound to ESC-h in emacs mode.

Examples
--------
Examples of zsh startup files are located in the subdirectory
StartupFiles.  Examples of zsh functions and scripts are located in
the subdirectory Functions.  Examples of completion control commands
(compctl) are located in the file Misc/compctl-examples.

Zsh Ftp Sites, Web Pages, and Mailing Lists
-------------------------------------------
The current list of zsh ftp sites, web pages, and mailing lists can be
found in the META-FAQ.  A copy is included in this distribution and is
available separately at any of the zsh ftp sites.

Common Problems and Frequently Asked Questions
----------------------------------------------
Zsh has a list of Frequently Asked Questions (FAQ) maintained by
Peter Stephenson <P.Stephenson@@swansea.ac.uk>.  It covers many common
problems encountered when building, installing, and using zsh.  A copy
is included in this distribution in Etc/FAQ and is available separately
at any of the zsh ftp sites.

Zsh Maintenance and Bug Reports
-------------------------------
Zsh is currently maintained by the members of the zsh-workers mailing list
and coordinated by Zoltn Hidvgi <hzoli@@cs.elte.hu>.  Please send
any feedback and bugs reports to: zsh-workers@@math.gatech.edu

There is a script "reporter" in the subdirectory Util which will print
out your current shell environment/setup.  If you report a bug, please
use this script and include the output from sourcing this file.  This way,
the problem you are reporting can be recreated.

You can help even more if you can reproduce the bug starting zsh with
the -f option.  This skips the execution of local startup files except
/etc/zshenv.  If a bug occurs only when some options set try to locate
the option which triggers the bug.

The known bugs in zsh are listed in the file Etc/BUGS.  Check this as
well as the Frequently Asked Questions (FAQ) list before sending a bug
report.  Note that zsh has some features which are not compatible with
sh but these are not bugs.  Most of these incompatibilities go away
when zsh is invoked as sh or ksh (e.g. using a symbolic link).

If you send a bug report to the list and are not a subscriber, please
mention this in your message if you want a response.

If you would like to contribute to the development and maintenance of zsh,
then you should join the zsh-workers mailing list (check the META-FAQ
for info on this).  You should also read the "zsh-development-guide"
located in the subdirectory Util.

Contributors
------------
The people who have contributed to this software project are listed
in Etc/CONTRIBUTORS.

-------------------------------------------------------------
Zoltn Hidvgi          (Coordinator, Zsh Development Group)
hzoli@@cs.elte.hu
@


2.2
log
@instructions added what to do when there are unknown limits
@
text
@d1 1
a1 1
$Id: README,v 2.1 1996/05/03 01:37:02 hzoli Exp $
d5 1
a5 1
This is zsh version 2.6 (beta17)
d36 1
a36 1
Doc/zsh.info*	Everything the man pages have, but in info format.  These
d48 3
a50 5

Doc/zsh.texi	Everything the man page has, but in tex-info format.

IMPORTANT NOTICE: he texinfo documentation and the info files do not
contain up to date information about the current release.
d53 2
a54 2
postscript, and ascii versions are available in the separate file
zsh-doc.tar.gz at the archive sites listed below.
@


2.1
log
@*** empty log message ***
@
text
@d1 1
a1 1
$Id: README,v 2.0 1996/05/02 22:57:04 hzoli Exp $
d12 7
@


2.0
log
@New maintainer: Zoltn Hidvgi <hzoli@@cs.elte.hu>
@
text
@d1 1
a1 1
$Id: README,v 1.26 1995/12/08 22:25:55 coleman Exp $
d5 1
a5 1
This is zsh version 2.6 (beta13)
d44 3
d51 11
a61 5
The distribution also contains a help directory with descriptions of
builtin commands taken from the man page.  The example function run-help
located in the subdirectory Functions will view the appropriate file
from the help directory, set in the HELPDIR variable, or run 'man' if
such a file is not available.
d87 1
a87 1
and coordinated by Richard Coleman <zsh@@math.gatech.edu>.  Please send
d95 10
a104 3
The known bugs in zsh are listed in the file Etc/BUGS.  Check this
as well as the Frequently Asked Questions (FAQ) list before sending a
bug report.
d120 2
a121 4
Richard Coleman          (Coordinator, Zsh Development Group)
zsh@@math.gatech.edu      (zsh e-mail)
coleman@@math.gatech.edu  (general e-mail)

@


1.26
log
@*** empty log message ***
@
text
@d1 1
a1 1
$Id: README,v 1.25 1995/09/11 06:24:32 coleman Exp coleman $
@


1.25
log
@*** empty log message ***
@
text
@d1 1
a1 1
$Id: README,v 1.24 1995/06/24 05:10:44 coleman Exp coleman $
d5 1
a5 1
This is zsh version 2.6 (beta11)
d22 13
a34 7
Doc/zsh.1	A man page in nroff format.  This will be installed in
		/usr/local/man/man1 by "make install.man" or "make install".

Doc/zsh.info*   Everything the man page has, but in info format.  This will
		be installed in /usr/local/info by "make install.info" or
		"make install".

a52 20

Important Changes
-----------------
This is a list of changes in zsh compared to version 2.3.1 which might
force you to change your old initialization files.

The -h option to compctl for host completion no longer exists.  Define a
hosts variable and use compctl -k hosts instead.  Example: change
"compctl -h ping" to "compctl -k hosts ping".

The hostcmds, bindcmds, optcmds and varcmds special arrays no longer
exist.  Use compctl -k hosts, -b, -o and -v respectively.

The NO_UNSET option applies to the positional parameters (usually the
arguments to a script) as well as to all other parameters.

There is a new option CSH_JUNKIE_PAREN which has to be set to allow the
csh-syntax "if (test) { foo }" to work.  This has been done to enhance
sh compatibility, where "if (test)" might be used to run "test" in
a subshell.
@


1.24
log
@*** empty log message ***
@
text
@d1 1
a1 1
$Id: README,v 1.23 1995/06/23 08:32:02 coleman Exp coleman $
d5 1
a5 1
This is zsh version 2.6 (beta10)
@


1.23
log
@*** empty log message ***
@
text
@d1 1
a1 1
$Id: README,v 1.22 1995/05/26 09:30:22 coleman Exp coleman $
a115 1
----------
d117 1
@


1.22
log
@*** empty log message ***
@
text
@d1 1
a1 1
$Id: README,v 1.21 1995/05/19 08:39:52 coleman Exp coleman $
d5 1
a5 1
This is zsh version 2.6 (beta9)
d71 1
a71 1
Startup_Files.  Examples of zsh functions and scripts are located in
@


1.21
log
@*** empty log message ***
@
text
@d1 1
a1 1
$Id: README,v 1.20 1995/05/18 09:16:57 coleman Exp coleman $
d9 3
a11 3
The instructions for compiling zsh are in the file INSTALL.  If you
have used zsh before, please be sure to read the section "Important
Changes" below.
d70 1
a70 1
Examples of zsh start-up files are located in the subdirectory
d95 4
a98 4
There is a script called "reporter" in the subdirectory Util which will
print out your current shell environment/setup.  If you report a bug,
please use this script and include the output from sourcing this file.
This way, the problem you are reporting can be recreated.
@


1.20
log
@*** empty log message ***
@
text
@d1 1
a1 1
$Id: README,v 1.19 1995/05/18 09:05:40 coleman Exp coleman $
d77 3
a79 3
The latest list of zsh ftp sites, web pages, and mailing lists are found
in the META-FAQ.  A copy is included in this distribution and is available
separately at any of the zsh ftp sites.
@


1.19
log
@*** empty log message ***
@
text
@d1 1
a1 1
# $Id: README,v 1.18 1995/04/27 00:13:23 coleman Exp coleman $
a94 6
If you send a bug report to the list and are not a subscriber, please
mention this in your message if you want a response.

If you would like to contribute to the development and maintenance of zsh,
please read the file "zsh-development-guide" in the Utils subdirectory.

d103 8
@


1.18
log
@*** empty log message ***
@
text
@d1 1
a1 3
#
# $Id: README,v 1.17 1995/03/18 06:18:42 coleman Exp $
#
d5 1
a5 1
This is zsh version 2.6 (beta7)
d7 1
a7 1
Installing zsh
d16 1
a16 1
file ./Etc/FEATURES.  For more details, see the documentation.
d22 1
a22 1
./Doc/zsh.1	A man page in nroff format.  This will be installed in
d25 1
a25 1
./Doc/zsh.info*   Everything the man page has, but in info format.  This will
d32 1
a32 1
./Doc/intro.ms	An introduction to zsh in troff format using the ms
d36 1
a36 1
./Doc/zsh.texi	Everything the man page has, but in tex-info format.
d44 3
a46 3
located in ./Functions will view the appropriate file from the help
directory, set in the HELPDIR variable, or run 'man' if such a file is
not available.
d70 18
a87 51
Examples of zsh start-up files are located in ./Startup_Files.
Examples of zsh functions and scripts are located in ./Functions.
Examples of completion control commands (compctl) are located
in ./Misc/compctl-examples.

Zsh Ftp Sites
-------------
The main archive site for zsh is:

   ftp://ftp.math.gatech.edu/pub/zsh

There are mirror sites at:

   ftp://ftp.sterling.com/zsh
   ftp://ftp.rge.com/pub/zsh
   ftp://ftp.cenatls.cena.dgac.fr/pub/shells/zsh
   ftp://mrrl.lut.ac.uk/zsh
   ftp://ftp.fu-berlin.de/pub/unix/shells/zsh
   ftp://ftp.ips.oz.au/pub/packages/zsh

Zsh Web Page
------------
Zsh has a web page maintained by Mark Borges <mdb@@cdc.noaa.gov>
which is located at:
   http://www.mal.com/zsh/zsh_home.shtml

Zsh Mailing Lists
-----------------
Zsh currently has two mailing lists:

zsh-announce@@sterling.com
zsh-list@@sterling.com

Zsh-announce@@sterling.com is for announcements of new versions.
Zsh-list@@sterling.com is for user questions, patches, and development
discussions.  Postings to zsh-announce are automatically forwarded to
zsh-list, so you need not join both lists.  To subscribe to either list,
send e-mail to majordomo@@sterling.com with the body

	subscribe zsh-list <optional-address>
or
	subscribe zsh-announce <optional-address>

depending on which list you wish to join.  The <optional-address> can
be blank if you want to subscribe from your current e-mail address.
To get help on the mailing list server, you can send the message "help"
to the list server (majordomo@@sterling.com).  To unsubscribe, use the
analogous mail message bodies "unsubscribe zsh-announce" and "unsubscribe
zsh-list".  Please do not send these messages to the lists themselves.
If you have any problems, you can contact the list maintainer, Rick
Ohnemus, at owner-zsh-list@@sterling.com
d91 3
a93 3
Zsh is currently maintained by the members of the zsh mailing list and
coordinated by Richard Coleman <zsh@@math.gatech.edu>.  Please send any
feedback and bugs reports to: zsh-list@@sterling.com
d101 4
a104 4
There is a script called "reporter" in ./Util which will print out your
current shell environment/setup.  If you report a bug, please use this
script and include the output from sourcing this file.  This way, the
problem you are reporting can be recreated.
d106 1
a106 1
The known bugs in zsh are listed in the file ./Etc/BUGS.  Check this
d108 1
a108 3
bug report.  A copy of FAQ is located in the file ./Etc/FAQ in the zsh
distribution.  Also, the latest version of the FAQ is always available
separately in any of the zsh ftp sites.
d113 2
a114 2
in ./Etc/CONTRIBUTORS.

@


1.17
log
@*** empty log message ***
@
text
@d2 1
a2 1
# $Id: README,v 1.16 1995/03/14 01:13:44 coleman Exp $
d7 1
a7 1
This is zsh version 2.6 (beta6)
d96 1
a96 1
   http://mal9000.bevc.blacksburg.va.us/zsh/zsh_home.shtml
@


1.16
log
@*** empty log message ***
@
text
@d2 1
a2 1
# $Id: README,v 1.15 1995/03/13 01:15:08 coleman Exp coleman $
d132 3
@


1.15
log
@*** empty log message ***
@
text
@d2 1
a2 1
# $Id$
d11 3
a13 3
The instructions for compiling zsh are in the file INSTALL.
If you have used zsh before, please be sure to read the section
"Important Changes" below.
d17 2
a18 2
Zsh is a shell with lots of features.  For a list of these, see
the file ./Etc/FEATURES.  For more details, see the documentation.
d46 3
a48 3
located in ./Functions will view the appropriate file from the help directory,
set in the HELPDIR variable, or run 'man' if such a file is not
available.
d55 3
a57 5
The -h option to compctl for host completion no longer exists.  Define
a hosts variable and use compctl -k hosts instead.  Example: change
compctl -h ping
to
compctl -k hosts ping
d65 4
a68 4
There is a new option CSH_JUNKIE_PAREN which has to be set to allow
the csh-syntax "if (test) { foo }" to work.  This has been done to
enhance sh compatibility, where "if (test)" might be used to run
"test" in a subshell.
d80 1
d84 1
d101 1
d108 2
a109 2
zsh-list, so you need not join both lists.  To subscribe to either
list, send e-mail to majordomo@@sterling.com with the body
d115 2
a116 2
depending on which list you wish to join.  The <optional-address>
can be blank if you want to subscribe from your current e-mail address.
d119 4
a122 4
analogous mail message bodies "unsubscribe zsh-announce" and
"unsubscribe zsh-list".  Please do not send these messages to the lists
themselves.  If you have any problems, you can contact the list
maintainer, Rick Ohnemus, at owner-zsh-list@@sterling.com
d126 11
a136 11
Zsh is currently maintained by the members of the zsh mailing list
and coordinated by Richard Coleman <zsh@@math.gatech.edu>.  Please
send any feedback and bugs reports to: zsh-list@@sterling.com

If you send a bug report to the list and are not a subscriber,
please mention this in your message if you want a response.

There is a script called "reporter" in ./Util which will print
out your current shell environment/setup.  If you report
a bug, please use this script and include the output from sourcing
this file.  This way, the problem you are reporting can be recreated.
d146 2
a147 2
The people who have contributed to this software project
are listed in ./Etc/CONTRIBUTORS.
@


1.14
log
@*** empty log message ***
@
text
@a0 1
# -*-Text-*-
d2 2
a3 2
# $Revision: 1.13 $
# $Date: 1995/02/28 04:56:26 $
d38 1
a38 1
./Doc/zsh.texi	Everything the man page has, but in texinfo format.
d79 1
a79 1
Archive Sites
d98 25
d138 4
a141 23
before sending a bug report.  A copy of the Frequently Asked Questions
is located in the file ./Etc/FAQ in the zsh distribution.  Also, the
latest version of the FAQ is always available separately in any of the
zsh ftp archives.

Zsh Mailing List
----------------
If you wish to subscribe to the zsh mailing list,
send an e-mail message to

	majordomo@@sterling.com

containing the line

	subscribe zsh-list <optional-address>

where <optional-address> can be blank if you want to subscribe from
your current e-mail address.  Send the message `help' to the same
address for help on the list server; `unsubscribe zsh-list' also
works. (Don't send this to the list!). The list manager, Rick Ohnemus,
can be reached at

	owner-zsh-list@@sterling.com
d149 1
a149 1
Richard Coleman          (zsh project coordinator)
@


1.13
log
@*** empty log message ***
@
text
@d1 4
a4 3

# $Revision: 1.12 $
# $Date: 1995/02/23 09:00:19 $
d8 1
a8 2
This is zsh version 2.6 (beta5)

a15 1

a20 1

a40 1

a50 23

Archive Sites
-------------
The main archive site for zsh is:
   ftp://ftp.math.gatech.edu/pub/zsh

There are mirror sites at:
   ftp://ftp.sterling.com/zsh
   ftp://ftp.rge.com/pub/zsh
   ftp://ftp.cenatls.cena.dgac.fr/pub/shells/zsh
   ftp://mrrl.lut.ac.uk/zsh
   ftp://ftp.fu-berlin.de/pub/unix/shells/zsh
   ftp://ftp.ips.oz.au/pub/packages/zsh


Zsh Web Page
------------
Zsh has a web page maintained by Mark Borges <mdb@@cdc.noaa.gov>
which is located at:

   http://mal9000.bevc.blacksburg.va.us/zsh/zsh_home.shtml


a72 1

d76 1
a76 2
Examples of zsh functions      are located in ./Functions.
Examples of zsh scripts        are located in ./Scripts.
d80 4
d85 19
a103 4
Feedback and Bug Reports
------------------------
Zsh is currently maintained by the members of the zsh mailing list.
Please send any feedback and bugs reports to: zsh-list@@sterling.com
d108 2
a109 2
There is a script called "reporter" in ./Scripts which
will print out your current shell environment/setup.  If you report
d114 4
a117 3
before sending a bug report.  Also, a copy of the Frequently Asked
Questions (FAQ) list is located in the file ./Etc/FAQ.

a137 1

d142 5
@


1.12
log
@*** empty log message ***
@
text
@d2 2
a3 2
# $Revision: 1.11 $
# $Date: 1995/02/01 07:11:50 $
d66 1
@


1.11
log
@*** empty log message ***
@
text
@d2 2
a3 2
# $Revision$
# $Date$
d7 1
a7 1
This is zsh version 2.6 (beta4)
d58 1
a58 1
ftp://ftp.math.gatech.edu:/pub/zsh
d61 5
a65 3
ftp://ftp.sterling.com:/zsh
ftp://ftp.cenatls.cena.dgac.fr:/pub/shells/zsh
ftp://mrrl.lut.ac.uk:/zsh
d72 2
a73 1
http://mal9000.bevc.blacksburg.va.us/zsh/zsh_home.shtml
@


1.10
log
@*** empty log message ***
@
text
@d1 3
a3 1
## $Id: README,v 1.9 1995/01/24 05:00:28 coleman Exp $ ##
@


1.9
log
@*** empty log message ***
@
text
@d1 1
a1 1
## $Id: README,v 1.8 1994/11/10 04:21:58 zsh Exp $ ##
d5 1
a5 1
This is zsh version 2.6 (beta3)
@


1.8
log
@*** empty log message ***
@
text
@d1 1
a1 1
## $Id: README,v 1.7 1994/11/10 04:21:24 zsh Exp zsh $ ##
d5 1
a5 1
This is zsh version 2.6 (beta2)
@


1.7
log
@*** empty log message ***
@
text
@d1 1
a1 1
$Id$
@


1.6
log
@*** empty log message ***
@
text
@d1 1
@


1.5
log
@beta1
@
text
@d4 1
a4 1
This is zsh version 2.6 (beta1)
d17 1
a17 1
the file ./etc/FEATURES.  For more details, see the documentation.
d24 1
a24 1
man/zsh.1	A man page in nroff format.  This will be installed in
d27 1
a27 1
doc/zsh.info*   Everything the man page has, but in info format.  This will
d34 1
a34 1
doc/intro.ms	An introduction to zsh in troff format using the ms
d38 1
a38 1
doc/zsh.texi	Everything the man page has, but in texinfo format.
d46 2
a47 2
builtin commands taken from the man page.  The example function
examples/func/run-help will view the appropriate file from the help directory,
d55 1
a55 1
ftp.math.gatech.edu:/pub/zsh
d58 10
a67 2
ftp.sterling.com:/zsh
ftp.cenatls.cena.dgac.fr:/pub/shells/zsh
d95 3
a97 3
Examples of zsh start-up files are located in ./examples/dots.
Examples of zsh functions      are located in ./examples/func.
Examples of zsh scripts        are located in ./examples/scripts.
d99 1
a99 1
in ./examples/misc/compctl-examples.
d110 2
a111 2
There is a script called "reporter" in examples/scripts which
will print out your current shell evironment/setup.  If you report
d115 1
a115 1
The known bugs in zsh are listed in the file ./etc/BUGS.  Check this
d117 1
a117 1
Questions (FAQ) list is located in the file .etc/FAQ.
d143 1
a143 1
are listed in ./etc/CONTRIBUTORS.
@


1.4
log
@*** empty log message ***
@
text
@d4 1
a4 1
This is zsh version 2.6 (alpha4)
@


1.3
log
@alpha3
@
text
@d4 1
a4 1
This is zsh version 2.6 (alpha3)
@


1.2
log
@*** empty log message ***
@
text
@d4 1
a4 1
This is zsh version 2.6 (alpha2)
@


1.1
log
@Initial revision
@
text
@d4 1
a4 1
This is zsh version 2.6 (alpha1)
@
