wineboot.man.in 1.25 KB
Newer Older
1 2 3 4
.TH WINEBOOT 1 "November 2010" "@PACKAGE_STRING@" "Wine Programs"
.SH NAME
wineboot \- perform Wine initialization, startup, and shutdown tasks
.SH SYNOPSIS
5 6
.B wineboot
.RI [ options ]
7 8 9 10 11
.SH DESCRIPTION
.B wineboot
performs the initial creation and setup of a WINEPREFIX for wine(1). It can also perform a simulated
reboot or shutdown to any applications running within the WINEPREFIX.
.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 29 30 31 32 33 34 35 36 37 38 39
.SH BUGS
Bugs can be reported on the
.UR http://bugs.winehq.org
.B Wine bug tracker
.UE .
.SH AVAILABILITY
.B wineboot
is part of the Wine distribution, which is available through WineHQ,
the
.UR http://www.winehq.org/
.B Wine development headquarters
.UE .
40
.SH "SEE ALSO"
41 42 43 44 45
.BR wine (1),
.br
.UR http://www.winehq.org/help
.B Wine documentation and support
.UE .