aboutsummaryrefslogtreecommitdiff
path: root/st.1
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2015-09-07 22:59:05 +0200
committerChristoph Lohmann <20h@r-36.net>2015-09-07 22:59:05 +0200
commitaa5d4c3b340d180eb0b375b3b4a923cf91ffb04a (patch)
treee9357a3c3d4244654d789b9efd01e02c15e701ee /st.1
parent080a5ae4252c9c9a9d83b702d8478966ab79326e (diff)
downloadst-patched-aa5d4c3b340d180eb0b375b3b4a923cf91ffb04a.tar.bz2
st-patched-aa5d4c3b340d180eb0b375b3b4a923cf91ffb04a.tar.xz
st-patched-aa5d4c3b340d180eb0b375b3b4a923cf91ffb04a.zip
Making st.1 more descriptive about -l and fix -l in st.c.
Diffstat (limited to 'st.1')
-rw-r--r--st.121
1 files changed, 18 insertions, 3 deletions
diff --git a/st.1 b/st.1
index b961b26..29e3163 100644
--- a/st.1
+++ b/st.1
@@ -89,9 +89,24 @@ embeds st within the window identified by
89.I windowid 89.I windowid
90.TP 90.TP
91.BI \-l " line" 91.BI \-l " line"
92use a tty line instead of a pseudo terminal. 92use a tty
93When this flag is used 93.I line
94remaining arguments are used as flags for stty. 94instead of a pseudo terminal.
95.I line
96should be a (pseudo-)serial device (e.g. /dev/ttySO on Linux for serial port
970).
98When this flag is given
99remaining arguments are used as flags for
100.BR stty(1).
101By default st initializes the serial line to 8 bits, no parity, 1 stop bit
102and a 38400 baud rate. The speed is set by appending it as last argument
103(e.g. 'st -l 115200'). Arguments before the last one are
104.BR stty(1)
105flags. If you want to set odd parity on 115200 baud use for example 'st -l
106parenb parodd 115200'. Set the number of bits by using for example 'st -l cs7
107115200'. See
108.BR stty(1)
109for more arguments and cases.
95.TP 110.TP
96.B \-v 111.B \-v
97prints version information to stderr, then exits. 112prints version information to stderr, then exits.