]> git.eshelyaron.com Git - emacs.git/commitdiff
make-network-process doc clarification
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 23 Sep 2019 18:06:03 +0000 (20:06 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 23 Sep 2019 18:49:39 +0000 (20:49 +0200)
* src/process.c (Fmake_network_process): Further doc clarification
for listening on "::".

src/process.c

index e53d5d88945430fc3a866c90972a57adb151de0b..f3daf37636c45a3a47af1c16a2e2362ccc06d7e4 100644 (file)
@@ -3759,7 +3759,8 @@ address.  The symbol `local' specifies the local host.  If specified
 for a server process, it must be a valid name or address for the local
 host, and only clients connecting to that address will be accepted.
 If all interfaces should be bound, an address of \"0.0.0.0\" (for
-ipv4) or \"::\" (for ipv6) can be used.  `local' will use IPv4 by
+ipv4) or \"::\" (for ipv6) can be used.  (On some operating systems,
+using \"::\" list on both ipv4 and ipv5.)  `local' will use IPv4 by
 default, use a FAMILY of 'ipv6 to override this.
 
 :service SERVICE -- SERVICE is name of the service desired, or an