diff 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
line wrap: on
line diff
--- a/lispref/processes.texi	Sat Apr 10 21:41:06 2004 +0000
+++ b/lispref/processes.texi	Sun Apr 11 00:14:53 2004 +0000
@@ -1647,7 +1647,7 @@
 
 @defun open-network-stream-server name buffer-or-name service &optional sentinel filter
 Create a network server process for a TCP service.
-It returns nil if server processes are not supported; otherwise,
+It returns @code{nil} if server processes are not supported; otherwise,
 it returns a subprocess-object to represent the server.
 
 When a client connects to the specified service, Emacs creates a new
@@ -1843,8 +1843,8 @@
 @item :bindtodevice @var{device-name}
 If @var{device-name} is a non-empty string identifying a network
 interface name (see @code{network-interface-list}), only handle
-packets received on that interface.  If @var{device-name} is nil (the
-default), handle packets received on any interface.
+packets received on that interface.  If @var{device-name} is @code{nil}
+(the default), handle packets received on any interface.
 
 Using this option may require special privileges on some systems.