From 1e075c04060e5cea0c21a93f829188edfad16ca0 Mon Sep 17 00:00:00 2001 From: Alan Hicks Date: Fri, 23 Apr 2010 20:44:15 -0400 Subject: Fixed top(8). --- chapter_05.xml | 4 ++-- 1 file 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 bash 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, -top is located at -/usr/bin/top(1). You could run it simply by +top(1) is located at +/usr/bin/top. You could run it simply by specifying the complete path to it, but if /usr/bin is in your PATH variable, bash will check there if you don't specify a -- cgit v1.2.3