From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26531 invoked from network); 22 May 1997 01:45:07 -0000 Received: from euclid.skiles.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 22 May 1997 01:45:07 -0000 Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id VAA06553; Wed, 21 May 1997 21:36:31 -0400 (EDT) Resent-Date: Wed, 21 May 1997 21:36:31 -0400 (EDT) Date: Thu, 22 May 1997 01:39:43 GMT Message-Id: <199705220139.BAA26991@mecca.spd.louisville.edu> From: Tomasz Cholewo MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: zsh-workers@math.gatech.edu Subject: [patch] minor doc typos X-Mailer: VM 6.31 under 20.2 XEmacs Lucid Resent-Message-ID: <"B8Hiw3.0.Kc1.UCwWp"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/3163 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Hi, I found two typos in the documentation of zsh-3.1.1. The following patch fixes them in yodl files. -- Tomasz Cholewo diff -urd zsh-3.1.1-orig/Doc/Zsh/builtins.yo zsh-3.1.1/Doc/Zsh/builtins.yo --- zsh-3.1.1-orig/Doc/Zsh/builtins.yo Tue Jan 21 19:54:02 1997 +++ zsh-3.1.1/Doc/Zsh/builtins.yo Wed May 21 21:30:06 1997 @@ -900,7 +900,7 @@ If the tt(-A) flag is specified, var(name) is set to an array containing the given var(arg)s. if tt(PLUS()A) is used and -var(name) is an array, the gien arguments will replace the initial +var(name) is an array, the given arguments will replace the initial elements of that array; if no var(name) is specified, all arrays are printed. Otherwise the positional parameters are set. If no arguments are given, then the names and values of all parameters are printed on the diff -urd zsh-3.1.1-orig/Doc/Zsh/params.yo zsh-3.1.1/Doc/Zsh/params.yo --- zsh-3.1.1-orig/Doc/Zsh/params.yo Thu Jan 9 10:12:06 1997 +++ zsh-3.1.1/Doc/Zsh/params.yo Wed May 21 21:28:54 1997 @@ -452,7 +452,7 @@ vindex(LC_TIME) item(tt(LC_TIME))( This variable determines the locale category for date and time -formatting in promt escape sequences. +formatting in prompt escape sequences. ) vindex(LINES) item(tt(LINES))(