aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/index.hdr.in
diff options
context:
space:
mode:
authorGravatar Mark Griffiths <mark@thebespokepixel.com>2014-09-04 08:10:42 +0100
committerGravatar Mark Griffiths <mark@thebespokepixel.com>2014-09-04 08:10:42 +0100
commit76aeae5db67ea5d7c89b5949cf6eea19d03163f9 (patch)
tree3c21feada58fb4f1c0c67ce34ce378056e410f16 /doc_src/index.hdr.in
parent1facdd30fba0e563c6ecc0fd1f9bf263580cfe53 (diff)
Synopsis tweaks
Diffstat (limited to 'doc_src/index.hdr.in')
-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 306c7676..b0b8cf49 100644
--- a/doc_src/index.hdr.in
+++ b/doc_src/index.hdr.in
@@ -32,7 +32,7 @@ Example:
echo hello world
\endfish
-calls the `echo` command. `echo` is a command which will write its arguments to the screen. In the example above, the output will be 'hello world'. Everything in fish is done with commands. There are commands for performing a set of commands multiple times, commands for assigning variables, commands for treating a group of commands as a single command, etc.. And every single command follows the same simple syntax.
+This calls the `echo` command. `echo` is a command which will write its arguments to the screen. In the example above, the output will be 'hello world'. Everything in fish is done with commands. There are commands for performing a set of commands multiple times, commands for assigning variables, commands for treating a group of commands as a single command, etc.. And every single command follows the same simple syntax.
If you want to find out more about the echo command used above, read the manual page for the echo command by writing: `man echo`