emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/processes.texi


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/processes.texi
Date: Thu, 05 Jan 2006 03:33:17 +0000

Index: emacs/lispref/processes.texi
diff -u emacs/lispref/processes.texi:1.72 emacs/lispref/processes.texi:1.73
--- emacs/lispref/processes.texi:1.72   Wed Jan  4 00:23:57 2006
+++ emacs/lispref/processes.texi        Thu Jan  5 03:33:17 2006
@@ -1782,10 +1782,11 @@
 
 @item :family @var{family}
 @var{family} specifies the address (and protocol) family for
-communication.  @code{nil} stands for automatically determine a the
-proper address family for the given @var{host} and @var{service}.
address@hidden specifies a Unix socket, in which case @var{host} is ignored.
address@hidden and @code{ipv6} specify to use IPv4 and IPv6 respectively.
+communication.  @code{nil} means determine the proper address family
+automatically for the given @var{host} and @var{service}.
address@hidden specifies a Unix socket, in which case @var{host} is
+ignored.  @code{ipv4} and @code{ipv6} specify to use IPv4 and IPv6
+respectively.
 
 @item :local @var{local-address}
 For a server process, @var{local-address} is the address to listen on.
@@ -2055,18 +2056,20 @@
 @defun format-network-address address &optional omit-port
 This function converts the Lisp representation of a network address to
 a string.
-  A five-element vector @address@hidden @var{b}
address@hidden @var{d} @var{p}]} represents an IPv4 address
address@hidden@address@hidden@var{d} and port number @var{p}.
address@hidden converts that to the string
address@hidden"@address@hidden@address@hidden:@var{p}"}.
-  A nine-element vector @address@hidden @var{b} @var{c} @var{d} @var{e}
+
+A five-element vector @address@hidden @var{b} @var{c} @var{d} @var{p}]}
+represents an IPv4 address @address@hidden@address@hidden and port
+number @var{p}.  @code{format-network-address} converts that to the
+string @code{"@address@hidden@address@hidden:@var{p}"}.
+
+A nine-element vector @address@hidden @var{b} @var{c} @var{d} @var{e}
 @var{f} @var{g} @var{h} @var{p}]} represents an IPv6 address and port
 number.  @code{format-network-address} converts that to the string
 
@code{"address@hidden:@var{b}:@var{c}:@var{d}:@var{e}:@var{f}:@var{g}:@var{h}]:@var{p}"}.
 
-If the vector does not include the port number, @var{p}, or @var{omit-port} is
address@hidden, the result does not include the @code{:@var{p}} suffix.
+If the vector does not include the port number, @var{p}, or if
address@hidden is address@hidden, the result does not include the
address@hidden:@var{p}} suffix.
 @end defun
 
 @node Byte Packing




reply via email to

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