Unify spelling of `tty'

This commit is contained in:
Tamas TEVESZ 2013-10-10 00:45:48 +02:00 committed by Daniel Beer
parent 8be4d394ee
commit a4d456a1b9
1 changed files with 4 additions and 4 deletions

View File

@ -95,11 +95,11 @@ Show program version and copyright information.
Start mspdebug as an embedded subprocess. See the documentation Start mspdebug as an embedded subprocess. See the documentation
accompanying the source release for more information on embedded mode. accompanying the source release for more information on embedded mode.
.SH DRIVERS .SH DRIVERS
For drivers supporting both USB and TTY access, USB is the default, For drivers supporting both USB and tty access, USB is the default,
unless specified otherwise (see \fB-d\fR above). unless specified otherwise (see \fB-d\fR above).
On Linux, if USB access is used, the kernel driver (if any) is On Linux, if USB access is used, the kernel driver (if any) is
detached from the TTY device. If further access to the TTY device is detached from the tty device. If further access to the tty device is
needed, unloading and re-loading of the driver (e.g. cdc-acm.ko) is required. needed, unloading and re-loading of the driver (e.g. cdc-acm.ko) is required.
A driver name must be specified on the command line for MSPDebug to A driver name must be specified on the command line for MSPDebug to
@ -180,7 +180,7 @@ argument straight through to the library's \fBMSP430_Initialize\fR
function. Any special argument supported by that function is therefore function. Any special argument supported by that function is therefore
accessible via the \fB-d\fR option. accessible via the \fB-d\fR option.
.IP "\fBgoodfet\fR" .IP "\fBgoodfet\fR"
Connect to a GoodFET device. JTAG mode must be used, and only TTY access Connect to a GoodFET device. JTAG mode must be used, and only tty access
is supported. This device can be used for memory access (read, erase and is supported. This device can be used for memory access (read, erase and
program), but CPU control is limited. The CPU may be halted, run and program), but CPU control is limited. The CPU may be halted, run and
reset, but register access and breakpoints aren't supported. reset, but register access and breakpoints aren't supported.
@ -193,7 +193,7 @@ Connect to a USB bootloader. The stub bootloader will be used to load a
fuller-featured bootloader into RAM for execution. fuller-featured bootloader into RAM for execution.
.IP "\fBezfet\fR" .IP "\fBezfet\fR"
This driver is for Texas Instruments' eZ-FET devices. It supports USB This driver is for Texas Instruments' eZ-FET devices. It supports USB
and TTY access. It does not support breakpoint control. and tty access. It does not support breakpoint control.
.SH COMMANDS .SH COMMANDS
MSPDebug can accept commands either through an interactive prompt, or MSPDebug can accept commands either through an interactive prompt, or
non-interactively when specified on the command line. The supported non-interactively when specified on the command line. The supported