Jiri Skala fd65ba5
--- mgetty-1.1.36/doc/mgetty.8in.man	2010-12-16 10:20:09.000000000 +0000
Jiri Skala fd65ba5
+++ mgetty-1.1.36/doc/mgetty.8in	2011-01-30 16:51:29.000000000 +0000
Jiri Skala fd65ba5
@@ -8,7 +8,7 @@
Jiri Skala fd65ba5
 .RI ttydevice
Jiri Skala fd65ba5
 .RI [ gettydefs ]
Jiri Skala fd65ba5
 .SH DESCRIPTION
Jiri Skala fd65ba5
-Mgetty is a ``smart'' getty replacement, designed to be used with hayes
Jiri Skala fd65ba5
+Mgetty is a ``smart'' getty replacement, designed for use with Hayes
Jiri Skala fd65ba5
 compatible data and data/fax modems.
Jiri Skala fd65ba5
 Mgetty knows about modem initialization, manual modem answering (so your
Jiri Skala fd65ba5
 modem doesn't answer if the machine isn't ready), UUCP locking (so you can
Jiri Skala fd65ba5
@@ -80,7 +80,7 @@
Jiri Skala fd65ba5
 .B -D
Jiri Skala fd65ba5
 Tells
Jiri Skala fd65ba5
 .I mgetty
Jiri Skala fd65ba5
-that the modem is to be treated as a DATA modem, no fax initalization is
Jiri Skala fd65ba5
+that the modem is to be treated as a DATA modem, no fax initialization is
Jiri Skala fd65ba5
 attempted.
Jiri Skala fd65ba5
 .TP
Jiri Skala fd65ba5
 .B -F
Jiri Skala fd65ba5
@@ -112,9 +112,9 @@
Jiri Skala fd65ba5
 .I mgetty
Jiri Skala fd65ba5
 is called as
Jiri Skala fd65ba5
 .I getty.
Jiri Skala fd65ba5
-You may want to use this if you want to make use of the two-device /
Jiri Skala fd65ba5
+You may want to use this if you want to use the two-device /
Jiri Skala fd65ba5
 kernel-locking scheme of the Linux and SunOS operating systems
Jiri Skala fd65ba5
-(/dev/ttyS.. and /dev/cua..). I do not recommend it, it's just include for
Jiri Skala fd65ba5
+(/dev/ttyS.. and /dev/cua..). I do not recommend it, it's just included for
Jiri Skala fd65ba5
 completeness, and to be able to use mgetty as a full-featured getty
Jiri Skala fd65ba5
 replacement.
Jiri Skala fd65ba5
 .TP
Jiri Skala fd65ba5
@@ -125,11 +125,11 @@
Jiri Skala fd65ba5
 speed to the first integer found after the "CONNECT" string, "foo" in this
Jiri Skala fd65ba5
 example. You need this if your modem insist on changing its DTE speed to
Jiri Skala fd65ba5
 match the line speed. I recommend against using it, better leave the port
Jiri Skala fd65ba5
-speed locked at a fixed value. The feature is included because there
Jiri Skala fd65ba5
-exist old modems that cannot use a fixed (locked) port speed.
Jiri Skala fd65ba5
+speed locked at a fixed value. The feature is included because
Jiri Skala fd65ba5
+old modems exist which cannot use a fixed (locked) port speed.
Jiri Skala fd65ba5
 .TP
Jiri Skala fd65ba5
 .B -m 'expect send ...'
Jiri Skala fd65ba5
-Set the "chat sequence" that is used to initialize the modem. For an empty
Jiri Skala fd65ba5
+Set the "chat sequence" used to initialize the modem. For an empty
Jiri Skala fd65ba5
 expect part, use empty double quotes (""). Since the sequence contains
Jiri Skala fd65ba5
 spaces, you have to enclose all of it in single quotes(''). Example:
Jiri Skala fd65ba5
 
Jiri Skala fd65ba5
@@ -184,7 +184,7 @@
Jiri Skala fd65ba5
 Not all of
Jiri Skala fd65ba5
 .I mgetty
Jiri Skala fd65ba5
 configuration can be done at run-time yet. Things like flow control and
Jiri Skala fd65ba5
-file paths (log file / lock file) have to be configured by changing the
Jiri Skala fd65ba5
+file paths (log file / lock file) must be configured by changing the
Jiri Skala fd65ba5
 source and recompiling.
Jiri Skala fd65ba5
 
Jiri Skala fd65ba5
 Users never read manuals...