ipc.2: Update note on architectures that don't have ipc()

Replace mention of ia64 with x86-64 and ARM.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2012-10-16 10:23:02 +02:00
parent cd1df3b89b
commit f3996ef7f2
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
.\" USA.
.\"
.\" Modified Tue Oct 22 08:11:14 EDT 1996 by Eric S. Raymond <esr@thyrsus.com>
.TH IPC 2 2007-06-28 "Linux" "Linux Programmer's Manual"
.TH IPC 2 2012-10-16 "Linux" "Linux Programmer's Manual"
.SH NAME
ipc \- System V IPC system calls
.SH SYNOPSIS
@ -48,7 +48,7 @@ Only standard library implementors and kernel hackers need to know about
is Linux-specific, and should not be used in programs
intended to be portable.
.SH NOTES
On a few architectures, for example ia64, there is no
On a some architectures\(emfor example x86-46 and ARM\(emthere is no
.BR ipc ()
system call; instead
.BR msgctl (2),