ktigcc.1 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. .\" Hey, EMACS: -*- nroff -*-
  2. .\" First parameter, NAME, should be all caps
  3. .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
  4. .\" other parameters are allowed: see man(7), man(1)
  5. .TH KTIGCC 1 "mai 11, 2007"
  6. .\" Please adjust this date whenever revising the manpage.
  7. .\"
  8. .\" Some roff macros, for reference:
  9. .\" .nh disable hyphenation
  10. .\" .hy enable hyphenation
  11. .\" .ad l left justify
  12. .\" .ad b justify to both left and right margins
  13. .\" .nf disable filling
  14. .\" .fi enable filling
  15. .\" .br insert line break
  16. .\" .sp <n> insert n+1 empty lines
  17. .\" for manpage-specific macros, see man(7)
  18. .SH NAME
  19. ktigcc \- ASM/C IDE for TIGCC
  20. .SH SYNOPSIS
  21. .B ktigcc
  22. .RI [ Qt-options ] [ KDE-options ] " file"
  23. .SH DESCRIPTION
  24. .B ktigcc
  25. is a full-featured IDE for TIGCC.
  26. .SH OPTIONS
  27. These programs follow the usual GNU command line syntax, with long
  28. options starting with two dashes (`-').
  29. A summary of options is included below.
  30. For a complete description, see the Info files.
  31. .TP
  32. .B \-h, \-\-help
  33. Show summary of options.
  34. .TP
  35. .B \-v, \-\-version
  36. Show version of program.
  37. .TP
  38. .B file
  39. Project to open.
  40. .SH SEE ALSO
  41. tigcc
  42. .SH AUTHOR
  43. ktigcc was written by Kevin Kofler <Kevin@tigcc.ticalc.org>.
  44. .PP
  45. This manual page was written by Romain Lievin <roms@tilp.info>,
  46. for the Debian project.