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);
configuration load time
+
pg_current_logfile()
text
primary log file name in use by the logging collector
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
current_logfiles>
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 . The log format
- must be present in to be listed in the
- file. This file is present only when
- is activated.
+ 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 . The log format must be present
+ in to be listed in the file. This file
+ is present only when is
+ activated.