aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src
diff options
context:
space:
mode:
authorGravatar Eivind Uggedal <eivind@uggedal.com>2013-05-01 12:27:55 +0200
committerGravatar Eivind Uggedal <eivind@uggedal.com>2013-05-01 12:27:55 +0200
commit72b7e64ad85e6f9b68dacb797a2a8534e0760b71 (patch)
treec38fa5dd510b4aba7e883158921018955468ca65 /doc_src
parent6496adf101d6cd04b2d579509454c17f1965281f (diff)
Tiny typo.
Diffstat (limited to 'doc_src')
-rw-r--r--doc_src/index.hdr.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc_src/index.hdr.in b/doc_src/index.hdr.in
index 9983045d..41b21da5 100644
--- a/doc_src/index.hdr.in
+++ b/doc_src/index.hdr.in
@@ -979,7 +979,7 @@ values of most of these variables.
- \c _, which is the name of the currently running command.
- \c argv, which is an array of arguments to the shell or function. \c argv is only defined when inside a function call, or if fish was invoked with a list of arguments, like 'fish myscript.fish foo bar'. This variable can be changed by the user.
-- \c history, which is an array containing the last commands that where entered.
+- \c history, which is an array containing the last commands that were entered.
- \c HOME, which is the users home directory. This variable can only be changed by the root user.
- \c PWD, which is the current working directory.
- \c status, which is the exit status of the last foreground job to exit. If the job was terminated through a signal, the exit status will be 128 plus the signal number.