server: Make wineserver manpage conform to common manpages conventions.
This commit is contained in:
parent
e62805d9cc
commit
c350ae14da
|
@ -25,7 +25,7 @@ extra verbose debugging. If
|
||||||
is not specified, the default is 1. The debug output will be sent to
|
is not specified, the default is 1. The debug output will be sent to
|
||||||
stderr. \fBwine\fR(1) will automatically enable normal level debugging
|
stderr. \fBwine\fR(1) will automatically enable normal level debugging
|
||||||
when starting \fBwineserver\fR if the +server option is set in the
|
when starting \fBwineserver\fR if the +server option is set in the
|
||||||
WINEDEBUG variable.
|
\fBWINEDEBUG\fR variable.
|
||||||
.TP
|
.TP
|
||||||
.BR \-f ", " --foreground
|
.BR \-f ", " --foreground
|
||||||
Make the server remain in the foreground for easier debugging, for
|
Make the server remain in the foreground for easier debugging, for
|
||||||
|
@ -38,8 +38,8 @@ Display a help message.
|
||||||
Kill the currently running
|
Kill the currently running
|
||||||
.BR wineserver ,
|
.BR wineserver ,
|
||||||
optionally by sending signal \fIn\fR. If no signal is specified, sends
|
optionally by sending signal \fIn\fR. If no signal is specified, sends
|
||||||
a SIGINT first and then a SIGKILL. The instance of \fBwineserver\fR
|
a \fBSIGINT\fR first and then a \fBSIGKILL\fR. The instance of \fBwineserver\fR
|
||||||
that is killed is selected based on the WINEPREFIX environment
|
that is killed is selected based on the \fBWINEPREFIX\fR environment
|
||||||
variable.
|
variable.
|
||||||
.TP
|
.TP
|
||||||
\fB\-p\fR[\fIn\fR], \fB--persistent\fR[\fB=\fIn\fR]
|
\fB\-p\fR[\fIn\fR], \fB--persistent\fR[\fB=\fIn\fR]
|
||||||
|
@ -57,9 +57,9 @@ Display version information and exit.
|
||||||
Wait until the currently running
|
Wait until the currently running
|
||||||
.B wineserver
|
.B wineserver
|
||||||
terminates.
|
terminates.
|
||||||
.SH ENVIRONMENT VARIABLES
|
.SH ENVIRONMENT
|
||||||
.TP
|
.TP
|
||||||
.I WINEPREFIX
|
.B WINEPREFIX
|
||||||
If set, the content of this variable is taken as the name of the directory where
|
If set, the content of this variable is taken as the name of the directory where
|
||||||
.B wineserver
|
.B wineserver
|
||||||
stores its data (the default is \fI$HOME/.wine\fR). All
|
stores its data (the default is \fI$HOME/.wine\fR). All
|
||||||
|
@ -69,11 +69,11 @@ processes using the same
|
||||||
(i.e.: same user) share certain things like registry, shared memory
|
(i.e.: same user) share certain things like registry, shared memory
|
||||||
and kernel objects.
|
and kernel objects.
|
||||||
By setting
|
By setting
|
||||||
.I WINEPREFIX
|
.B WINEPREFIX
|
||||||
to different values for different Wine processes, it is possible to
|
to different values for different Wine processes, it is possible to
|
||||||
run a number of truly independent Wine sessions.
|
run a number of truly independent Wine sessions.
|
||||||
.TP
|
.TP
|
||||||
.I WINESERVER
|
.B WINESERVER
|
||||||
Specifies the path and name of the
|
Specifies the path and name of the
|
||||||
.B wineserver
|
.B wineserver
|
||||||
binary that will be launched automatically by \fBwine\fR. If not set,
|
binary that will be launched automatically by \fBwine\fR. If not set,
|
||||||
|
@ -90,7 +90,7 @@ Directory containing user specific data managed by
|
||||||
.BI /tmp/.wine- uid
|
.BI /tmp/.wine- uid
|
||||||
Directory containing the server Unix socket and the lock
|
Directory containing the server Unix socket and the lock
|
||||||
file. These files are created in a subdirectory generated from the
|
file. These files are created in a subdirectory generated from the
|
||||||
WINEPREFIX directory device and inode numbers.
|
\fBWINEPREFIX\fR directory device and inode numbers.
|
||||||
.SH AUTHORS
|
.SH AUTHORS
|
||||||
The original author of
|
The original author of
|
||||||
.B wineserver
|
.B wineserver
|
||||||
|
|
Loading…
Reference in New Issue