diff --git a/LDP/howto/docbook/Unix-and-Internet-Fundamentals-HOWTO.xml b/LDP/howto/docbook/Unix-and-Internet-Fundamentals-HOWTO.xml index 339023ba..567fdc83 100644 --- a/LDP/howto/docbook/Unix-and-Internet-Fundamentals-HOWTO.xml +++ b/LDP/howto/docbook/Unix-and-Internet-Fundamentals-HOWTO.xml @@ -593,7 +593,7 @@ to sleep, waiting for ls to finish. When /bin/ls is done, it tells the kernel it's finished by issuing an exit system call. The kernel -then wakes up the shell and tells it it can continue running. The shell +then wakes up the shell and tells it that it can continue running. The shell issues another prompt and waits for another line of input. Other things may be going on while your ‘ls’ is