add missing period and space

This commit is contained in:
Karel Vlk 2016-02-19 09:27:50 +01:00
parent cef55d0e58
commit b10623849c
1 changed files with 2 additions and 2 deletions

View File

@ -136,7 +136,7 @@
<para>The single most important service in a UNIX system is
provided by <command>init</command><indexterm id="ch02-init">
<primary>init</primary></indexterm> <command>init</command>
<primary>init</primary></indexterm>. <command>init</command>
is started as the first process of every UNIX system, as the last
thing the kernel does when it boots. When <command>init</command>
starts, it continues the boot process by doing various startup
@ -215,7 +215,7 @@
<command>getty</command> for each terminal upon which logins are to
be allowed. <command>getty</command> reads the username and runs
the <command>login</command><indexterm id="ch02-login">
<primary>login</primary></indexterm>program, which reads the password.
<primary>login</primary></indexterm> program, which reads the password.
If the username and password are correct, <command>login</command> runs
the shell. When the shell terminates, i.e., the user logs out, or
when <command>login</command> terminated because the username and