From 4e9f42f68644faa80848ba0f742d9f1f0cb77bf1 Mon Sep 17 00:00:00 2001 From: Joe Merten Date: Sun, 31 Dec 2017 07:42:00 +0100 Subject: [PATCH] Just updated some comments --- CONTRIBUTORS | 5 +++-- custbaud_bsd.c | 2 +- custbaud_bsd.h | 2 +- picocom.1.md | 10 +++++----- 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 964925d..810c356 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -54,9 +54,10 @@ comments: - Cody Planteen (https://github.com/planteen) contributed the implementation of the toggle-RTS command. -- Joe Merten (https://github.com/Joe-Merten) contributed the +- Joe Merten (https://github.com/JoeMerten) contributed the --lower-rts and --lower-dtr options, custom baudrate support for - OSX, the --logfile option implementation, and several bug-fixes. + FreeBSD and macOS, the --logfile option implementation, and several + bug-fixes. - Maciej Grela (https://github.com/mgrela) contributed the initial --initstring option implementation. diff --git a/custbaud_bsd.c b/custbaud_bsd.c index e05c09d..852ff09 100644 --- a/custbaud_bsd.c +++ b/custbaud_bsd.c @@ -3,7 +3,7 @@ * * Custom baud rate support for BSD and macOS. * - * by Joe Merten (https://github.com/Joe-Merten www.jme.de) + * by Joe Merten (https://github.com/JoeMerten www.jme.de) * * ATTENTION: BSD and macOS specific stuff! * diff --git a/custbaud_bsd.h b/custbaud_bsd.h index f2f9ab8..48241a5 100644 --- a/custbaud_bsd.h +++ b/custbaud_bsd.h @@ -3,7 +3,7 @@ * * Custom baud rate support for BSD and macOS. * - * by Joe Merten (https://github.com/Joe-Merten www.jme.de) + * by Joe Merten (https://github.com/JoeMerten www.jme.de) * * ATTENTION: BSD and macOS specific stuff! * diff --git a/picocom.1.md b/picocom.1.md index 5d2a88d..c147243 100644 --- a/picocom.1.md +++ b/picocom.1.md @@ -96,7 +96,7 @@ here. : Toggle the RTS line. If RTS is up, then lower it. If it is down, then raise it. Not supported if the flow control mode is RTS/CTS. - Only supported in Linux and OSX. + Only supported in Linux and macOS. **C-backslash** @@ -369,13 +369,13 @@ Picocom accepts the following command-line options. : Lower the RTS control signal after opening the serial port (by default RTS is raised after open). Only supported when flow-control mode is not set to RTS/CTS, ignored otherwise. Only - supported in Linux and OSX. + supported in Linux and macOS. **--lower-dtr** : Lower the DTR control signal after opening the serial port (by - default DTR is raised after open). Only supported in Linux and - OSX. + default DTR is raised after open). Only supported in Linux and + macOS. **--exit-aftrer** | **-x** @@ -584,7 +584,7 @@ operation and what happens in each such condition: original settings, and the modem-control lines are cleared signaling a modem reset, subject to the **--noreset** and the **--hangup** options. After that picocom exits with a success status. - + - The quit command is seen in the standard input. That is, the escape character is seen (default **C-a**), followed by the quit command character (default **C-q**). The behavior in this case is similar to