Skip to content

Commit 141ef57

Browse files
committed
st.1: fix quotes
1 parent cbde758 commit 141ef57

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

st.1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ means standard output.
9696
.It Fl T Ar title
9797
.It Fl t Ar title
9898
Define the window title
99-
.Pq Ql st .
99+
.Pq Dq st .
100100
.\" *** -w windowid
101101
.Pp
102102
.It Fl w Ar windowid
@@ -121,15 +121,15 @@ initializes the serial line to 8 bits, no parity, 1 stop bit and a
121121
38400 baud rate.
122122
The speed is set by appending it as last argument
123123
.Po
124-
.Ql st -l /dev/ttyS0 115200
124+
.Dq st -l /dev/ttyS0 115200
125125
.Pc .
126126
Arguments before the last one are
127127
.Xr stty 1
128128
flags.
129129
If you want to set odd parity on 115200 baud use for example
130-
.Ql st -l /dev/ttyS0 parenb parodd 115200 .
130+
.Dq st -l /dev/ttyS0 parenb parodd 115200 .
131131
Set the number of bits by using for example
132-
.Ql st -l /dev/ttyS0 cs7 115200 .
132+
.Dq st -l /dev/ttyS0 cs7 115200 .
133133
See
134134
.Xr stty 1
135135
for more arguments and cases.

0 commit comments

Comments
 (0)