aboutsummaryrefslogtreecommitdiff
path: root/st.1
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2012-09-30 20:23:10 +0200
committerChristoph Lohmann <20h@r-36.net>2012-09-30 20:23:10 +0200
commit5dfd5df4fe566beb17069e6390236854f6ace58f (patch)
tree57bcf4a15154e9ae1bfdc0097812f9310038b2eb /st.1
parent9cae1eb0ded2e1ca604753893e2307531ef73afc (diff)
downloadst-patched-5dfd5df4fe566beb17069e6390236854f6ace58f.tar.bz2
st-patched-5dfd5df4fe566beb17069e6390236854f6ace58f.tar.xz
st-patched-5dfd5df4fe566beb17069e6390236854f6ace58f.zip
This changes -f to be the parameter for the font. Now -f is -o.
The parameters were reordered according to the alphabet too.
Diffstat (limited to 'st.1')
-rw-r--r--st.133
1 files changed, 21 insertions, 12 deletions
diff --git a/st.1 b/st.1
index 8ec0008..1c100c0 100644
--- a/st.1
+++ b/st.1
@@ -5,15 +5,17 @@ st \- simple terminal
5.B st 5.B st
6.RB [ \-c 6.RB [ \-c
7.IR class ] 7.IR class ]
8.RB [ \-f
9.IR font ]
8.RB [ \-g 10.RB [ \-g
9.IR geometry ] 11.IR geometry ]
12.RB [ \-o
13.IR file ]
10.RB [ \-t 14.RB [ \-t
11.IR title ] 15.IR title ]
12.RB [ \-w 16.RB [ \-w
13.IR windowid ] 17.IR windowid ]
14.RB [ \-v ] 18.RB [ \-v ]
15.RB [ \-f
16.IR file ]
17.RB [ \-e 19.RB [ \-e
18.IR command ...] 20.IR command ...]
19.SH DESCRIPTION 21.SH DESCRIPTION
@@ -21,26 +23,33 @@ st \- simple terminal
21is a simple terminal emulator. 23is a simple terminal emulator.
22.SH OPTIONS 24.SH OPTIONS
23.TP 25.TP
24.BI \-t " title"
25defines the window title (default 'st').
26.TP
27.BI \-c " class" 26.BI \-c " class"
28defines the window class (default $TERM). 27defines the window class (default $TERM).
29.TP 28.TP
29.BI \-f " font"
30defines the
31.I font
32to use when st is run.
33.TP
34.BI \-g " geometry"
35defines the X11 geometry string, which will fixate the height and width of st.
36.TP
37.BI \-o " file"
38writes all the I/O to
39.I file.
40This feature is useful when recording st sessions. A value of "-" means
41standard output.
42.TP
43.BI \-t " title"
44defines the window title (default 'st').
45.TP
30.BI \-w " windowid" 46.BI \-w " windowid"
31embeds st within the window identified by 47embeds st within the window identified by
32.I windowid 48.I windowid
33.TP 49.TP
34.B \-g " geometry"
35defines the X11 geometry string, which will fixate the height and width of st.
36.B \-v 50.B \-v
37prints version information to stderr, then exits. 51prints version information to stderr, then exits.
38.TP 52.TP
39.BI \-f " file"
40writes all the I/O to
41.I file.
42This feature is useful when recording st sessions.
43.TP
44.BI \-e " program " [ " arguments " "... ]" 53.BI \-e " program " [ " arguments " "... ]"
45st executes 54st executes
46.I program 55.I program