From c4a00aa2ec61e5363173106f8ba397b9b6d7047f Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 2 Aug 2005 13:10:02 +0000 Subject: [PATCH] Fix typo. --- lispref/processes.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lispref/processes.texi b/lispref/processes.texi index f88b2c46159..dddb08bc46b 100644 --- a/lispref/processes.texi +++ b/lispref/processes.texi @@ -1575,7 +1575,7 @@ subprocess. @xref{Process Information}. 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 -- 2.39.5