aboutsummaryrefslogtreecommitdiff
path: root/st.1
diff options
context:
space:
mode:
Diffstat (limited to 'st.1')
-rw-r--r--st.126
1 files changed, 13 insertions, 13 deletions
diff --git a/st.1 b/st.1
index f1f41a7..69cfe86 100644
--- a/st.1
+++ b/st.1
@@ -1,4 +1,4 @@
1.TH ST 1 st-VERSION 1.TH ST 1 st\-VERSION
2.SH NAME 2.SH NAME
3st \- simple terminal 3st \- simple terminal
4.SH SYNOPSIS 4.SH SYNOPSIS
@@ -9,24 +9,24 @@ st \- simple terminal
9.IR title ] 9.IR title ]
10.RB [ \-v ] 10.RB [ \-v ]
11.RB [ \-e 11.RB [ \-e
12.IR cmd ] 12.IR command ...]
13.SH DESCRIPTION 13.SH DESCRIPTION
14.B st 14.B st
15is a simple terminal emulator. 15is a simple terminal emulator.
16.SH OPTIONS 16.SH OPTIONS
17.TP 17.TP
18.B \-t title 18.BI \-t " title"
19Overrides the default title (st) 19defines the window title (default 'st').
20.TP 20.TP
21.B \-c class 21.BI \-c " class"
22Overrides the default class ($TERM) 22defines the window class (default $TERM).
23.TP 23.TP
24.B \-v 24.B \-v
25Prints version information to standard output, then exits. 25prints version information to stderr, then exits.
26.TP 26.TP
27.B \-e cmd [arguments] 27.BI \-e " program " [ " arguments " "... ]"
28Execute cmd instead of the shell. Type your command as you would on your 28st executes
29shell. If this option is used, it 29.I program
30.BI "must be the last" 30instead of the shell. If this is used it
31on the command-line. This is the same behaviour as xterm/rxvt. 31.B must be the last option
32 32on the command line, as in xterm / rxvt.