mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 05:16:05 +01:00
unposted: fix typos in INSTALL and README
This commit is contained in:
parent
9b0e0f348a
commit
dd91767979
3 changed files with 7 additions and 5 deletions
|
@ -1,5 +1,7 @@
|
|||
2010-06-22 Doug Kearns <dougkearns@gmail.com>
|
||||
|
||||
* unposted: INSTALL, README: fix typos.
|
||||
|
||||
* 28051: Completion/Unix/Command/_elinks: update for version 0.12pre5.
|
||||
|
||||
2010-06-17 Frank Terbeck <ft@bewatermyfriend.org>
|
||||
|
@ -13315,5 +13317,5 @@
|
|||
|
||||
*****************************************************
|
||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||
* $Revision: 1.5010 $
|
||||
* $Revision: 1.5011 $
|
||||
*****************************************************
|
||||
|
|
2
INSTALL
2
INSTALL
|
@ -407,7 +407,7 @@ Startup/shutdown files
|
|||
----------------------
|
||||
|
||||
Zsh has several startup/shutdown files which are in /etc by default. This
|
||||
can be overriden using one of the options below when invoking "configure".
|
||||
can be overridden using one of the options below when invoking "configure".
|
||||
|
||||
--enable-etcdir=directory # default directory for global zsh scripts
|
||||
--enable-zshenv=pathname # the full pathname of the global zshenv script
|
||||
|
|
6
README
6
README
|
@ -235,9 +235,9 @@ There are a number of documents about zsh in this distribution:
|
|||
|
||||
Doc/Zsh/*.yo The master source for the zsh documentation is written in
|
||||
yodl. Yodl is a document language written by Karel Kubat.
|
||||
It is not required by zsh but but it is a nice program so
|
||||
you might want to get it anyway, especially if you are a
|
||||
zsh developer. It can be downloaded from
|
||||
It is not required by zsh but it is a nice program so you
|
||||
might want to get it anyway, especially if you are a zsh
|
||||
developer. It can be downloaded from
|
||||
ftp://yodl.sourceforge.net/
|
||||
|
||||
Doc/zsh*.1 Man pages in nroff format. These will be installed
|
||||
|
|
Loading…
Reference in a new issue