Xinqi Bao's Git
projects
/
st.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
arg.h: fixed argv checks order
[st.git]
/
st.1
diff --git
a/st.1
b/st.1
index
fe2e731
..
1e3f1d4
100644
(file)
--- a/
st.1
+++ b/
st.1
@@
-10,6
+10,8
@@
st \- simple terminal
.IR font ]
.RB [ \-g
.IR geometry ]
.IR font ]
.RB [ \-g
.IR geometry ]
+.RB [ \-n
+.IR name ]
.RB [ \-o
.IR iofile ]
.RB [ \-T
.RB [ \-o
.IR iofile ]
.RB [ \-T
@@
-32,6
+34,8
@@
st \- simple terminal
.IR font ]
.RB [ \-g
.IR geometry ]
.IR font ]
.RB [ \-g
.IR geometry ]
+.RB [ \-n
+.IR name ]
.RB [ \-o
.IR iofile ]
.RB [ \-T
.RB [ \-o
.IR iofile ]
.RB [ \-T
@@
-68,6
+72,9
@@
for further details.
.B \-i
will fixate the position given with the -g option.
.TP
.B \-i
will fixate the position given with the -g option.
.TP
+.BI \-n " name"
+defines the window instance name (default $TERM).
+.TP
.BI \-o " iofile"
writes all the I/O to
.I iofile.
.BI \-o " iofile"
writes all the I/O to
.I iofile.