From 461115241bd9c1c24a1ec41eca23f1aa3a2d2698 Mon Sep 17 00:00:00 2001 From: Alan Hicks Date: Sat, 18 Aug 2012 00:13:57 -0400 Subject: Typo cleanup in chapter_05.xml. --- chapter_05.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/chapter_05.xml b/chapter_05.xml index 93a7bc5..838b494 100644 --- a/chapter_05.xml +++ b/chapter_05.xml @@ -139,9 +139,9 @@ ba No, the fun doesn't stop there! In addition to these two we also have the bracket pair "[ ]" which allows us to fine tune exactly what we want to match. Whenever bash see the -bracket pair, it substitues the contents of the bracket. Any +bracket pair, it substitutes the contents of the bracket. Any combination of letters or numbers may be specified in the bracket as -long as they are comma seperacted. Additionally, ranges of numbers and +long as they are comma seperated. Additionally, ranges of numbers and letters may be specified as well. This is probably best shown by example. @@ -306,7 +306,7 @@ command will display a list of suspended tasks. In order to return to a suspended task, run the fg built-in to bring the the most recently -suspended task back into the fore ground. If you have mutiple suspended +suspended task back into the foreground. If you have mutiple suspended tasks, you can specify a number as well to bring one of them to the foreground. @@ -319,7 +319,7 @@ foreground. You can also background a task with (surprize) bg. This will allow the process to continue running without maintaining control of your shell. You can bring it -back to the fore ground with fg in the same +back to the foreground with fg in the same way as suspended tasks. @@ -335,7 +335,7 @@ most useful, is the terminal. In the old days, terminals were keyboards and monitors (sometimes even mice) wired into a mainframe or server via serial connections. Today however, most terminals are virtual; that is, they exist only in software. Virtual terminals allow users to connect -to the computer without requiring expensive and often incompatabile +to the computer without requiring expensive and often incompatible hardware. Rather, a user needs only to run the software and they are presented with a (usually) highly customizable virtual terminal. -- cgit v1.2.3