aboutsummaryrefslogtreecommitdiffstats
path: root/st.1
diff options
context:
space:
mode:
authorAurélien Aptel <aurelien.aptel@gmail.com>2011-05-14 17:47:37 +0200
committerAurélien Aptel <aurelien.aptel@gmail.com>2011-05-14 17:47:37 +0200
commit7d352f143655ace75dd4e40432199f18f296da5e (patch)
treef2922a25996f343571e2fc6cfbb3a34ab0b9f72e /st.1
parent5beae6a62ee15dfe36048e377ebf86df09a0cf82 (diff)
downloadst-7d352f143655ace75dd4e40432199f18f296da5e.tar.gz
applied parts of Connor Lane Smith's cleanup patch.
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 @@
-.TH ST 1 st-VERSION
+.TH ST 1 st\-VERSION
.SH NAME
st \- simple terminal
.SH SYNOPSIS
@@ -9,24 +9,24 @@ st \- simple terminal
.IR title ]
.RB [ \-v ]
.RB [ \-e
-.IR cmd ]
+.IR command ...]
.SH DESCRIPTION
.B st
is a simple terminal emulator.
.SH OPTIONS
.TP
-.B \-t title
-Overrides the default title (st)
+.BI \-t " title"
+defines the window title (default 'st').
.TP
-.B \-c class
-Overrides the default class ($TERM)
+.BI \-c " class"
+defines the window class (default $TERM).
.TP
.B \-v
-Prints version information to standard output, then exits.
+prints version information to stderr, then exits.
.TP
-.B \-e cmd [arguments]
-Execute cmd instead of the shell. Type your command as you would on your
-shell. If this option is used, it
-.BI "must be the last"
-on the command-line. This is the same behaviour as xterm/rxvt.
-
+.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.
remember that computers suck.