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

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:21:59 +02:00
parent 2f249f3bd6
commit cd1df3b89b
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
.\" USA.
.\"
.\" Modified Tue Oct 22 22:11:53 1996 by Eric S. Raymond <esr@thyrsus.com>
.TH SOCKETCALL 2 2007-06-28 "Linux" "Linux Programmer's Manual"
.TH SOCKETCALL 2 2012-10-16 "Linux" "Linux Programmer's Manual"
.SH NAME
socketcall \- socket system calls
.SH SYNOPSIS
@ -44,7 +44,7 @@ Only standard library implementors and kernel hackers need to know about
This call is specific to Linux, 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-64 and ARM\(emthere is no
.BR socketcall ()
system call; instead
.BR socket (2),