fix minor typos in Unix-and-Internet-Fundamentals-HOWTO.xml

This commit is contained in:
Jason Leschnik 2016-10-24 19:21:35 +11:00
parent 564ed92886
commit 7eb13a8ebc
1 changed files with 1 additions and 1 deletions

View File

@ -593,7 +593,7 @@ to sleep, waiting for ls to finish.</para>
<para>When <command>/bin/ls</command> is done, it tells the kernel it's
finished by issuing an <firstterm>exit</firstterm> 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.</para>
<para>Other things may be going on while your &lsquo;ls&rsquo; is