X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;ds=sidebyside;f=st.1;h=f2f3f0e57733014fffce357013f83c3936805f4d;hb=1f087aa8b70fce67e7c43f689b5fb35667b5d84c;hp=b961b2663a36cbaf30424a998bb9dcaea09d65b9;hpb=080a5ae4252c9c9a9d83b702d8478966ab79326e;p=st.git diff --git a/st.1 b/st.1 index b961b26..f2f3f0e 100644 --- a/st.1 +++ b/st.1 @@ -89,9 +89,24 @@ embeds st within the window identified by .I windowid .TP .BI \-l " line" -use a tty line instead of a pseudo terminal. -When this flag is used -remaining arguments are used as flags for stty. +use a tty +.I line +instead of a pseudo terminal. +.I line +should be a (pseudo-)serial device (e.g. /dev/ttySO on Linux for serial port +0). +When this flag is given +remaining arguments are used as flags for +.BR stty(1). +By default st initializes the serial line to 8 bits, no parity, 1 stop bit +and a 38400 baud rate. The speed is set by appending it as last argument +(e.g. 'st -l 115200'). Arguments before the last one are +.BR stty(1) +flags. If you want to set odd parity on 115200 baud use for example 'st -l +parenb parodd 115200'. Set the number of bits by using for example 'st -l cs7 +115200'. See +.BR stty(1) +for more arguments and cases. .TP .B \-v prints version information to stderr, then exits. @@ -107,6 +122,9 @@ and all the remaining arguments are used as a command even without it. .SH SHORTCUTS .TP +.B Pause +Send a break in the serial line +.TP .B Ctrl-Print Screen Toggle if st should print to the .I iofile.