comparison lispref/processes.texi @ 54777:5745bf089073

Markup fixes.
author Jesper Harder <harder@ifa.au.dk>
date Sun, 11 Apr 2004 00:14:53 +0000
parents 1f7cd275e61f
children ca548870d87a
comparison
equal deleted inserted replaced
54776:ae50ef10fab5 54777:5745bf089073
1645 The client process' plist is initialized from the server's plist. 1645 The client process' plist is initialized from the server's plist.
1646 @end itemize 1646 @end itemize
1647 1647
1648 @defun open-network-stream-server name buffer-or-name service &optional sentinel filter 1648 @defun open-network-stream-server name buffer-or-name service &optional sentinel filter
1649 Create a network server process for a TCP service. 1649 Create a network server process for a TCP service.
1650 It returns nil if server processes are not supported; otherwise, 1650 It returns @code{nil} if server processes are not supported; otherwise,
1651 it returns a subprocess-object to represent the server. 1651 it returns a subprocess-object to represent the server.
1652 1652
1653 When a client connects to the specified service, Emacs creates a new 1653 When a client connects to the specified service, Emacs creates a new
1654 subprocess to handle the new connection, and then calls its sentinel 1654 subprocess to handle the new connection, and then calls its sentinel
1655 function (which it has inherited from the server). 1655 function (which it has inherited from the server).
1841 1841
1842 @table @asis 1842 @table @asis
1843 @item :bindtodevice @var{device-name} 1843 @item :bindtodevice @var{device-name}
1844 If @var{device-name} is a non-empty string identifying a network 1844 If @var{device-name} is a non-empty string identifying a network
1845 interface name (see @code{network-interface-list}), only handle 1845 interface name (see @code{network-interface-list}), only handle
1846 packets received on that interface. If @var{device-name} is nil (the 1846 packets received on that interface. If @var{device-name} is @code{nil}
1847 default), handle packets received on any interface. 1847 (the default), handle packets received on any interface.
1848 1848
1849 Using this option may require special privileges on some systems. 1849 Using this option may require special privileges on some systems.
1850 1850
1851 @item :broadcast @var{broadcast-flag} 1851 @item :broadcast @var{broadcast-flag}
1852 If @var{broadcast-flag} is non-@code{nil} for a datagram process, the 1852 If @var{broadcast-flag} is non-@code{nil} for a datagram process, the