/man/man1/drracket.1

http://github.com/dyoo/racket · Unknown · 89 lines · 84 code · 5 blank · 0 comment · 0 complexity · 48273320cb5d0ab42012b6a5cc741219 MD5 · raw file

  1. .\" dummy line
  2. .TH DRRACKET 1 "May 2010"
  3. .UC 4
  4. .SH NAME
  5. drracket \- the Racket programming environment
  6. .SH SYNOPSIS
  7. .B drracket
  8. [
  9. .I Xoption ...
  10. ]
  11. [
  12. .I file ...
  13. ]
  14. .SH DESCRIPTION
  15. DrRacket
  16. is the Racket
  17. programming environment.
  18. .PP
  19. The
  20. .B drracket
  21. program treats non-switch command-line arguments as files to open.
  22. .SH X OPTIONS
  23. When running in X11, DrRacket accepts the following standard
  24. .IR Xoption s:
  25. .B -display
  26. .IR disp ,
  27. .B -geometry
  28. .IR geom ,
  29. .B -bg
  30. .IR color ,
  31. .B -background
  32. .IR color ,
  33. .B -fg
  34. .IR color ,
  35. .B -foreground
  36. .IR color ,
  37. .B -fn
  38. .IR font ,
  39. .B -font
  40. .IR font ,
  41. .BR -iconic ,
  42. .B -name
  43. .IR name ,
  44. .BR -rv ,
  45. .BR -reverse ,
  46. .BR +rv ,
  47. .B -selectionTimeout
  48. .IR time ,
  49. .BR -synchronous ,
  50. .B -title
  51. .IR name ,
  52. .B -xnllanguage
  53. .IR lang ,
  54. .B -xrm
  55. .IR file .
  56. .PP
  57. In addition, the option
  58. .B -singleInstance
  59. is treated like an X option (it must appear before all other
  60. options), and it runs DrRacket in single-instance mode.
  61. In single-instance mode, when an existing instance
  62. is running with the same host and executable name, all non-option
  63. arguments are treated as file names and sent to the
  64. existing instance.
  65. .SH MORE INFORMATION
  66. .PP
  67. For further information, run
  68. .PP
  69. raco docs
  70. .PP
  71. to open installed documentation in your web browser.
  72. .PP
  73. Alternately, consult the on-line
  74. documentation and other information available at
  75. .PP
  76. .ce 1
  77. http://racket-lang.org/
  78. .SH AUTHOR
  79. .I DrRacket
  80. was implemented by PLT.
  81. .SH SEE ALSO
  82. .BR raco(1),
  83. .BR racket(1),
  84. .BR gracket(1)