mxser: Documentation, fix typos

Fix some typos in the mxser's documentation.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20210618061516.662-70-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Jiri Slaby 2021-06-18 08:15:15 +02:00 committed by Greg Kroah-Hartman
parent b34440ffad
commit 0dd77d02c3

View file

@ -20,7 +20,7 @@ Copyright (C) 2021, Jiri Slaby
^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^
The Smartio/Industio/UPCI family Linux driver supports following multiport The Smartio/Industio/UPCI family Linux driver supports following multiport
boards. boards:
- 2 ports multiport board - 2 ports multiport board
CP-102U, CP-102UL, CP-102UF CP-102U, CP-102UL, CP-102UF
@ -63,10 +63,10 @@ Copyright (C) 2021, Jiri Slaby
GNU General Public License in this version. Please refer to GNU General GNU General Public License in this version. Please refer to GNU General
Public License announcement in each source code file for more detail. Public License announcement in each source code file for more detail.
In Moxa's Web sites, you may always find latest driver at In Moxa's Web sites, you may always find the latest driver at
https://www.moxa.com/. https://www.moxa.com/.
This version of driver can be installed as Loadable Module (Module driver) This version of driver can be installed as a Loadable Module (Module driver)
or built-in into kernel (Static driver). Before you install the driver, or built-in into kernel (Static driver). Before you install the driver,
please refer to hardware installation procedure in the User's Manual. please refer to hardware installation procedure in the User's Manual.
@ -89,9 +89,9 @@ Copyright (C) 2021, Jiri Slaby
PCI/UPCI board PCI/UPCI board
-------------- --------------
You may need to adjust IRQ usage in BIOS to avoid from IRQ conflict You may need to adjust IRQ usage in BIOS to avoid IRQ conflict with other
with other ISA devices. Please refer to hardware installation ISA devices. Please refer to hardware installation procedure in User's
procedure in User's Manual in advance. Manual in advance.
PCI IRQ Sharing PCI IRQ Sharing
--------------- ---------------
@ -132,7 +132,7 @@ msdiag - Diagnostic
=================== ===================
This utility provides the function to display what Moxa Smartio/Industio This utility provides the function to display what Moxa Smartio/Industio
board found by driver in the system. board was found by the driver in the system.
msmon - Port Monitoring msmon - Port Monitoring
======================= =======================
@ -162,23 +162,23 @@ msterm - Terminal Emulation
Supported Setserial parameters are listed as below. Supported Setserial parameters are listed as below.
============== ========================================================= ============== =============================================================
uart set UART type(16450-->disable FIFO, 16550A-->enable FIFO) uart set UART type(16450 --> disable FIFO, 16550A --> enable FIFO)
close_delay set the amount of time(in 1/100 of a second) that DTR close_delay set the amount of time (in 1/100 of a second) that DTR
should be kept low while being closed. should be kept low while being closed.
closing_wait set the amount of time(in 1/100 of a second) that the closing_wait set the amount of time (in 1/100 of a second) that the
serial port should wait for data to be drained while serial port should wait for data to be drained while
being closed, before the receiver is disable. being closed, before the receiver is disabled.
spd_hi Use 57.6kb when the application requests 38.4kb. spd_hi Use 57.6kb when the application requests 38.4kb.
spd_vhi Use 115.2kb when the application requests 38.4kb. spd_vhi Use 115.2kb when the application requests 38.4kb.
spd_shi Use 230.4kb when the application requests 38.4kb. spd_shi Use 230.4kb when the application requests 38.4kb.
spd_warp Use 460.8kb when the application requests 38.4kb. spd_warp Use 460.8kb when the application requests 38.4kb.
spd_normal Use 38.4kb when the application requests 38.4kb. spd_normal Use 38.4kb when the application requests 38.4kb.
spd_cust Use the custom divisor to set the speed when the spd_cust Use the custom divisor to set the speed when the
application requests 38.4kb. application requests 38.4kb.
divisor This option set the custom division. divisor This option sets the custom division.
baud_base This option set the base baud rate. baud_base This option sets the base baud rate.
============== ========================================================= ============== =============================================================
6. Troubleshooting 6. Troubleshooting
^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^