diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-05-08 09:32:12 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-05-11 21:07:21 +0200 |
commit | a3f8647a728532277ff9f823d95ca3023723d8e2 (patch) | |
tree | 6e58a3dc51a7251d4104512a64f939f9249b0d5e /doc/ja | |
parent | 664fb12db70962ee57a8cfe785973de447bcbc51 (diff) | |
download | weechat-a3f8647a728532277ff9f823d95ca3023723d8e2.zip |
doc: change default value of WEECHAT_HOME CMake option to empty string (user's guide) (issue #1285)
Diffstat (limited to 'doc/ja')
-rw-r--r-- | doc/ja/weechat_user.ja.adoc | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/ja/weechat_user.ja.adoc b/doc/ja/weechat_user.ja.adoc index abba2288d..0eb2496f7 100644 --- a/doc/ja/weechat_user.ja.adoc +++ b/doc/ja/weechat_user.ja.adoc @@ -200,8 +200,13 @@ CMake に対するオプションを指定するには、以下の書式を使 | CMAKE_INSTALL_PREFIX | directory | /usr/local | WeeChat をインストールするディレクトリ。 -| WEECHAT_HOME | directory | ~/.weechat | - WeeChat 実行時のホームディレクトリ。 +// TRANSLATION MISSING +| WEECHAT_HOME | directory | (empty string) | + WeeChat 実行時のホームディレクトリ。 + + With an empty value (recommended), XDG directories are used by default. + If non empty, a single directory for all files is used. + The value can also be 4 directories separated by colons, in this order: + config, data, cache, runtime. | CA_FILE | file | /etc/ssl/certs/ca-certificates.crt | 認証局を含むファイル。これは |