From cd1df3b89b3300ec7cb24436e794e39f6b1f542b Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 16 Oct 2012 10:21:59 +0200 Subject: [PATCH] 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 --- man2/socketcall.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man2/socketcall.2 b/man2/socketcall.2 index dda192fbf..55da5b57a 100644 --- a/man2/socketcall.2 +++ b/man2/socketcall.2 @@ -23,7 +23,7 @@ .\" USA. .\" .\" Modified Tue Oct 22 22:11:53 1996 by Eric S. Raymond -.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),