diff --git a/doc/appendix-faq.xml b/doc/appendix-faq.xml index 92c1f18f..49bc738c 100644 --- a/doc/appendix-faq.xml +++ b/doc/appendix-faq.xml @@ -367,9 +367,9 @@ - Why are some values in the filename>recovery.conf</filename> (PostgreSQL 11 and earlier) surrounded by pairs of single quotes? + Why are some values in <filename>recovery.conf</filename> (PostgreSQL 11 and earlier) surrounded by pairs of single quotes? - This is to ensure that user-supplied values which are written as parameter values in filename>recovery.conf + This is to ensure that user-supplied values which are written as parameter values in recovery.conf are escaped correctly and do not cause errors when the file is parsed.