From: Eli Zaretskii Date: Fri, 12 May 2006 11:46:15 +0000 (+0000) Subject: Fix spelling errors. X-Git-Tag: emacs-pretest-22.0.90~2611 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0c60d79acf118197b4257157f0237c2c81ca918e;p=emacs.git Fix spelling errors. --- diff --git a/lispref/processes.texi b/lispref/processes.texi index 44da398770d..9eb733236a9 100644 --- a/lispref/processes.texi +++ b/lispref/processes.texi @@ -1766,7 +1766,7 @@ connections to the server. The default queue length is 5. @item :host @var{host} Specify the host to connect to. @var{host} should be a host name or -internet address, as a string, or the symbol @code{local} to specify +Internet address, as a string, or the symbol @code{local} to specify the local host. If you specify @var{host} for a server, it must specify a valid address for the local host, and only clients connecting to that address will be accepted. @@ -1988,7 +1988,7 @@ Non-@code{nil} if non-blocking connect is supported. @item (:type datagram) Non-@code{nil} if datagrams are supported. @item (:family local) -Non-@code{nil} if local (aka ``UNIX domain'') sockets are supported. +Non-@code{nil} if local (a.k.a.@: ``UNIX domain'') sockets are supported. @item (:family ipv6) Non-@code{nil} if IPv6 is supported. @item (:service t) @@ -2039,7 +2039,7 @@ This function returns information about the network interface named @table @var @item addr -The internet protocol address. +The Internet protocol address. @item bcast The broadcast address. @item netmask