# HG changeset patch # User Juanma Barranquero # Date 1122988202 0 # Node ID 3d8efebded47b39c9ca444456f16c9e1249bee57 # Parent 5d36a139ef92ed1f75396ccf1d623ba6aa027b91 Fix typo. diff -r 5d36a139ef92 -r 3d8efebded47 lispref/processes.texi --- a/lispref/processes.texi Tue Aug 02 10:26:31 2005 +0000 +++ b/lispref/processes.texi Tue Aug 02 13:10:02 2005 +0000 @@ -1575,7 +1575,7 @@ process, being stopped means not accepting new connections. (Up to 5 connection requests will be queued for when you resume the server; you can increase this limit, unless it is imposed by the operating -systems.) For a network stream connection, being stopped means not +system.) For a network stream connection, being stopped means not processing input (any arriving input waits until you resume the connection). For a datagram connection, some number of packets may be queued but input may be lost. You can use the function