aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/ChangeLog4
-rw-r--r--lispref/processes.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index a9f6c93ae7d..3404bd304d8 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,7 @@
12003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
2
3 * processes.texi (Low-Level Network): Fix typo.
4
12003-09-23 Kim F. Storm <storm@cua.dk> 52003-09-23 Kim F. Storm <storm@cua.dk>
2 6
3 * processes.texi (Network, Network Servers): Fix typos. 7 * processes.texi (Network, Network Servers): Fix typos.
diff --git a/lispref/processes.texi b/lispref/processes.texi
index 4887b880abb..d0b77b7c018 100644
--- a/lispref/processes.texi
+++ b/lispref/processes.texi
@@ -1828,7 +1828,7 @@ For a server process, the options specified with
1828connections, so you will need to set the necessary options for each 1828connections, so you will need to set the necessary options for each
1829child connection as they are created. 1829child connection as they are created.
1830 1830
1831@table asis 1831@table @asis
1832@item :bindtodevice @var{device-name} 1832@item :bindtodevice @var{device-name}
1833If @var{device-name} is a non-empty string identifying a network 1833If @var{device-name} is a non-empty string identifying a network
1834interface name (see @code{network-interface-list}), only handle 1834interface name (see @code{network-interface-list}), only handle