Navigation Menu

Skip to content

Commit

Permalink
doc: fix markup
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 27, 2015
1 parent 86f3730 commit 461595d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/locale/ja/LC_MESSAGES/news.po
Expand Up @@ -336,8 +336,8 @@ msgstr ""
"と同じです。"

msgid ""
"[experimental] Supported multiple drilldowns for :doc:``/reference/command/"
"select`` command. The syntax is extended to support this feature. The new "
"[experimental] Supported multiple drilldowns for :doc:`/reference/commands/"
"select` command. The syntax is extended to support this feature. The new "
"one is ``--drilldown[LABEL1].keys COLUMN1,COLUMN2`` for keys, ``--"
"drilldown[LABEL1].output_columns _value.COLUMN1,_value.COLUMN2,_nsubrecs`` "
"for output columns. In the previous versions, a client application must "
Expand Down
2 changes: 1 addition & 1 deletion doc/source/news.rst
Expand Up @@ -153,7 +153,7 @@ Improvements
* [experimental] :doc:`/reference/functions/between` supports auto sequential search mode.
Use the value of ``GRN_BETWEEN_TOO_MANY_INDEX_MATCH_RATIO`` as threshold.
Basic concept is similar to ``GRN_IN_VALUES_TOO_MANY_INDEX_MATCH_RATIO``.
* [experimental] Supported multiple drilldowns for :doc:``/reference/command/select``
* [experimental] Supported multiple drilldowns for :doc:`/reference/commands/select`
command. The syntax is extended to support this feature. The new one is
``--drilldown[LABEL1].keys COLUMN1,COLUMN2`` for keys,
``--drilldown[LABEL1].output_columns _value.COLUMN1,_value.COLUMN2,_nsubrecs`` for output columns.
Expand Down

0 comments on commit 461595d

Please sign in to comment.