comparison lispref/processes.texi @ 70603:0d799d14ece7

Fix spelling errors.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 12 May 2006 11:46:15 +0000
parents db4c2d467e9a
children 4f3bfa0df084 a5812696f7bf
comparison
equal deleted inserted replaced
70602:19f1d69b1555 70603:0d799d14ece7
1764 be an integer which then specifies the length of the queue of pending 1764 be an integer which then specifies the length of the queue of pending
1765 connections to the server. The default queue length is 5. 1765 connections to the server. The default queue length is 5.
1766 1766
1767 @item :host @var{host} 1767 @item :host @var{host}
1768 Specify the host to connect to. @var{host} should be a host name or 1768 Specify the host to connect to. @var{host} should be a host name or
1769 internet address, as a string, or the symbol @code{local} to specify 1769 Internet address, as a string, or the symbol @code{local} to specify
1770 the local host. If you specify @var{host} for a server, it must 1770 the local host. If you specify @var{host} for a server, it must
1771 specify a valid address for the local host, and only clients 1771 specify a valid address for the local host, and only clients
1772 connecting to that address will be accepted. 1772 connecting to that address will be accepted.
1773 1773
1774 @item :service @var{service} 1774 @item :service @var{service}
1986 @item (:nowait t) 1986 @item (:nowait t)
1987 Non-@code{nil} if non-blocking connect is supported. 1987 Non-@code{nil} if non-blocking connect is supported.
1988 @item (:type datagram) 1988 @item (:type datagram)
1989 Non-@code{nil} if datagrams are supported. 1989 Non-@code{nil} if datagrams are supported.
1990 @item (:family local) 1990 @item (:family local)
1991 Non-@code{nil} if local (aka ``UNIX domain'') sockets are supported. 1991 Non-@code{nil} if local (a.k.a.@: ``UNIX domain'') sockets are supported.
1992 @item (:family ipv6) 1992 @item (:family ipv6)
1993 Non-@code{nil} if IPv6 is supported. 1993 Non-@code{nil} if IPv6 is supported.
1994 @item (:service t) 1994 @item (:service t)
1995 Non-@code{nil} if the system can select the port for a server. 1995 Non-@code{nil} if the system can select the port for a server.
1996 @end table 1996 @end table
2037 @var{ifname}. The value is a list of the form 2037 @var{ifname}. The value is a list of the form
2038 @code{(@var{addr} @var{bcast} @var{netmask} @var{hwaddr} @var{flags})}. 2038 @code{(@var{addr} @var{bcast} @var{netmask} @var{hwaddr} @var{flags})}.
2039 2039
2040 @table @var 2040 @table @var
2041 @item addr 2041 @item addr
2042 The internet protocol address. 2042 The Internet protocol address.
2043 @item bcast 2043 @item bcast
2044 The broadcast address. 2044 The broadcast address.
2045 @item netmask 2045 @item netmask
2046 The network mask. 2046 The network mask.
2047 @item hwaddr 2047 @item hwaddr