aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/faq.hdr
diff options
context:
space:
mode:
authorGravatar David Adam (zanchey) <zanchey@ucc.gu.uwa.edu.au>2013-05-10 20:29:38 +0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-05-13 01:48:20 -0700
commitdd6bb04ba7de2e8f7607935c8a370c0b726d4c2a (patch)
tree8d6b46ab1413248bed7e556bd02aea5824c78c9f /doc_src/faq.hdr
parentc80bd104d23513cc26f29fe44fae55e2f8d6cc50 (diff)
documentation typos
Diffstat (limited to 'doc_src/faq.hdr')
-rw-r--r--doc_src/faq.hdr8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc_src/faq.hdr b/doc_src/faq.hdr
index 23bfa00d..07c763ab 100644
--- a/doc_src/faq.hdr
+++ b/doc_src/faq.hdr
@@ -28,7 +28,7 @@ Writing <code>cd images; ls ..</code> given the above directory
structure would list the contents of ~/Documents, not of ~, even
though using <code>cd ..</code> changes the current directory to ~,
and the prompt, the pwd builtin and many other directory information
-sources suggest that the current directory is ~/images and it's
+sources suggest that the current directory is ~/images and its
parent is ~. This issue is not possible to fix without either making
every single command into a builtin, breaking Unix semantics or
implementing kludges in every single command.
@@ -91,10 +91,10 @@ In order to change your default shell, type:
<code>chsh -s /usr/local/bin/fish</code>
-You may need to adjust the above path to e.g. /usr/bin/fish. Use the command <code>which fish</code> if you are unsure of where fish is installed.
+You may need to adjust the above path to e.g. \c /usr/bin/fish. Use the command <code>which fish</code> if you are unsure of where fish is installed.
-Unfortunately, there is no way to make the changes take effect at once,
-you will need to log out and back in again.
+Unfortunately, there is no way to make the changes take effect at once.
+You will need to log out and back in again.
<hr>