浏览代码

Adding some more fields to the manpage, like authors, license etc.

Christoph Lohmann 13 年之前
父节点
当前提交
2257932261
共有 1 个文件被更改,包括 15 次插入1 次删除
  1. 15 1
      st.1

+ 15 - 1
st.1

@@ -38,7 +38,8 @@ prints version information to stderr, then exits.
 .TP
 .TP
 .BI \-f " file"
 .BI \-f " file"
 writes all the I/O to
 writes all the I/O to
-.I file
+.I file.
+This feature is useful when recording st sessions.
 .TP
 .TP
 .BI \-e " program " [ " arguments " "... ]"
 .BI \-e " program " [ " arguments " "... ]"
 st executes
 st executes
@@ -46,3 +47,16 @@ st executes
 instead of the shell.  If this is used it
 instead of the shell.  If this is used it
 .B must be the last option
 .B must be the last option
 on the command line, as in xterm / rxvt.
 on the command line, as in xterm / rxvt.
+.SH CUSTOMIZATION
+.B st
+can be customized by creating a custom config.h and (re)compiling the source
+code. This keeps it fast, secure and simple.
+.SH AUTHORS
+See the LICENSE file for the authors.
+.SH LICENSE
+See the LICENSE file for the terms of redistribution.
+.SH SEE ALSO
+.BR tabbed (1)
+.SH BUGS
+See the TODO file in the distribution.
+