diff options
author | Jos Ahrens <github@liefland.net> | 2018-07-15 14:18:07 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-07-15 14:18:07 +0200 |
commit | 738585d9e22e70977390b23b95c60bcf7fd49311 (patch) | |
tree | 3ce168a861b493f65bb7cec7e99174482fff88c3 /doc/pl | |
parent | 62ad65ef45d2ef7d449f8a9729c2d73e4fa02dab (diff) | |
download | weechat-738585d9e22e70977390b23b95c60bcf7fd49311.zip |
doc: mention there is an option to enable crash core files (user's guide)
For people skimming the section, it will not be immediately clear to
them, especially since everything seems to suggest this option is
enabled by default.
Diffstat (limited to 'doc/pl')
-rw-r--r-- | doc/pl/weechat_user.pl.adoc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/pl/weechat_user.pl.adoc b/doc/pl/weechat_user.pl.adoc index 7a07b8a51..c97ff9ba9 100644 --- a/doc/pl/weechat_user.pl.adoc +++ b/doc/pl/weechat_user.pl.adoc @@ -430,8 +430,9 @@ ulimit -c 200000 [[gdb_backtrace]] ==== Pozyskiwanie logów za pomocą gdb -Kiedy WeeChat ulegnie awarii, system stworzy plik _core_ lub _core.12345_ -(_12345_ to id procesu). +// TRANSLATION MISSING +When WeeChat crashes, your system will create a file _core_ or _core.12345_ +(_12345_ is process id) if the <<core_files,option is enabled>>. Plik ten zostanie utworzony w katalogu, z którego uruchomiono WeeChat (*nie* jest to katalog, gdzie zainstalowano WeeChat!). |