diff --git a/en_US.ISO8859-1/books/developers-handbook/tools/chapter.xml b/en_US.ISO8859-1/books/developers-handbook/tools/chapter.xml index 21bbede9b8..12622159c3 100644 --- a/en_US.ISO8859-1/books/developers-handbook/tools/chapter.xml +++ b/en_US.ISO8859-1/books/developers-handbook/tools/chapter.xml @@ -783,21 +783,10 @@ int main() { Unlike &ms-dos;, &unix; does not look in the current directory when it is trying to find out which executable you want it to run, unless you tell - it to. Either type ./foobar, which + it to. Type ./foobar, which means run the file called foobar in the current - directory, or change your PATH - environment - variable so that it looks something like - - - bin:/usr/bin:/usr/local/bin:. - - - - The dot at the end means look in the current - directory if it is not in any of the - others. + directory.