mirror of
https://github.com/weechat/weechat.git
synced 2026-06-29 14:26:39 +02:00
413aa499cc
Command line debug options are now documented: * --no-dlclose: do not call the function dlclose after plugins are unloaded * --no-gnutls: do not call the init and deinit functions of GnuTLS library * --no-gcrypt: do not call the init and deinit functions of Gcrypt library These options must not be used in production, they're for debug only and can be used with tools like Valgrind or electric-fence.
65 lines
1.4 KiB
Plaintext
65 lines
1.4 KiB
Plaintext
= weechat(1)
|
|
:doctype: manpage
|
|
:author: Sébastien Helleu
|
|
:email: flashcode@flashtux.org
|
|
:lang: pl
|
|
:man manual: WeeChat Manual
|
|
:man source: WeeChat {revnumber}
|
|
|
|
== NAZWA
|
|
|
|
weechat - rozszerzalny klient rozmów
|
|
|
|
== SKŁADNIA
|
|
|
|
// TRANSLATION MISSING
|
|
[verse]
|
|
*weechat* [-a|--no-connect] [-d|--dir <ścieżka>] [-t|--temp-dir] [-p|--no-plugin] [-P|--plugins <wtyczki>] [-r|--run-command <komenda>] [-s|--no-script] [--upgrade] [debug-option...] [wtyczka:opcja...]
|
|
*weechat* [-c|--colors]
|
|
*weechat* [-h|--help]
|
|
*weechat* [-l|--license]
|
|
*weechat* [-v|--version]
|
|
|
|
== OPIS
|
|
|
|
WeeChat (Wee Enhanced Environment for Chat) to darmowy klient rozmów, szybki
|
|
i lekki, przeznaczony dla wielu systemów operacyjnych.
|
|
Posiada dużo opcji konfiguracyjnych i dodatkowych wtyczek.
|
|
|
|
== OPCJE
|
|
|
|
include::cmdline_options.pl.adoc[]
|
|
|
|
// TRANSLATION MISSING
|
|
== DEBUG OPTIONS
|
|
|
|
*WARNING:* these options are for debug purposes only, *DO NOT USE IN PRODUCTION!*
|
|
|
|
include::cmdline_options_debug.pl.adoc[]
|
|
|
|
== OPCJE WTYCZEK
|
|
|
|
include::man_plugin_options.pl.adoc[]
|
|
|
|
== PLIKI
|
|
|
|
include::man_files.pl.adoc[]
|
|
|
|
== Zobacz również
|
|
|
|
*weechat-headless*(1)
|
|
|
|
== AUTORZY
|
|
|
|
Autorem tej strony pomocy {author}.
|
|
|
|
Tłumaczenie Krzysztof Korościk.
|
|
|
|
== PRAWA AUTORSKIE
|
|
|
|
include::man_copyright.pl.adoc[]
|
|
|
|
== WSPARCIE / ZGŁASZANIE BŁĘDÓW
|
|
|
|
W celu uzyskania pomocy, lub zgłoszenia błędu zajrzyj na: https://weechat.org/about/support
|