From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4770 invoked from network); 11 May 1997 18:03:02 -0000 Received: from euclid.skiles.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 11 May 1997 18:03:02 -0000 Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id NAA26044; Sun, 11 May 1997 13:48:02 -0400 (EDT) Resent-Date: Sun, 11 May 1997 13:48:02 -0400 (EDT) Date: Sun, 11 May 1997 18:51:24 +0100 (BST) From: Zefram Message-Id: <16165.199705111751@stone.dcs.warwick.ac.uk> Subject: doc fixes Resent-Message-ID: <"p_iNL.0.oM6.FPWTp"@euclid> To: zsh-workers@math.gatech.edu Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/3125 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu -----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-----