diff --git a/LDP/guide/docbook/sag/ch02.sgml b/LDP/guide/docbook/sag/ch02.sgml index 82176387..9c988809 100644 --- a/LDP/guide/docbook/sag/ch02.sgml +++ b/LDP/guide/docbook/sag/ch02.sgml @@ -136,7 +136,7 @@ The single most important service in a UNIX system is provided by init - init init + init. init is started as the first process of every UNIX system, as the last thing the kernel does when it boots. When init starts, it continues the boot process by doing various startup @@ -215,7 +215,7 @@ getty for each terminal upon which logins are to be allowed. getty reads the username and runs the login - loginprogram, which reads the password. + login program, which reads the password. If the username and password are correct, login runs the shell. When the shell terminates, i.e., the user logs out, or when login terminated because the username and