From 07944cfd20de20b6863b2c0a9b73dc4be693859f Mon Sep 17 00:00:00 2001 From: Alan Thompson Date: Fri, 18 Apr 2014 17:16:37 -0700 Subject: Change terminology in docs from 'environment variables' -> 'shell variables' --- doc_src/tutorial.hdr | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc_src/tutorial.hdr') diff --git a/doc_src/tutorial.hdr b/doc_src/tutorial.hdr index f28541b8..58f925d5 100644 --- a/doc_src/tutorial.hdr +++ b/doc_src/tutorial.hdr @@ -193,7 +193,7 @@ h3 { font-size: 110%; }
  • Tab Completions
  • Variables
  • Exit Status
  • -
  • Environment Variables
  • +
  • Shell Variables
  • Lists
  • Command Substitutions
  • Combiners (And, Or, Not)
  • @@ -258,7 +258,7 @@ fish has excellent help and man pages. Run help to open help in a web b
     > man set
    -set - handle environment variables
    +set - handle shell variables
       Synopsis...
     
    @@ -429,7 +429,7 @@ Unlike other shells, fish stores the exit status of the last command in $sta Zero is considered success, and non-zero is failure. -

    Exports (Environment Variables)

    +

    Exports (Shell Variables)

    Unlike other shells, fish does not have an export command. Instead, a variable is exported via an option to set, either --export or just -x. -- cgit v1.2.3