aboutsummaryrefslogtreecommitdiff
path: root/st.1
diff options
context:
space:
mode:
authorAurélien Aptel <aurelien.aptel@gmail.com>2010-11-30 22:55:44 +0100
committerAurélien Aptel <aurelien.aptel@gmail.com>2010-11-30 22:55:44 +0100
commit86c5cb6de6644aeea3c480f66bdeb5e685aab86f (patch)
treec2e0b837ea9437f8ac9c2f5a5e0aeaf4b6ae3a7f /st.1
parent732b9601ed2543b1fa6acbc08ddc05818279265f (diff)
downloadst-patched-86c5cb6de6644aeea3c480f66bdeb5e685aab86f.tar.bz2
st-patched-86c5cb6de6644aeea3c480f66bdeb5e685aab86f.tar.xz
st-patched-86c5cb6de6644aeea3c480f66bdeb5e685aab86f.zip
change -e behaviour and update man page.
Diffstat (limited to 'st.1')
-rw-r--r--st.125
1 files changed, 16 insertions, 9 deletions
diff --git a/st.1 b/st.1
index 29bdda6..f1f41a7 100644
--- a/st.1
+++ b/st.1
@@ -3,23 +3,30 @@
3st \- simple terminal 3st \- simple terminal
4.SH SYNOPSIS 4.SH SYNOPSIS
5.B st 5.B st
6.RB [ \-e " <cmd>"] 6.RB [ \-c
7.RB [ \-c " <class>"] 7.IR class ]
8.RB [ \-t " <title>"] 8.RB [ \-t
9.IR title ]
9.RB [ \-v ] 10.RB [ \-v ]
11.RB [ \-e
12.IR cmd ]
10.SH DESCRIPTION 13.SH DESCRIPTION
11.B st 14.B st
12is a simple terminal emulator. 15is a simple terminal emulator.
13.SH OPTIONS 16.SH OPTIONS
14.TP 17.TP
15.B \-e <cmd> 18.B \-t title
16Execute cmd instead of the shell
17.TP
18.B \-t <title>
19Overrides the default title (st) 19Overrides the default title (st)
20.TP 20.TP
21.B \-c <class> 21.B \-c class
22Overrides the default class ($TERM) 22Overrides the default class ($TERM)
23.TP 23.TP
24.BI \-v 24.B \-v
25Prints version information to standard output, then exits. 25Prints version information to standard output, then exits.
26.TP
27.B \-e cmd [arguments]
28Execute cmd instead of the shell. Type your command as you would on your
29shell. If this option is used, it
30.BI "must be the last"
31on the command-line. This is the same behaviour as xterm/rxvt.
32