summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFujii Masao2014-07-28 12:44:29 +0000
committerFujii Masao2014-07-28 12:46:22 +0000
commit8d49bf1995bcbf79a43e49465a5187d1356c5c8f (patch)
treed1f761c7ef68f157bb3f512f4f5b2286bc88ef43
parent40c333c39c77e2460569ea4c6495f1cfdbc77514 (diff)
Fix typo in doc.
unix_socket_directories was introduced in 9.3, but the document in older versions wrongly have mentioned it. This commit replaces it with the correct older name unix_socket_directory. This is applied to only 9.2 and older supported versions. Guillaume Lelarge
-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 a768050431e..cf4b6539b70 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -509,7 +509,7 @@ SET ENABLE_SEQSCAN TO OFF;
<para>
This parameter is irrelevant on systems, notably Solaris as of Solaris
10, that ignore socket permissions entirely. There, one can achieve a
- similar effect by pointing <varname>unix_socket_directories</> to a
+ similar effect by pointing <varname>unix_socket_directory</> to a
directory having search permission limited to the desired audience.
This parameter is also irrelevant on Windows, which does not have
Unix-domain sockets.