wineboot.man.in 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. .TH WINEBOOT 1 "November 2010" "@PACKAGE_STRING@" "Wine Programs"
  2. .SH NAME
  3. wineboot \- perform Wine initialization, startup, and shutdown tasks
  4. .SH SYNOPSIS
  5. .B wineboot
  6. .RI [ options ]
  7. .SH DESCRIPTION
  8. .B wineboot
  9. performs the initial creation and setup of a WINEPREFIX for wine(1). It can also perform a simulated
  10. reboot or shutdown to any applications running within the WINEPREFIX.
  11. .SH "OPTIONS"
  12. .IP \fB\-h\fR,\fB\ \-\-help
  13. Display help message.
  14. .IP \fB\-e\fR,\fB\ \-\-end\-session
  15. End the current session cleanly.
  16. .IP \fB\-f\fR,\fB\ \-\-force
  17. Force exit for processes that don't exit cleanly
  18. .IP \fB\-i\fR,\fB\ \-\-init
  19. Initialize the WINEPREFIX.
  20. .IP \fB\-k\fR,\fB\ \-\-kill
  21. Kill running processes without any cleanup.
  22. .IP \fB\-r\fR,\fB\ \-\-restart
  23. Restart only, don't do normal startup operations.
  24. .IP \fB\-s\fR,\fB\ \-\-shutdown
  25. Shutdown only, don't reboot.
  26. .IP \fB\-u\fR,\fB\ \-\-update
  27. Update the WINEPREFIX.
  28. .SH BUGS
  29. Bugs can be reported on the
  30. .UR https://bugs.winehq.org
  31. .B Wine bug tracker
  32. .UE .
  33. .SH AVAILABILITY
  34. .B wineboot
  35. is part of the Wine distribution, which is available through WineHQ,
  36. the
  37. .UR https://www.winehq.org/
  38. .B Wine development headquarters
  39. .UE .
  40. .SH "SEE ALSO"
  41. .BR wine (1),
  42. .br
  43. .UR https://www.winehq.org/help
  44. .B Wine documentation and support
  45. .UE .