From b59587ee7230c57379e780db81da351e803fd707 Mon Sep 17 00:00:00 2001 From: James E Keenan Date: Mon, 7 Jun 2021 12:00:52 +0000 Subject: [PATCH] One revision per rjbs feedback --- pod/perlipc.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perlipc.pod b/pod/perlipc.pod index 1a6699a5b566..5d258a0bce1e 100644 --- a/pod/perlipc.pod +++ b/pod/perlipc.pod @@ -1008,7 +1008,7 @@ or firewall machine), fill this in with your real address instead. } And here's a multitasking version. It's multitasked in that -like most typical servers, it spawns (fork()s) a client server to +like most typical servers, it spawns (fork()s) a child server to handle the client request so that the master server can quickly go back to service a new client.