[Groonga-commit] groonga/groonga at 41cef57 [master] doc: remove extra ":"

Back to archive index

HAYASHI Kentaro null+****@clear*****
Wed Feb 18 11:06:20 JST 2015


HAYASHI Kentaro	2015-02-18 11:06:20 +0900 (Wed, 18 Feb 2015)

  New Revision: 41cef57903507026da571bfad51657a1d646cafa
  https://github.com/groonga/groonga/commit/41cef57903507026da571bfad51657a1d646cafa

  Message:
    doc: remove extra ":"
    
    "::" means following text treats as is, but it is not intended.

  Modified files:
    doc/source/reference/commands/lock_clear.rst

  Modified: doc/source/reference/commands/lock_clear.rst (+3 -3)
===================================================================
--- doc/source/reference/commands/lock_clear.rst    2015-02-18 10:53:50 +0900 (56b2d5f)
+++ doc/source/reference/commands/lock_clear.rst    2015-02-18 11:06:20 +0900 (3cc7d34)
@@ -38,14 +38,14 @@ target object. It means that all locks in the database are cleared.
 Usage
 -----
 
-Here is an example to clear all locks in the database::
+Here is an example to clear all locks in the database:
 
 .. groonga-command
 .. include:: ../../example/reference/commands/lock_clear/database.log
 .. lock_clear
 
 Here is an example to clear locks of ``Entry`` table and ``Entry``
-table columns::
+table columns:
 
 .. groonga-command
 .. include:: ../../example/reference/commands/lock_clear/table.log
@@ -53,7 +53,7 @@ table columns::
 .. column_create Entry body COLUMN_SCALAR Text
 .. lock_clear Entry
 
-Here is an example to clear the lock of ``Site.title`` column::
+Here is an example to clear the lock of ``Site.title`` column:
 
 .. groonga-command
 .. include:: ../../example/reference/commands/lock_clear/column.log
-------------- next part --------------
HTML����������������������������...
Download 



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