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

doc fixes



-----BEGIN PGP SIGNED MESSAGE-----

This patch contains a few trivial documentation fixes for version 3.1.2-test1.

 -zefram

 *** Doc/Zsh/builtins.yo	1997/05/11 00:10:33	1.1.1.2
 --- Doc/Zsh/builtins.yo	1997/05/11 12:05:53	1.19
 ***************
 *** 1311,1322 ****
 --- 1311,1324 ----
   This operation is idempotent regardless of the tt(-i) option.
   The modules named in the second and subsequent arguments will be
   loaded before the module named in the first argument.
 + 
   With tt(-d) and one
   argument, all dependencies for that module are listed.  With tt(-d) and no
   arguments, all module dependencies are listed.
   This listing is by default in a Makefile-like format.
   The tt(-L) option changes this format to a list of
   tt(zmodload -d) commands.
 + 
   If tt(-d) and tt(-u) are both used, dependencies are removed.
   This operation is idempotent regardless of the tt(-i) option.
   If only one argument is given, all dependencies for that module are removed.
 *** Doc/Zsh/compat.yo	1997/01/29 00:50:00	1.1.1.1
 --- Doc/Zsh/compat.yo	1997/05/11 12:05:54	1.5
 ***************
 *** 49,56 ****
   tt(KSH_ARRAYS),
   tt(NO_MULTIOS),
   tt(NO_NOMATCH),
 ! tt(RM_STAR_SILENT),
   tt(POSIX_BUILTINS),
   tt(SH_FILE_EXPANSION),
   tt(SH_GLOB),
   tt(SH_OPTION_LETTERS),
 --- 49,57 ----
   tt(KSH_ARRAYS),
   tt(NO_MULTIOS),
   tt(NO_NOMATCH),
 ! tt(NO_NOTIFY),
   tt(POSIX_BUILTINS),
 + tt(RM_STAR_SILENT),
   tt(SH_FILE_EXPANSION),
   tt(SH_GLOB),
   tt(SH_OPTION_LETTERS),
 *** Doc/Zsh/expn.yo	1997/05/11 00:10:34	1.1.1.2
 --- Doc/Zsh/expn.yo	1997/05/11 11:23:58
 ***************
 *** 704,710 ****
   sets the tt(NULL_GLOB) option for the current pattern
   pindex(NULL_GLOB, setting in pattern)
   )
 ! tt(D)
   sets the tt(GLOB_DOTS) option for the current pattern
   pindex(GLOB_DOTS, setting in pattern)
   )
 --- 704,710 ----
   sets the tt(NULL_GLOB) option for the current pattern
   pindex(NULL_GLOB, setting in pattern)
   )
 ! item(tt(D))(
   sets the tt(GLOB_DOTS) option for the current pattern
   pindex(GLOB_DOTS, setting in pattern)
   )
 *** Doc/Zsh/func.yo	1997/05/11 00:10:35	1.1.1.2
 --- Doc/Zsh/func.yo	1997/05/11 12:05:54	1.4
 ***************
 *** 45,51 ****
   execution, and may therefore define local parameters.
   
   Otherwise, the function is defined such that its body is the
 ! complete contents of the file.  This forms allows the file to be
   used directly as an executable shell script.
   Initialisation code can be executed, but only as part of the first
   function execution, so the function would have to redefine itself to
 --- 45,51 ----
   execution, and may therefore define local parameters.
   
   Otherwise, the function is defined such that its body is the
 ! complete contents of the file.  This form allows the file to be
   used directly as an executable shell script.
   Initialisation code can be executed, but only as part of the first
   function execution, so the function would have to redefine itself to

-----BEGIN PGP SIGNATURE-----
Version: 2.6.3ia
Charset: ascii

iQCVAwUBM3W3gXD/+HJTpU/hAQFrygP/aXmPTfQLvHA5IJTI4J+1ikPgDyJU/aO7
LDP9VUFz7dpRlZDHZ+Itcp8V5PAqbNNqMSTO5x+9eVc3iseYwneVLde31cpootTT
RQHs/wQ5Q49Ope2dYIhFaERFwkr+vZzX1KFab+NHqn+kx8cU2sh8NheOapIGz+np
paSl3t3zgxQ=
=PdYd
-----END PGP SIGNATURE-----



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