Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Corey Minyard <[email protected]>
  • Loading branch information
morganchristiansson authored and cminyard committed Jun 20, 2023
1 parent ded2b61 commit b5c27d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions man/gensio.5
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ That will be specified by the specific gensio.
.br
.B hostname = [ipv4|ipv6|ipv6n4,]<name>

A TCP connecting gensio must have the hostname specified. Mulitiple
A TCP connecting gensio must have the hostname specified. Multiple
hostname/port pairs may be specified. For a connecting TCP gensio,
each one will be tried in sequence until a connection is established.
For acceptor gensios, every specified hostname/port pair will be
Expand Down Expand Up @@ -1457,7 +1457,7 @@ have a CRC16 on the end of them.
This is primarily for use on serial ports and other streams that can
munge up the data. Use the mux gensio for TCP and such.

THe default buffer size is 128 bytes, which is ok for a reasonably
The default buffer size is 128 bytes, which is ok for a reasonably
fast serial port interface.
.SS Options
In addition to readbuf, the msgdelim gensio takes the following options:
Expand Down

0 comments on commit b5c27d7

Please sign in to comment.