d3dx9: Use wine_dbgstr_rect() in some more places.
[wine/multimedia.git] / programs / wineboot / wineboot.man.in
blob820ded3a13a0809a7e6fd6693042e61cb6838a44
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 .BR "wineboot "\fI[OPTION]\fR "
6 .SH DESCRIPTION
7 .B wineboot
8 performs the initial creation and setup of a WINEPREFIX for wine(1). It can also perform a simulated
9 reboot or shutdown to any applications running within the WINEPREFIX.
10 .SH "SEE ALSO"
11 .BR wine(1)
12 .SH "OPTIONS"
13 .IP \-h,\ \-\-help
14 Display help message.
15 .IP \-e,\ \-\-end\-session
16 End the current session cleanly.
17 .IP \-f,\ \-\-force
18 Force exit for processes that don't exit cleanly
19 .IP \-i,\ \-\-init
20 Initialize the WINEPREFIX.
21 .IP \-k,\  \-\-kill
22 Kill running processes without any cleanup.
23 .IP \-r,\ \-\-restart
24 Restart only, don't do normal startup operations.
25 .IP \-s,\ \-\-shutdown
26 Shutdown only, don't reboot.
27 .IP \-u,\ \-\-update
28 Update the WINEPREFIX.
30 .SH "SEE ALSO"
31 .BR wine(1)