From: Thomas Munro Date: Fri, 5 Jul 2019 08:59:29 +0000 (+1200) Subject: Improve comment in postgresql.conf.sample. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e8fdcacc6cbeed7d1a2175c5eddf0b162e0cb7c4;p=postgresql Improve comment in postgresql.conf.sample. The Unix manual section that "man tcp" appears in varies, so let's just leave it out of the command to run. --- diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index 5ee5e09ddf..cfad86c02a 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -74,7 +74,7 @@ # (change requires restart) # - TCP settings - -# see "man 7 tcp" for details +# see "man tcp" for details #tcp_keepalives_idle = 0 # TCP_KEEPIDLE, in seconds; # 0 selects the system default