Navigation Menu

Skip to content

Commit

Permalink
doc: simplify header description in return value
Browse files Browse the repository at this point in the history
Header details should be described in another documentation.
  • Loading branch information
kou committed Feb 18, 2014
1 parent aeae566 commit af9b398
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 deletions.
3 changes: 1 addition & 2 deletions doc/source/reference/commands/column_create.txt
Expand Up @@ -94,8 +94,7 @@ Return value

``HEADER``

The format of HEADER is [0, UNIX_TIME_WHEN_COMMAND_IS_STARTED, ELAPSED_TIME].
See :doc:`/reference/command/output_format` about HEADER.
See :doc:`/reference/command/output_format` about ``HEADER``.

``SUCCEEDED``

Expand Down
3 changes: 1 addition & 2 deletions doc/source/reference/commands/column_rename.txt
Expand Up @@ -91,8 +91,7 @@ Return value

``HEADER``

The format of HEADER is [0, UNIX_TIME_WHEN_COMMAND_IS_STARTED, ELAPSED_TIME].
See :doc:`/reference/command/output_format` about HEADER.
See :doc:`/reference/command/output_format` about ``HEADER``.

``SUCCEEDED_OR_NOT``

Expand Down
3 changes: 1 addition & 2 deletions doc/source/reference/commands/delete.txt
Expand Up @@ -108,8 +108,7 @@ Return value

``HEADER``

The format of HEADER is [0, UNIX_TIME_WHEN_COMMAND_IS_STARTED, ELAPSED_TIME].
See :doc:`/reference/command/output_format` about HEADER.
See :doc:`/reference/command/output_format` about ``HEADER``.

``SUCCEEDED_OR_NOT``

Expand Down
3 changes: 1 addition & 2 deletions doc/source/reference/commands/normalize.txt
Expand Up @@ -132,8 +132,7 @@ Return value

``HEADER``

The format of HEADER is [0, UNIX_TIME_WHEN_COMMAND_IS_STARTED, ELAPSED_TIME].
See :doc:`/reference/command/output_format` about HEADER.
See :doc:`/reference/command/output_format` about ``HEADER``.

``normalized_text``

Expand Down
3 changes: 1 addition & 2 deletions doc/source/reference/commands/truncate.txt
Expand Up @@ -64,8 +64,7 @@ Return value

``HEADER``

The format of HEADER is [0, UNIX_TIME_WHEN_COMMAND_IS_STARTED, ELAPSED_TIME].
See :doc:`/reference/command/output_format` about HEADER.
See :doc:`/reference/command/output_format` about ``HEADER``.

``SUCCEEDED_OR_NOT``

Expand Down

0 comments on commit af9b398

Please sign in to comment.