From 838ba08eaa883026d6fb88cd65dde33b16a564fd Mon Sep 17 00:00:00 2001 From: axel Date: Wed, 12 Oct 2005 05:23:43 +1000 Subject: Event handling and job reaping updates darcs-hash:20051011192343-ac50b-aa3f5ae5e2b34d122f10e3b59ceb6fdd447f4ae3.gz --- doc_src/set.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc_src/set.txt') diff --git a/doc_src/set.txt b/doc_src/set.txt index c06e62fa..fdcfc350 100644 --- a/doc_src/set.txt +++ b/doc_src/set.txt @@ -6,7 +6,7 @@ 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 variables to be erased +- -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 - -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 @@ -23,7 +23,7 @@ with the given name will be changed as specified, but it's value will remain the same. If the variable did not previously exist, it's value will be an empty string. -If the \c -e or \c --erase option is specified, all the variables +If the \c -e or \c --erase option is specified, the variable specified by the following arguments will be erased If a variable is set to more than one value, the variable will be an -- cgit v1.2.3