aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/set.txt
diff options
context:
space:
mode:
authorGravatar James Vega <jamessan@jamessan.com>2006-01-24 09:17:06 +1000
committerGravatar James Vega <jamessan@jamessan.com>2006-01-24 09:17:06 +1000
commit495460066c21ca8433204e2c897ad3de16eccaa0 (patch)
treedc94beac5ba5fbe51b7bd0807b3aea8db4950a0f /doc_src/set.txt
parent8df21a1cb18d5f78d7d3c2ca98d0708b195c65da (diff)
Fixed various spelling mistakes.
darcs-hash:20060123231706-35ec8-2a30db603eee503d944b06d101cc88ce59340309.gz
Diffstat (limited to 'doc_src/set.txt')
-rw-r--r--doc_src/set.txt6
1 files changed, 3 insertions, 3 deletions
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
<code>set [OPTIONS] [VARIABLE_NAME [VALUES...]]</code>
-The <code>set</code> builtin causes fish to assign the variable <code>VARIABLE_NAME</code> the values <code>VALUES...</code>.
+The <code>set</code> builtin causes fish to assign the variable <code>VARIABLE_NAME</code> the values <code>VALUES...</code>.
\subsection set-description Description
- <code>-e</code> or <code>--erase</code> causes the specified environment variable to be erased
-- <code>-g</code> or <code>--global</code> 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
+- <code>-g</code> or <code>--global</code> 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
- <code>-l</code> or <code>--local</code> forces the specified environment variable to be made local to the current block, even if the variable already exists and is non-local
- <code>-n</code> or <code>--names</code> List only the names of all defined variables
- <code>-q</code> or <code>--query</code> 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 <code>set</code> builtin causes fish to assign the variable <code>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