Navigation Menu

Skip to content

Commit

Permalink
doc en: update examples
Browse files Browse the repository at this point in the history
% make update-examples
  • Loading branch information
kenhys committed Jun 24, 2013
1 parent a36a480 commit 8752b3f
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 19 deletions.
@@ -1,4 +1,14 @@
Execution example::

normalize NormalizerAuto "aBcDe 123"
# [[0, 1337566253.89858, 0.000355720520019531], "abcde 123"]
# [
# [
# 0,
# 1337566253.89858,
# 0.000355720520019531
# ],
# {
# "normalized": "abcde 123",
# "types": []
# }
# ]
Expand Up @@ -11,7 +11,7 @@ Execution example::
# [
# "grn_select",
# "proc.c",
# 542
# 778
# ]
# ]
# ]
Expand Down
10 changes: 5 additions & 5 deletions doc/source/example/reference/commands/status.log
Expand Up @@ -8,14 +8,14 @@ Execution example::
# 0.000355720520019531
# ],
# {
# "uptime": 5,
# "uptime": 6,
# "max_command_version": 2,
# "n_queries": 30,
# "n_queries": 39,
# "cache_hit_rate": 0.0,
# "version": "3.0.2",
# "alloc_count": 278,
# "version": "3.0.5",
# "alloc_count": 303,
# "command_version": 1,
# "starttime": 1364461054,
# "starttime": 1372040777,
# "default_command_version": 1
# }
# ]
6 changes: 3 additions & 3 deletions doc/source/example/reference/executables/groonga-httpd.log
Expand Up @@ -12,10 +12,10 @@ Execution example::
"max_command_version": 2,
"n_queries": 0,
"cache_hit_rate": 0.0,
"version": "3.0.2",
"alloc_count": 150,
"version": "3.0.5",
"alloc_count": 157,
"command_version": 1,
"starttime": 1364461070,
"starttime": 1372040796,
"default_command_version": 1
}
]
6 changes: 3 additions & 3 deletions doc/source/example/tutorial/introduction-2.log
Expand Up @@ -13,10 +13,10 @@ Execution example::
# "max_command_version": 2,
# "n_queries": 0,
# "cache_hit_rate": 0.0,
# "version": "2.1.0",
# "alloc_count": 152,
# "version": "3.0.5",
# "alloc_count": 157,
# "command_version": 1,
# "starttime": 1356678603,
# "starttime": 1372040812,
# "default_command_version": 1
# }
# ]
6 changes: 3 additions & 3 deletions doc/source/example/tutorial/network-1.log
Expand Up @@ -13,10 +13,10 @@ Execution example::
# "max_command_version": 2,
# "n_queries": 0,
# "cache_hit_rate": 0.0,
# "version": "3.0.2",
# "alloc_count": 129,
# "version": "3.0.5",
# "alloc_count": 136,
# "command_version": 1,
# "starttime": 1364461102,
# "starttime": 1372040831,
# "default_command_version": 1
# }
# ]
Expand Down
6 changes: 3 additions & 3 deletions doc/source/example/tutorial/network-3.log
Expand Up @@ -14,10 +14,10 @@ Execution example::
# "max_command_version": 2,
# "n_queries": 0,
# "cache_hit_rate": 0.0,
# "version": "3.0.2",
# "alloc_count": 130,
# "version": "3.0.5",
# "alloc_count": 137,
# "command_version": 1,
# "starttime": 1364461102,
# "starttime": 1372040831,
# "default_command_version": 1
# }
# ]
Expand Down

0 comments on commit 8752b3f

Please sign in to comment.