Xinqi Bao's Git
projects
/
st.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
Silencing the compiler but keeping strparse.
[st.git]
/
st.1
diff --git
a/st.1
b/st.1
index
29bdda6
..
b6c119f
100644
(file)
--- a/
st.1
+++ b/
st.1
@@
-1,25
+1,38
@@
-.TH ST 1 st-VERSION
+.TH ST 1 st
\
-VERSION
.SH NAME
st \- simple terminal
.SH SYNOPSIS
.B st
.SH NAME
st \- simple terminal
.SH SYNOPSIS
.B st
-.RB [ \-e " <cmd>"]
-.RB [ \-c " <class>"]
-.RB [ \-t " <title>"]
+.RB [ \-c
+.IR class ]
+.RB [ \-t
+.IR title ]
+.RB [ \-w
+.IR windowid ]
.RB [ \-v ]
.RB [ \-v ]
+.RB [ \-e
+.IR command ...]
.SH DESCRIPTION
.B st
is a simple terminal emulator.
.SH OPTIONS
.TP
.SH DESCRIPTION
.B st
is a simple terminal emulator.
.SH OPTIONS
.TP
-.B
\-e <cmd>
-Execute cmd instead of the shell
+.B
I \-t " title"
+defines the window title (default 'st').
.TP
.TP
-.B
\-t <title>
-Overrides the default title (st)
+.B
I \-c " class"
+defines the window class (default $TERM).
.TP
.TP
-.B \-c <class>
-Overrides the default class ($TERM)
+.BI \-w " windowid"
+embeds st within the window identified by
+.I windowid
.TP
.TP
-.BI \-v
-Prints version information to standard output, then exits.
+.B \-v
+prints version information to stderr, then exits.
+.TP
+.BI \-e " program " [ " arguments " "... ]"
+st executes
+.I program
+instead of the shell. If this is used it
+.B must be the last option
+on the command line, as in xterm / rxvt.