~ubuntu-branches/ubuntu/saucy/wine1.2/saucy

« back to all changes in this revision

Viewing changes to programs/wineboot/wineboot.man.in

  • Committer: Bazaar Package Importer
  • Author(s): Scott Ritchie
  • Date: 2010-12-06 00:21:37 UTC
  • mfrom: (1.1.17 upstream)
  • Revision ID: james.westby@ubuntu.com-20101206002137-ywazcomhqf97iw3c
Tags: 1.2.2-0ubuntu1
* New upstream release (LP: #685474)
  - Support for animated cursors. 
  - Translation updates.
  - Various bug fixes. (LP: #665270)
* Add Japanese font aliases to workaround lack of fontconfig substitution
* Recommend requisite umefont as a default (same as Crossover)
* Conflict with "wine" << 1.2.1 to prevent upgrade failures from very old
  ppa packages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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.
 
29
 
 
30
.SH "SEE ALSO"
 
31
.BR wine(1)