]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix previous make-network-process doc change
authorRobert Pluim <rpluim@gmail.com>
Tue, 24 Sep 2019 08:23:05 +0000 (10:23 +0200)
committerRobert Pluim <rpluim@gmail.com>
Tue, 24 Sep 2019 08:28:33 +0000 (10:28 +0200)
* src/process.c (Fmake_network_process): Correct typo.

src/process.c

index f3daf37636c45a3a47af1c16a2e2362ccc06d7e4..b7ab0b9fe05136d81cda556b104c649a2caf12ca 100644 (file)
@@ -3760,7 +3760,7 @@ 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.  (On some operating systems,
-using \"::\" list on both ipv4 and ipv5.)  `local' will use IPv4 by
+using \"::\" listens on both ipv4 and ipv6.)  `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