Commit 85b78c96 authored by Geoff Simmons's avatar Geoff Simmons

Doc polish.

parent 2c814949
...@@ -97,7 +97,7 @@ cases, and test inputs. See ``README.md`` in the directory for ...@@ -97,7 +97,7 @@ cases, and test inputs. See ``README.md`` in the directory for
details. details.
If ``configure`` is called with ``--enable-benchmarks``, then the If ``configure`` is called with ``--enable-benchmarks``, then the
benchmark utilites are built as part of the regular build process benchmark utilities are built as part of the regular build process
(when ``make`` is invoked). The feature is disabled by default. Even (when ``make`` is invoked). The feature is disabled by default. Even
if the configure flag was not enabled, the benchmarks are built when if the configure flag was not enabled, the benchmarks are built when
``make`` is invoked in the benchmark directory. ``make`` is invoked in the benchmark directory.
......
...@@ -10,9 +10,9 @@ ...@@ -10,9 +10,9 @@
vmod_selector vmod_selector
============= =============
--------------------------------------------------------------------------------------------------- --------------------------------------------------------------------------------------------------
Varnish Module for matching fixed strings, and mappping strings to backends, regexen and other data Varnish Module for matching fixed strings, and mapping strings to backends, regexen and other data
--------------------------------------------------------------------------------------------------- --------------------------------------------------------------------------------------------------
:Manual section: 3 :Manual section: 3
...@@ -448,7 +448,7 @@ the VCL load will not fail, but all match operations on the set will ...@@ -448,7 +448,7 @@ the VCL load will not fail, but all match operations on the set will
fail. In that case, a warning is emitted to the log with the fail. In that case, a warning is emitted to the log with the
``VCL_Error`` tag. Since that happens outside of any request/response ``VCL_Error`` tag. Since that happens outside of any request/response
transaction, the error message can only be seen when a tool like transaction, the error message can only be seen when a tool like
``varniwhlog(1)`` is used with raw grouping (``-g raw``). ``varnishlog(1)`` is used with raw grouping (``-g raw``).
.. _xset.create_stats(): .. _xset.create_stats():
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# See LICENSE # See LICENSE
# #
$Module selector 3 "Varnish Module for matching fixed strings, and mappping strings to backends, regexen and other data" $Module selector 3 "Varnish Module for matching fixed strings, and mapping strings to backends, regexen and other data"
$ABI vrt $ABI vrt
...@@ -419,7 +419,7 @@ the VCL load will not fail, but all match operations on the set will ...@@ -419,7 +419,7 @@ the VCL load will not fail, but all match operations on the set will
fail. In that case, a warning is emitted to the log with the fail. In that case, a warning is emitted to the log with the
``VCL_Error`` tag. Since that happens outside of any request/response ``VCL_Error`` tag. Since that happens outside of any request/response
transaction, the error message can only be seen when a tool like transaction, the error message can only be seen when a tool like
``varniwhlog(1)`` is used with raw grouping (``-g raw``). ``varnishlog(1)`` is used with raw grouping (``-g raw``).
$Method VOID .create_stats(PRIV_VCL) $Method VOID .create_stats(PRIV_VCL)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment