My build of suckless st terminal
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
362 B

14 years ago
  1. .TH ST 1 st-VERSION
  2. .SH NAME
  3. st \- 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
  11. is a simple terminal emulator.
  12. .SH OPTIONS
  13. .TP
  14. .B \-e <cmd>
  15. Execute cmd instead of the shell
  16. .TP
  17. .B \-t <title>
  18. Overrides the default title (st)
  19. .TP
  20. .BI \-v
  21. Prints version information to standard output, then exits.