ipc.2: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-08-25 20:47:45 +02:00
parent e5486b10fa
commit cf9c395834
1 changed files with 1 additions and 1 deletions

View File

@ -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