aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2023-03-25 13:22:59 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2023-03-25 13:22:59 -0400
commitf34a89353156ada8c75963b8089df11a493512cd (patch)
tree01930ff147415d8681c4bb314fb8c0e2d8b0e197
parent7023207cfdb6d5863bdcc9c29bff9918846dddc6 (diff)
downloadpostgresql-f34a89353156ada8c75963b8089df11a493512cd.tar.gz
postgresql-f34a89353156ada8c75963b8089df11a493512cd.zip
Doc: fix another "contents...exceed the available area" PDF warning.
New since yesterday :-(
-rw-r--r--doc/src/sgml/docguide.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/docguide.sgml b/doc/src/sgml/docguide.sgml
index 261952085e2..cf8c072a49c 100644
--- a/doc/src/sgml/docguide.sgml
+++ b/doc/src/sgml/docguide.sgml
@@ -378,7 +378,7 @@ ADDITIONAL_FLAGS='-Xmx1500m'
<literal>INFO</literal> message for each page. The log level can be
changed via <filename>~/.foprc</filename>:
<programlisting>
-LOGCHOICE=-Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog
+LOGCHOICE=-Dorg.apache.commons.logging.Log=&zwsp;org.apache.commons.logging.impl.SimpleLog
LOGLEVEL=-Dorg.apache.commons.logging.simplelog.defaultlog=WARN
</programlisting>
</para>