Doc: clean up build errors.
diff --git a/doc/admin-guide/files/logging.yaml.en.rst b/doc/admin-guide/files/logging.yaml.en.rst
index f4d6937..d7e076a 100644
--- a/doc/admin-guide/files/logging.yaml.en.rst
+++ b/doc/admin-guide/files/logging.yaml.en.rst
@@ -325,7 +325,7 @@
 
    formats:
    - name: minimalfmt
-     format: '%<chi> : %<cqu> : %<pssc>'
+     format: '%<chi> , %<cqu> , %<pssc>'
 
 The following is an example of a format that uses aggregate operators to
 produce a summary log:
@@ -334,7 +334,7 @@
 
    formats:
    - name: summaryfmt
-     format: '%<LAST(cqts)> : %<COUNT(*)> : %<SUM(psql)>'
+     format: '%<LAST(cqts)>:%<COUNT(*)>:%<SUM(psql)>'
      interval: 10
 
 The following is an example of a filter that will cause only REFRESH_HIT events
diff --git a/doc/admin-guide/logging/examples.en.rst b/doc/admin-guide/logging/examples.en.rst
index abe12fb..c9b598e 100644
--- a/doc/admin-guide/logging/examples.en.rst
+++ b/doc/admin-guide/logging/examples.en.rst
@@ -247,7 +247,7 @@
 
    formats:
    - name: mysummary
-     format: '%<LAST(cqts)> : %<COUNT(*)> : %<SUM(psql)>'
+     format: '%<LAST(cqts)>:%<COUNT(*)>:%<SUM(psql)>'
      interval: 10
 
 Dual Output to Compact Binary Logs and ASCII Pipes
diff --git a/doc/admin-guide/logging/understanding.en.rst b/doc/admin-guide/logging/understanding.en.rst
index 6cad223..b789315 100644
--- a/doc/admin-guide/logging/understanding.en.rst
+++ b/doc/admin-guide/logging/understanding.en.rst
@@ -151,7 +151,7 @@
 
    formats:
    - name: mysummary
-     format: '%<operator(field)> : %<operator(field)>'
+     format: '%<operator(field)> , %<operator(field)>'
      interval: n
 
 The interval itself is given with *n* as the number of seconds for each period
diff --git a/doc/admin-guide/plugins/lua.en.rst b/doc/admin-guide/plugins/lua.en.rst
index 5686b28..dd0d197 100644
--- a/doc/admin-guide/plugins/lua.en.rst
+++ b/doc/admin-guide/plugins/lua.en.rst
@@ -977,7 +977,7 @@
     end
 
 
-`TOP <#lua-plugin>`_
+:ref:`TOP <admin-plugins-ts-lua>`
 
 ts.client_request.get_ssl_protocol
 -----------------------------------------------
@@ -997,7 +997,7 @@
     end
 
 
-`TOP <#lua-plugin>`_
+:ref:`TOP <admin-plugins-ts-lua>`
 
 ts.client_request.get_ssl_cipher
 -----------------------------------------------
@@ -1017,7 +1017,7 @@
     end
 
 
-`TOP <#lua-plugin>`_
+:ref:`TOP <admin-plugins-ts-lua>`
 
 ts.client_request.get_ssl_curve
 -----------------------------------------------
@@ -1037,7 +1037,7 @@
     end
 
 
-`TOP <#lua-plugin>`_
+:ref:`TOP <admin-plugins-ts-lua>`
 
 ts.http.set_cache_url
 ---------------------