Navigation Menu

Skip to content

Commit

Permalink
doc news: fix markup
Browse files Browse the repository at this point in the history
  • Loading branch information
komainu8 committed Feb 8, 2018
1 parent 0b42681 commit 46e97fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions doc/locale/ja/LC_MESSAGES/news.po
Expand Up @@ -58,12 +58,12 @@ msgid ""
">max_map_seg / 2, GRN_II_REDUCE_EXPIRE_THRESHOLD)`` as threshold. "
"``GRN_II_REDUCE_EXPIRE_THRESHOLD=32`` is the default."
msgstr ""
"``GRN_II_REDUCE_EXPIRE_THRESHOLD=0 == GRN_II_REDUCE_EXPIRE_ENABLE=no``. "
"``GRN_II_REDUCE_EXPIRE_THRESHOLD=-1`` とすると、しきい値は ``ii->chunk-"
"``GRN_II_REDUCE_EXPIRE_THRESHOLD=0 == GRN_II_REDUCE_EXPIRE_ENABLE=no``"
" ``GRN_II_REDUCE_EXPIRE_THRESHOLD=-1`` とすると、しきい値は ``ii->chunk-"
">max_map_seg / 2`` となります。``GRN_II_REDUCE_EXPIRE_THRESHOLD > 0`` とする"
"と、しきい値は ``MIN(ii->chunk->max_map_seg / 2, "
"GRN_II_REDUCE_EXPIRE_THRESHOLD)`` となります。デフォルト値は、"
"``GRN_II_REDUCE_EXPIRE_THRESHOLD=32`` です。"
" ``GRN_II_REDUCE_EXPIRE_THRESHOLD=32`` です。"

msgid ""
"[:doc:`/reference/functions/between`] Accept ``between()`` without borders. "
Expand Down Expand Up @@ -94,8 +94,8 @@ msgstr ""
"[:doc:`/reference/commands/select`] ``output_columns`` で結果の変化する関数を"
"使っている時にキャッシュしないようにしました。"

msgid "[Windows] Fixed wrong value report on WSASend error."
msgstr "[Windows] WSASendが適切なエラーコードを返すようにしました。"
msgid "[Windows] Fixed wrong value report on ``WSASend`` error."
msgstr "[Windows] ``WSASend`` が適切なエラーコードを返すようにしました。"

msgid "Thanks"
msgstr "感謝"
Expand Down
2 changes: 1 addition & 1 deletion doc/source/news.rst
Expand Up @@ -48,7 +48,7 @@ Fixes
* [:doc:`/reference/commands/select`] Stopped to cache when ``output_columns``
uses not stable function.

* [Windows] Fixed wrong value report on WSASend error.
* [Windows] Fixed wrong value report on ``WSASend`` error.

Thanks
^^^^^^
Expand Down

0 comments on commit 46e97fe

Please sign in to comment.