diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index bdae4c6..d577bac 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -15442,6 +15442,7 @@ SELECT * FROM pg_ls_dir('.') WITH ORDINALITY AS t(ls,n);
        <entry>configuration load time</entry>
       </row>
 
+      <row>
        <entry><literal><function>pg_current_logfile()</function></literal></entry>
        <entry><type>text</type></entry>
        <entry>primary log file name in use by the logging collector</entry>
diff --git a/doc/src/sgml/storage.sgml b/doc/src/sgml/storage.sgml
index 6e8ae05..5bea196 100644
--- a/doc/src/sgml/storage.sgml
+++ b/doc/src/sgml/storage.sgml
@@ -63,12 +63,13 @@ Item
 <row>
  <entry><filename>current_logfiles</></entry>
  <entry>A file recording the current log file(s) used by the syslogger and
-  its log format, stderr or csvlog. Each line of the file is a space separated
-  list of two elements: the log format and the full path to the log file
-  including the value of <xref linkend="guc-log-directory">. The log format
-  must be present in <xref linkend="guc-log-destination"> to be listed in the
-  file. This file is present only when <xref linkend="guc-logging-collector">
-  is activated.</entry>
+  its log format, <systemitem>stderr</> or <systemitem>csvlog</>. Each line
+  of the file is a space separated list of two elements: the log format and
+  the full path to the log file including the value
+  of <xref linkend="guc-log-directory">. The log format must be present
+  in <xref linkend="guc-log-destination"> to be listed in the file. This file
+  is present only when <xref linkend="guc-logging-collector"> is
+  activated.</entry>
 </row>
 
 <row>
