aboutsummaryrefslogtreecommitdiff
path: root/st.1
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2012-09-16 13:59:10 +0200
committerChristoph Lohmann <20h@r-36.net>2012-09-16 13:59:10 +0200
commit2257932261375d663aa5b99ce4592499470ab06a (patch)
tree0569819722bbd9c3112cf69edbbb99a4ec92d572 /st.1
parentb93741e34df3ebe05f7ccc14f1fd4b0da01bf1fa (diff)
downloadst-patched-2257932261375d663aa5b99ce4592499470ab06a.tar.bz2
st-patched-2257932261375d663aa5b99ce4592499470ab06a.tar.xz
st-patched-2257932261375d663aa5b99ce4592499470ab06a.zip
Adding some more fields to the manpage, like authors, license etc.
Diffstat (limited to 'st.1')
-rw-r--r--st.116
1 files changed, 15 insertions, 1 deletions
diff --git a/st.1 b/st.1
index 8269b38..8ec0008 100644
--- a/st.1
+++ b/st.1
@@ -38,7 +38,8 @@ prints version information to stderr, then exits.
38.TP 38.TP
39.BI \-f " file" 39.BI \-f " file"
40writes all the I/O to 40writes all the I/O to
41.I file 41.I file.
42This feature is useful when recording st sessions.
42.TP 43.TP
43.BI \-e " program " [ " arguments " "... ]" 44.BI \-e " program " [ " arguments " "... ]"
44st executes 45st executes
@@ -46,3 +47,16 @@ st executes
46instead of the shell. If this is used it 47instead of the shell. If this is used it
47.B must be the last option 48.B must be the last option
48on the command line, as in xterm / rxvt. 49on the command line, as in xterm / rxvt.
50.SH CUSTOMIZATION
51.B st
52can be customized by creating a custom config.h and (re)compiling the source
53code. This keeps it fast, secure and simple.
54.SH AUTHORS
55See the LICENSE file for the authors.
56.SH LICENSE
57See the LICENSE file for the terms of redistribution.
58.SH SEE ALSO
59.BR tabbed (1)
60.SH BUGS
61See the TODO file in the distribution.
62