null+****@clear*****
null+****@clear*****
2012年 5月 29日 (火) 14:35:11 JST
HAYASHI Kentaro 2012-05-29 14:35:11 +0900 (Tue, 29 May 2012)
New Revision: 932531b4681304d802b7484c045a509ebbb80b68
Log:
en: fix markup
Modified files:
en/_posts/2012-05-29-release.textile
Modified: en/_posts/2012-05-29-release.textile (+7 -7)
===================================================================
--- en/_posts/2012-05-29-release.textile 2012-05-29 14:31:35 +0900 (9700e41)
+++ en/_posts/2012-05-29-release.textile 2012-05-29 14:35:11 +0900 (0defb0e)
@@ -12,10 +12,10 @@ This release fixes several bugs.
We recommend upgrading to groonga 2.0.3 to users who are matched the following cases:
-* Using &! operator in --filter argument of select command.
- (&! operator is undocumented, so we guess there are few people affected)
+* Using @&!@ operator in @--filter@ argument of select command.
+ (@&!@ operator is undocumented, so we guess there are few people affected)
* Updating data of the following schema by rroonga:
-** There is a table that has KEY_NORMALIZE flag.
+** There is a table that has @KEY_NORMALIZE@ flag.
** There is a vector column whose type is the table.
** There is an index for the vector column.
@@ -36,15 +36,15 @@ First, we improved the excecution example format in the documentation.
The old format was "prompt + command" and "execution results" as follows:
<pre>
- > status
- [[...], ...]
+> status
+[[...], ...]
</pre>
Now, we changed to use "command" and "commented out execution results" as follows:
<pre>
- status
- # [[...], ...]
+status
+# [[...], ...]
</pre>
Because of this change, execution examples become copy & paste friendly! (groonga just ignores lines that start with "#")