Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

[patch] minor doc typos



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))(



Messages sorted by: Reverse Date, Date, Thread, Author