Assorted spelling and grammar fixes.

PR:		28906
Submitted by:	Peter J. Avalos <pavalos@theshell.com>
This commit is contained in:
Dima Dorfman 2001-07-12 08:28:59 +00:00
parent 7784b4bec3
commit d528fae271
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9858

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/serialcomms/chapter.sgml,v 1.23 2001/04/09 00:33:57 dd Exp $
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/serialcomms/chapter.sgml,v 1.24 2001/04/17 01:37:48 dd Exp $
-->
<chapter id="serialcomms">
@ -1190,7 +1190,7 @@ crw-rw---- 1 uucp dialer 28, 193 Feb 15 14:38 /dev/cuala1</screen>
prompt. If the data rates do not match, <command>getty</command> sees
anything the user types as <quote>junk</quote>, tries going to the next
speed and gives the <prompt>login:</prompt> prompt again. This
procedure can continue ad nauseum, but normally only takes a keystroke
procedure can continue ad nauseam, but normally only takes a keystroke
or two before the user sees a good prompt. Obviously, this login
sequence does not look as clean as the former
<quote>locked-speed</quote> method, but a user on a low-speed
@ -1992,12 +1992,12 @@ raisechar=^^</programlisting>
<sect2 id="serialconsole-intro">
<title>Introduction</title>
<para>The FreeBSD/i386 operating system can boot on a system with only
<para>The FreeBSD/i386 operating system can boot on a system with only
a dumb terminal on a serial port as a console. Such a configuration
should be useful for two classes of people; system administrators who
wish to install FreeBSD on a dedicated file/compute/terminal server
machines that have no keyboard or monitor attached, and developers who
want to debug the kernel or device drivers.</para>
should be useful for two classes of people: system administrators who
wish to install FreeBSD on machines that have no keyboard or monitor
attached, and developers who want to debug the kernel or device
drivers.</para>
<para>Starting from version 3.1, FreeBSD/i386 employs a three stage
bootstrap. The first two stages are in the boot block code which is