From 495460066c21ca8433204e2c897ad3de16eccaa0 Mon Sep 17 00:00:00 2001 From: James Vega Date: Tue, 24 Jan 2006 09:17:06 +1000 Subject: Fixed various spelling mistakes. darcs-hash:20060123231706-35ec8-2a30db603eee503d944b06d101cc88ce59340309.gz --- doc_src/set.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc_src/set.txt') diff --git a/doc_src/set.txt b/doc_src/set.txt index fb9bfbdf..b994cd02 100644 --- a/doc_src/set.txt +++ b/doc_src/set.txt @@ -3,11 +3,11 @@ \subsection set-synopsis Synopsis set [OPTIONS] [VARIABLE_NAME [VALUES...]] -The set builtin causes fish to assign the variable VARIABLE_NAME the values VALUES.... +The set builtin causes fish to assign the variable VARIABLE_NAME the values VALUES.... \subsection set-description Description - -e or --erase causes the specified environment variable to be erased -- -g or --global causes the specified environment variable to be made global. If this option is not supplied, the specified variable will dissapear when the current block ends +- -g or --global causes the specified environment variable to be made global. If this option is not supplied, the specified variable will disappear when the current block ends - -l or --local forces the specified environment variable to be made local to the current block, even if the variable already exists and is non-local - -n or --names List only the names of all defined variables - -q or --query test if the specified variable names are defined. Does not output anything, but the builtins exit status is the number of variables specified that were not defined. @@ -18,7 +18,7 @@ The set builtin causes fish to assign the variable VARIABLE_N If set is called with no arguments, the names and values of all environment variables are printed. If some of the scope or export flags have been given, only the variables matching the specified scope -are printed. +are printed. If the \c -e or \c --erase option is specified, the variable specified by the following arguments will be erased -- cgit v1.2.3