Commit 8d628b12 authored by Alexandre Julliard's avatar Alexandre Julliard

loader: Remove absolute paths references from the man page.

All paths are relative to the installation directory by default.
parent 1d81a5cb
...@@ -61,7 +61,7 @@ die Windows-Applikation weiter. Um eine für Ihre Applikation nötige ...@@ -61,7 +61,7 @@ die Windows-Applikation weiter. Um eine für Ihre Applikation nötige
Variable zugänglich zu machen, folgen Sie der Anleitung Ihrer Shell zu Variable zugänglich zu machen, folgen Sie der Anleitung Ihrer Shell zu
Umgebungsvariablen. Umgebungsvariablen.
.TP .TP
.I WINEPREFIX .B WINEPREFIX
Wenn gesetzt, wird dieser Ordner als Speicherort für die Wenn gesetzt, wird dieser Ordner als Speicherort für die
Konfigurationsdateien von Konfigurationsdateien von
.B wine .B wine
...@@ -83,25 +83,21 @@ beim Starten verschiedener ...@@ -83,25 +83,21 @@ beim Starten verschiedener
.B wine .B wine
-Prozesse zu starten. -Prozesse zu starten.
.TP .TP
.I WINESERVER .B WINESERVER
Gibt den Ort der Gibt den Ort der
.B wineserver .B wineserver
-Anwendung an. Wenn diese Variable nicht gesetzt ist, wird versucht, -Anwendung an. Wenn diese Variable nicht gesetzt ist, sucht
.B @bindir@/wineserver
zu laden. Wenn auch dies nicht funktioniert, sucht
.B wine .B wine
in $PATH und anderen Orten nach wineserver. in $PATH und anderen Orten nach wineserver.
.TP .TP
.I WINELOADER .B WINELOADER
Gibt den Ort der Gibt den Ort der
.B wine .B wine
-Anwendung an, die genutzt wird, um Windows-Programme zu laden. Wenn -Anwendung an, die genutzt wird, um Windows-Programme zu laden. Wenn
diese Variable nicht gesetzt ist, wird versucht, diese Variable nicht gesetzt ist, wird in $PATH und anderen Orten
.B @bindir@/wine nach wine gesucht.
zu laden. Wenn auch dies nicht funktioniert, wird in $PATH und anderen
Orten nach wine gesucht.
.TP .TP
.I WINEDEBUG .B WINEDEBUG
Wählt die Stufe der Debug-Meldungen aus. Die Variable hat das Format Wählt die Stufe der Debug-Meldungen aus. Die Variable hat das Format
.RI [ Klasse ][+/-] Kanal [,[ Klasse2 ][+/-] Kanal2 ]. .RI [ Klasse ][+/-] Kanal [,[ Klasse2 ][+/-] Kanal2 ].
.RS +7 .RS +7
...@@ -151,14 +147,12 @@ Für mehr Informationen zu den Debug-Meldungen siehe den Abschnitt ...@@ -151,14 +147,12 @@ Für mehr Informationen zu den Debug-Meldungen siehe den Abschnitt
im Wine-Benutzerhandbuch. im Wine-Benutzerhandbuch.
.RE .RE
.TP .TP
.I WINEDLLPATH .B WINEDLLPATH
Gibt den Pfad/die Pfade an, in denen wine nach eigenen DLLs und Gibt den Pfad/die Pfade an, in denen wine nach eigenen DLLs und
Winelib-Anwendungen sucht. Die Einträge der Liste werden mit einem ":" Winelib-Anwendungen sucht. Die Einträge der Liste werden mit einem ":"
getrennt. Zusätzlich wird noch in getrennt.
.B @dlldir@
gesucht.
.TP .TP
.I WINEDLLOVERRIDES .B WINEDLLOVERRIDES
Definiert die Bibliotheksüberschreibung und Ladereihenfolge der DLLs, Definiert die Bibliotheksüberschreibung und Ladereihenfolge der DLLs,
die beim Laden jeder DLL berücksichtigt wird. Derzeit gibt es zwei Typen von die beim Laden jeder DLL berücksichtigt wird. Derzeit gibt es zwei Typen von
DLLs, die in den Speicher eines Prozesses geladen werden können: DLLs, die in den Speicher eines Prozesses geladen werden können:
...@@ -210,48 +204,44 @@ immer die mitgebrachte Version verwendet werden; bei comctl32 immer ...@@ -210,48 +204,44 @@ immer die mitgebrachte Version verwendet werden; bei comctl32 immer
die native. die native.
.RE .RE
.TP .TP
.I DISPLAY .B DISPLAY
Gibt das zu nutzende X11-Display an. Gibt das zu nutzende X11-Display an.
.TP .TP
OSS sound driver configuration variables OSS sound driver configuration variables
.TP .TP
.I AUDIODEV .B AUDIODEV
Gerät für Audio-Ein-/Ausgabe festlegen. Standard: Gerät für Audio-Ein-/Ausgabe festlegen. Standard:
.BR /dev/dsp . .BR /dev/dsp .
.TP .TP
.I MIXERDEV .B MIXERDEV
Audiomixer-Gerät festlegen. Standard: Audiomixer-Gerät festlegen. Standard:
.BR /dev/mixer . .BR /dev/mixer .
.TP .TP
.I MIDIDEV .B MIDIDEV
MIDI-Sequencergerät festlegen. Standard: MIDI-Sequencergerät festlegen. Standard:
.BR /dev/sequencer . .BR /dev/sequencer .
.SH DATEIEN .SH DATEIEN
.TP .TP
.I @bindir@/wine .I wine
Der Der
.B wine .B wine
-Programmstarter -Programmstarter
.TP .TP
.I @bindir@/wineconsole .I wineconsole
Der Der
.B wine .B wine
-Programmstarter für Konsolenapplikationen (CLI) -Programmstarter für Konsolenapplikationen (CLI)
.TP .TP
.I @bindir@/wineserver .I wineserver
Der Der
.B wine .B wine
-Server -Server
.TP .TP
.I @bindir@/winedbg .I winedbg
Der Der
.B wine .B wine
-Debugger -Debugger
.TP .TP
.I @dlldir@
Der Ordner mit den gemeinsamen DLLs von
.B wine
.TP
.I $WINEPREFIX/dosdevices .I $WINEPREFIX/dosdevices
Dieser Ordner enthält die DOS-Gerätezuweisungen. Jede Datei in diesem Dieser Ordner enthält die DOS-Gerätezuweisungen. Jede Datei in diesem
Ordner ist ein Symlink auf die Unix-Gerätedatei, die dieses Gerät Ordner ist ein Symlink auf die Unix-Gerätedatei, die dieses Gerät
......
...@@ -85,19 +85,16 @@ totalement indépendantes. ...@@ -85,19 +85,16 @@ totalement indépendantes.
.B WINESERVER .B WINESERVER
Spécifie le chemin et le nom de l'exécutable Spécifie le chemin et le nom de l'exécutable
.BR wineserver . .BR wineserver .
Si cette variable n'est pas définie, Wine essaiera de charger Si cette variable n'est pas définie, Wine essaiera de charger un
.I @bindir@/wineserver fichier nommé « wineserver » dans le chemin système ou quelques autres
ou, à défaut, un fichier nommé emplacements potentiels.
« wineserver » dans le chemin système ou quelques autres emplacements potentiels.
.TP .TP
.B WINELOADER .B WINELOADER
Spécifie le chemin et le nom de l'exécutable Spécifie le chemin et le nom de l'exécutable
.B wine .B wine
à utiliser pour exécuter de nouveaux processus Windows. Si pas définie, Wine à utiliser pour exécuter de nouveaux processus Windows. A défaut, Wine
essaiera de charger essaiera de charger un fichier nommé « wine » dans le chemin système
.I @bindir@/wine ou quelques autres emplacements potentiels.
ou, à défaut, un fichier nommé
« wine » dans le chemin système ou quelques autres emplacements potentiels.
.TP .TP
.B WINEDEBUG .B WINEDEBUG
Active ou désactive les messages de débogage. La syntaxe est : Active ou désactive les messages de débogage. La syntaxe est :
...@@ -152,8 +149,7 @@ Spécifie le(s) chemin(s) où chercher les DLL intégrées et les applications ...@@ -152,8 +149,7 @@ Spécifie le(s) chemin(s) où chercher les DLL intégrées et les applications
Winelib. C'est une liste de répertoires séparés par des « : ». En plus des Winelib. C'est une liste de répertoires séparés par des « : ». En plus des
répertoires spécifiés dans répertoires spécifiés dans
.BR WINEDLLPATH , .BR WINEDLLPATH ,
Wine utilisera aussi le répertoire Wine utilisera aussi le répertoire d'installation.
.IR @dlldir@ .
.TP .TP
.B WINEDLLOVERRIDES .B WINEDLLOVERRIDES
Définit le type de remplacement et l'ordre de chargement des DLL utilisées lors du Définit le type de remplacement et l'ordre de chargement des DLL utilisées lors du
...@@ -233,21 +229,18 @@ Définit le périphérique pour le séquenceur MIDI, par défaut ...@@ -233,21 +229,18 @@ Définit le périphérique pour le séquenceur MIDI, par défaut
.IR /dev/sequencer . .IR /dev/sequencer .
.SH FICHIERS .SH FICHIERS
.TP .TP
.I @bindir@/wine .I wine
Le chargeur de programme de Wine. Le chargeur de programme de Wine.
.TP .TP
.I @bindir@/wineconsole .I wineconsole
Le chargeur de programme de Wine pour les applications en mode console (CUI). Le chargeur de programme de Wine pour les applications en mode console (CUI).
.TP .TP
.I @bindir@/wineserver .I wineserver
Le serveur Wine. Le serveur Wine.
.TP .TP
.I @bindir@/winedbg .I winedbg
Le débogueur de Wine. Le débogueur de Wine.
.TP .TP
.I @dlldir@
Répertoire contenant les bibliothèques partagées de Wine.
.TP
.I $WINEPREFIX/dosdevices .I $WINEPREFIX/dosdevices
Répertoire contenant le mapping des périphériques DOS. Chaque fichier dans ce Répertoire contenant le mapping des périphériques DOS. Chaque fichier dans ce
répertoire est un lien symbolique vers le fichier périphérique Unix qui implémente répertoire est un lien symbolique vers le fichier périphérique Unix qui implémente
......
...@@ -86,19 +86,15 @@ processes. ...@@ -86,19 +86,15 @@ processes.
.B WINESERVER .B WINESERVER
Specifies the path and name of the Specifies the path and name of the
.B wineserver .B wineserver
binary. If not set, Wine will try to load binary. If not set, Wine will look for a file named "wineserver" in
.IR @bindir@/wineserver , the path and in a few other likely locations.
and if this doesn't exist it will then look for a file named
"wineserver" in the path and in a few other likely locations.
.TP .TP
.B WINELOADER .B WINELOADER
Specifies the path and name of the Specifies the path and name of the
.B wine .B wine
binary to use to launch new Windows processes. If not set, Wine will binary to use to launch new Windows processes. If not set, Wine will
try to load look for a file named "wine" in the path and in a few other likely
.IR @bindir@/wine , locations.
and if this doesn't exist it will then look for a file named "wine" in
the path and in a few other likely locations.
.TP .TP
.B WINEDEBUG .B WINEDEBUG
Turns debugging messages on or off. The syntax of the variable is Turns debugging messages on or off. The syntax of the variable is
...@@ -155,8 +151,7 @@ Specifies the path(s) in which to search for builtin dlls and Winelib ...@@ -155,8 +151,7 @@ Specifies the path(s) in which to search for builtin dlls and Winelib
applications. This is a list of directories separated by ":". In applications. This is a list of directories separated by ":". In
addition to any directory specified in addition to any directory specified in
.BR WINEDLLPATH , .BR WINEDLLPATH ,
Wine will also look in Wine will also look in the installation directory.
.IR @dlldir@ .
.TP .TP
.B WINEDLLOVERRIDES .B WINEDLLOVERRIDES
Defines the override type and load order of dlls used in the loading Defines the override type and load order of dlls used in the loading
...@@ -258,21 +253,18 @@ Set the MIDI (sequencer) device. Default ...@@ -258,21 +253,18 @@ Set the MIDI (sequencer) device. Default
.IR /dev/sequencer . .IR /dev/sequencer .
.SH FILES .SH FILES
.TP .TP
.I @bindir@/wine .I wine
The Wine program loader. The Wine program loader.
.TP .TP
.I @bindir@/wineconsole .I wineconsole
The Wine program loader for CUI (console) applications. The Wine program loader for CUI (console) applications.
.TP .TP
.I @bindir@/wineserver .I wineserver
The Wine server The Wine server
.TP .TP
.I @bindir@/winedbg .I winedbg
The Wine debugger The Wine debugger
.TP .TP
.I @dlldir@
Directory containing Wine shared libraries
.TP
.I $WINEPREFIX/dosdevices .I $WINEPREFIX/dosdevices
Directory containing the DOS device mappings. Each file in that Directory containing the DOS device mappings. Each file in that
directory is a symlink to the Unix device file implementing a given directory is a symlink to the Unix device file implementing a given
......
...@@ -60,7 +60,7 @@ udostępnia zmienne środowiskowe z powłoki, z której wystartował ...@@ -60,7 +60,7 @@ udostępnia zmienne środowiskowe z powłoki, z której wystartował
programom windowsowym/dosowym, więc używaj odpowiedniej składni programom windowsowym/dosowym, więc używaj odpowiedniej składni
twojej powłoki, aby wpisać zmienne środowiskowe, których potrzebujesz. twojej powłoki, aby wpisać zmienne środowiskowe, których potrzebujesz.
.TP .TP
.I WINEPREFIX .B WINEPREFIX
Jeżeli ta zmienna jest ustawiona, to jej zawartość jest brana jako nazwa katalogu gdzie Jeżeli ta zmienna jest ustawiona, to jej zawartość jest brana jako nazwa katalogu gdzie
.B wine .B wine
przechowuje swoje dane (domyślny katalog to przechowuje swoje dane (domyślny katalog to
...@@ -81,24 +81,20 @@ na inne wartości dla różnych procesów ...@@ -81,24 +81,20 @@ na inne wartości dla różnych procesów
jest możliwe uruchamianie kilka prawdziwie niezależnych procesów jest możliwe uruchamianie kilka prawdziwie niezależnych procesów
.BR wine . .BR wine .
.TP .TP
.I WINESERVER .B WINESERVER
Określa ścieżkę i nazwę programu binarnego Określa ścieżkę i nazwę programu binarnego
.B wineserver .B wineserver
Jeżeli nie ustawione, Wine będzie próbował załadować Jeżeli nie ustawione, Wine będzie szukał pliku o nazwie "wineserver" w
.BR @bindir@/wineserver podanej ścieżce i kilku innych miejscach prawdopodobnego występowania.
i jeśli zakończy się to niepowodzeniem to będzie szukał pliku o nazwie
"wineserver" w podanej ścieżce i kilku innych miejscach prawdopodobnego występowania.
.TP .TP
.I WINELOADER .B WINELOADER
Określa ścieżkę i nazwę programu binarnego Określa ścieżkę i nazwę programu binarnego
.B wine .B wine
używanej do uruchamiania nowych procesów Windowsowych. Jeżeli nieustawione, Wine będzie używanej do uruchamiania nowych procesów Windowsowych. Jeżeli
próbowało załadować nieustawione, Wine będzie szukał pliku o nazwie "wine" w podanej
.BR @bindir@/wine ścieżce i kilku innych miejscach prawdopodobnego występowania.
i jeśli zakończy się to niepowodzeniem to będzie szukał pliku o nazwie "wine" w
podanej ścieżce i kilku innych miejscach prawdopodobnego występowania.
.TP .TP
.I WINEDEBUG .B WINEDEBUG
Włącza lub wyłącza wiadomości debuggera. Składnia zmiennej Włącza lub wyłącza wiadomości debuggera. Składnia zmiennej
wygląda następująco wygląda następująco
.RI [ klasa ][+/-] kanał [,[ klasa2 ][+/-] kanał2 ]. .RI [ klasa ][+/-] kanał [,[ klasa2 ][+/-] kanał2 ].
...@@ -148,15 +144,14 @@ Informacji na temat wiadomości debugera szukaj w rozdziale ...@@ -148,15 +144,14 @@ Informacji na temat wiadomości debugera szukaj w rozdziale
z Przewodnika użytkownika Wine. z Przewodnika użytkownika Wine.
.RE .RE
.TP .TP
.I WINEDLLPATH .B WINEDLLPATH
Określa ścieżkę/ki, w których należy szukać wbudowanych bibliotek dll i programów Określa ścieżkę/ki, w których należy szukać wbudowanych bibliotek dll i programów
Winelib. To lista katalogów oddzielonych znakiem ":". W dodatku do Winelib. To lista katalogów oddzielonych znakiem ":". W dodatku do
każdego katalogu określonego w każdego katalogu określonego w
.IR WINEDLLPATH , .IR WINEDLLPATH ,
Wine będzie także szukał w katalogu Wine będzie także szukał w katalogu instalacyjnym.
.BR @dlldir@ .
.TP .TP
.I WINEDLLOVERRIDES .B WINEDLLOVERRIDES
Definiuje typ nadpisania i kolejność ładowania bibliotek dll użytych do ładowania Definiuje typ nadpisania i kolejność ładowania bibliotek dll użytych do ładowania
procesu dla jakiejkolwiek biblioteki dll. Obecnie istnieją dwa typy bibliotek, które można załadować procesu dla jakiejkolwiek biblioteki dll. Obecnie istnieją dwa typy bibliotek, które można załadować
do przestrzeni adresowej procesu: natywne biblioteki Windowsa do przestrzeni adresowej procesu: natywne biblioteki Windowsa
...@@ -202,7 +197,7 @@ wbudowane zawiodą; zawsze ładuj shell32 jako wbudowaną i comctl32 ...@@ -202,7 +197,7 @@ wbudowane zawiodą; zawsze ładuj shell32 jako wbudowaną i comctl32
jako natywną. Oleaut32 pozostaw wyłączone. jako natywną. Oleaut32 pozostaw wyłączone.
.RE .RE
.TP .TP
.I WINEARCH .B WINEARCH
Określa jaką architekturę Windowsa wspierać. Może to być zarówno Określa jaką architekturę Windowsa wspierać. Może to być zarówno
.B win32 .B win32
(wsparcie tylko 32-bitowych programów), lub (wsparcie tylko 32-bitowych programów), lub
...@@ -215,45 +210,41 @@ prefiksem, Wine odmówi uruchomienie jeżeli ...@@ -215,45 +210,41 @@ prefiksem, Wine odmówi uruchomienie jeżeli
.I WINEARCH .I WINEARCH
nie zgadza się z architekturą prefiksu. nie zgadza się z architekturą prefiksu.
.TP .TP
.I DISPLAY .B DISPLAY
Określa, którego wyświetlacza X11 użyć. Określa, którego wyświetlacza X11 użyć.
.TP .TP
Zmienne konfiguracyjne sterownika dźwięku OSS Zmienne konfiguracyjne sterownika dźwięku OSS
.TP .TP
.I AUDIODEV .B AUDIODEV
Ustaw urządzenie dla wejścia / wyjścia dźwięku. Domyślnie Ustaw urządzenie dla wejścia / wyjścia dźwięku. Domyślnie
.BR /dev/dsp . .BR /dev/dsp .
.TP .TP
.I MIXERDEV .B MIXERDEV
Ustaw urządzenie dla suwaków miksera. Domyślnie Ustaw urządzenie dla suwaków miksera. Domyślnie
.BR /dev/mixer . .BR /dev/mixer .
.TP .TP
.I MIDIDEV .B MIDIDEV
Ustaw urządzanie MIDI (sekwencer). Domyślnie Ustaw urządzanie MIDI (sekwencer). Domyślnie
.BR /dev/sequencer . .BR /dev/sequencer .
.SH FILES .SH FILES
.TP .TP
.I @bindir@/wine .I wine
Ładowarka programów Ładowarka programów
.B wine .B wine
.TP .TP
.I @bindir@/wineconsole .I wineconsole
Ładowarka programów Ładowarka programów
.B wine .B wine
dla aplikacji CUI (konsolowych). dla aplikacji CUI (konsolowych).
.TP .TP
.I @bindir@/wineserver .I wineserver
Serwer Serwer
.B wine .B wine
.TP .TP
.I @bindir@/winedbg .I winedbg
Debugger Debugger
.B wine .B wine
.TP .TP
.I @dlldir@
Katalog zawierający współdzielone biblioteki
.BR wine
.TP
.I $WINEPREFIX/dosdevices .I $WINEPREFIX/dosdevices
Katalog zawierający mapowania urządzeń DOS. Każdy plik w tym Katalog zawierający mapowania urządzeń DOS. Każdy plik w tym
katalogu jest dowiązaniem symbolicznym do pliku urządzenia Uniksowego implementującego katalogu jest dowiązaniem symbolicznym do pliku urządzenia Uniksowego implementującego
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment