emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 47e94f8: ; Fix previous make-network-process doc ch


From: Robert Pluim
Subject: [Emacs-diffs] master 47e94f8: ; Fix previous make-network-process doc change
Date: Tue, 24 Sep 2019 04:29:01 -0400 (EDT)

branch: master
commit 47e94f864fe158406959f8e3598e46d3328e7e35
Author: Robert Pluim <address@hidden>
Commit: Robert Pluim <address@hidden>

    ; Fix previous make-network-process doc change
    
    * src/process.c (Fmake_network_process): Correct typo.
---
 src/process.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/process.c b/src/process.c
index f3daf37..b7ab0b9 100644
--- a/src/process.c
+++ b/src/process.c
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]