summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2023-10-28 01:11:48 +0000
committerBruce Momjian2023-10-28 01:12:11 +0000
commiteb544d7fd966ce8718573ffeb17dfe6d0952e642 (patch)
tree5977b8965603e438cc110cf4d8ef2afb596c6766
parentd014e6cb188664d053cbed87130416617226b373 (diff)
doc: improve config syncfs wording
Reported-by: Eric Mutta Discussion: https://postgr.es/m/166126549332.651.12934187158820082671@wrigleys.postgresql.org Backpatch-through: master
-rw-r--r--doc/src/sgml/config.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index 4047eefc648..985cabfc0b3 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -10554,7 +10554,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
</para>
<para>
On Linux, <literal>syncfs</literal> may be used instead, to ask the
- operating system to synchronize the whole file systems that contain the
+ operating system to synchronize the file systems that contain the
data directory, the WAL files and each tablespace (but not any other
file systems that may be reachable through symbolic links). See
<xref linkend="syncfs"/> for more information about using