diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2015-09-11 19:17:20 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2015-09-11 19:17:20 +0000 |
commit | 83fb4d4268fbeb4a01a1a4aa6d458f520e7d23b5 (patch) | |
tree | 7709f93900b99205840ef0ab047974dda8d866f2 | |
parent | 60757522e4ef7176199328df79ba73207ef2eb80 (diff) |
strip non-ascii characters
svn path=/trunk/externals/iem/comport/; revision=17562
-rw-r--r-- | comport/comport.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comport/comport.c b/comport/comport.c index 3db3541..f7d3a37 100644 --- a/comport/comport.c +++ b/comport/comport.c @@ -224,8 +224,8 @@ static long baudratetable[] = B57600 B115200 B230400 - The zero baud rate, B0, is used to terminate the connec - tion. If B0 is specified, the modem control lines shall + The zero baud rate, B0, is used to terminate the connection. + If B0 is specified, the modem control lines shall no longer be asserted. Normally, this will disconnect the line.*/ |