[Groonga-commit] groonga/groonga at 5b6b1de [master] doc object_inspect: fix typos

Back to archive index
Yasuhiro Horimoto null+****@clear*****
Tue Apr 23 15:35:46 JST 2019


Yasuhiro Horimoto	2019-04-23 15:35:46 +0900 (Tue, 23 Apr 2019)

  Revision: 5b6b1de30dcf64b6960d62db9b07812cc6f015ac
  https://github.com/groonga/groonga/commit/5b6b1de30dcf64b6960d62db9b07812cc6f015ac

  Message:
    doc object_inspect: fix typos

  Modified files:
    doc/locale/ja/LC_MESSAGES/reference.po
    doc/source/reference/commands/object_inspect.rst

  Modified: doc/locale/ja/LC_MESSAGES/reference.po (+6 -0)
===================================================================
--- doc/locale/ja/LC_MESSAGES/reference.po    2019-04-23 11:18:01 +0900 (80f65a2e2)
+++ doc/locale/ja/LC_MESSAGES/reference.po    2019-04-23 15:35:46 +0900 (30f6ba6be)
@@ -10487,6 +10487,9 @@ msgstr ""
 "inspect-return-value-index-column-value-statistics-n-garbage-segments` を見て"
 "ください。"
 
+msgid "``INDEX_COLUMN_VALUE_STATISTICS_N_ARRAY_SEGMENTS``"
+msgstr ""
+
 msgid ""
 "The number of segments used for \"array\" in the inspected index column."
 msgstr "調査対象のインデックスカラム内の「array」に使っているセグメント数。"
@@ -10511,6 +10514,9 @@ msgstr ""
 msgid "\"buffer\" is used for storing posting lists."
 msgstr "「buffer」はポスティングリストを保存する場所です。"
 
+msgid "``INDEX_COLUMN_VALUE_STATISTICS_N_BUFFER_SEGMENTS``"
+msgstr ""
+
 msgid ""
 "The number of segments used for \"buffer\" in the inspected index column."
 msgstr ""

  Modified: doc/source/reference/commands/object_inspect.rst (+4 -4)
===================================================================
--- doc/source/reference/commands/object_inspect.rst    2019-04-23 11:18:01 +0900 (d464fa2cb)
+++ doc/source/reference/commands/object_inspect.rst    2019-04-23 15:35:46 +0900 (c89bd335b)
@@ -617,8 +617,8 @@ for the max number of segments.
 
 .. _object-inspect-return-value-index-column-value-statistics-n-array-segments:
 
-``INDEX_COLUMN_VALUE_STATISTICS_MAX_ARRAY_SEGMENT_ID``
-""""""""""""""""""""""""""""""""""""""""""""""""""""""
+``INDEX_COLUMN_VALUE_STATISTICS_N_ARRAY_SEGMENTS``
+""""""""""""""""""""""""""""""""""""""""""""""""""
 
 The number of segments used for "array" in the inspected index column.
 
@@ -644,8 +644,8 @@ for the max number of segments.
 
 .. _object-inspect-return-value-index-column-value-statistics-n-buffer-segments:
 
-``INDEX_COLUMN_VALUE_STATISTICS_MAX_BUFFER_SEGMENT_ID``
-"""""""""""""""""""""""""""""""""""""""""""""""""""""""
+``INDEX_COLUMN_VALUE_STATISTICS_N_BUFFER_SEGMENTS``
+"""""""""""""""""""""""""""""""""""""""""""""""""""
 
 The number of segments used for "buffer" in the inspected index column.
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190423/5e6816c1/attachment-0001.html>


More information about the Groonga-commit mailing list
Back to archive index