diff options
-rw-r--r-- | chapter_05.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter_05.xml b/chapter_05.xml index bb77285..2c937c7 100644 --- a/chapter_05.xml +++ b/chapter_05.xml @@ -78,8 +78,8 @@ There are many important environment variables that <application>bash</application> and other shells use, but one of the most important ones you will run across is PATH. PATH is simply a list of directories to search through for applications. For example, -<application>top</application> is located at -<application>/usr/bin/top</application>(1). You could run it simply by +<application>top</application>(1) is located at +<application>/usr/bin/top</application>. You could run it simply by specifying the complete path to it, but if <filename>/usr/bin</filename> is in your PATH variable, <application>bash</application> will check there if you don't specify a |