From cf9c3958349d845b77273234f5f90ad62bbb658f Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 25 Aug 2017 20:47:45 +0200 Subject: [PATCH] ipc.2: wfix Signed-off-by: Michael Kerrisk --- man2/ipc.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/ipc.2 b/man2/ipc.2 index 227d7ef1c..0312559c9 100644 --- a/man2/ipc.2 +++ b/man2/ipc.2 @@ -39,7 +39,7 @@ for messages, semaphores, and shared memory. determines which IPC function to invoke; the other arguments are passed through to the appropriate call. .PP -User programs should call the appropriate functions by their usual names. +User-space programs should call the appropriate functions by their usual names. Only standard library implementors and kernel hackers need to know about .BR ipc (). .SH CONFORMING TO