Xinqi Bao's Git
projects
/
st.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
Fixing a type in in2 in the st.info.
[st.git]
/
st.1
diff --git
a/st.1
b/st.1
index
69cfe86
..
931b481
100644
(file)
--- a/
st.1
+++ b/
st.1
@@
-7,7
+7,11
@@
st \- simple terminal
.IR class ]
.RB [ \-t
.IR title ]
.IR class ]
.RB [ \-t
.IR title ]
+.RB [ \-w
+.IR windowid ]
.RB [ \-v ]
.RB [ \-v ]
+.RB [ \-f
+.IR file ]
.RB [ \-e
.IR command ...]
.SH DESCRIPTION
.RB [ \-e
.IR command ...]
.SH DESCRIPTION
@@
-21,9
+25,17
@@
defines the window title (default 'st').
.BI \-c " class"
defines the window class (default $TERM).
.TP
.BI \-c " class"
defines the window class (default $TERM).
.TP
+.BI \-w " windowid"
+embeds st within the window identified by
+.I windowid
+.TP
.B \-v
prints version information to stderr, then exits.
.TP
.B \-v
prints version information to stderr, then exits.
.TP
+.BI \-f " file"
+writes all the I/O to
+.I file
+.TP
.BI \-e " program " [ " arguments " "... ]"
st executes
.I program
.BI \-e " program " [ " arguments " "... ]"
st executes
.I program