aboutsummaryrefslogtreecommitdiff
path: root/st.1
diff options
context:
space:
mode:
authorAurélien Aptel <aurelien.aptel@gmail.com>2010-09-02 02:02:56 +0200
committerAurélien Aptel <aurelien.aptel@gmail.com>2010-09-02 02:02:56 +0200
commit2080dfebeaf82c6426c9ec2708ec8d96a7af76bb (patch)
tree5cdde8b6f9b64e92bec3deb91b9294e11541ca86 /st.1
parentfbc6ec3207fa1298ec8347697ddea6b3e78f13d0 (diff)
downloadst-patched-2080dfebeaf82c6426c9ec2708ec8d96a7af76bb.tar.bz2
st-patched-2080dfebeaf82c6426c9ec2708ec8d96a7af76bb.tar.xz
st-patched-2080dfebeaf82c6426c9ec2708ec8d96a7af76bb.zip
added manpage.
Diffstat (limited to 'st.1')
-rw-r--r--st.121
1 files changed, 21 insertions, 0 deletions
diff --git a/st.1 b/st.1
new file mode 100644
index 0000000..4d00d2f
--- /dev/null
+++ b/st.1
@@ -0,0 +1,21 @@
1.TH ST 1 st-VERSION
2.SH NAME
3st \- simple terminal
4.SH SYNOPSIS
5.B st
6.RB [ \-e " <cmd>"]
7.RB [ \-t " <title>"]
8.RB [ \-v ]
9.SH DESCRIPTION
10.B st
11is a simple terminal emulator.
12.SH OPTIONS
13.TP
14.B \-e <cmd>
15Execute cmd instead of the shell
16.TP
17.B \-t <title>
18Overrides the default title (st)
19.TP
20.BI \-v
21Prints version information to standard output, then exits.