From 951ae9c063277723eb95b718df2fcee2dc8a6daf Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 1 Jan 2014 21:29:53 +1300 Subject: [PATCH] syscall.2, syscalls.2, getauxval.3: Add references to new vdso(7) page Signed-off-by: Michael Kerrisk --- man2/syscall.2 | 6 ++++-- man2/syscalls.2 | 3 ++- man3/getauxval.3 | 4 +--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/man2/syscall.2 b/man2/syscall.2 index e712b4186..fe5f86d50 100644 --- a/man2/syscall.2 +++ b/man2/syscall.2 @@ -145,7 +145,8 @@ The details for various architectures are listed in the two tables below. The first table lists the instruction used to transition to kernel mode, (which might not be the fastest or best way to transition to the kernel, -so you might have to refer to the VDSO), +so you might have to refer to +.BR vdso (7)), the register used to indicate the system call number, and the register used to return the system call result. .if t \{\ @@ -219,4 +220,5 @@ main(int argc, char *argv[]) .SH SEE ALSO .BR _syscall (2), .BR intro (2), -.BR syscalls (2) +.BR syscalls (2), +.BR vdso (7) diff --git a/man2/syscalls.2 b/man2/syscalls.2 index 265c65471..0d085e140 100644 --- a/man2/syscalls.2 +++ b/man2/syscalls.2 @@ -833,4 +833,5 @@ and similarly .SH SEE ALSO .BR syscall (2), .BR unimplemented (2), -.BR libc (7) +.BR libc (7), +.BR vdso (7) diff --git a/man3/getauxval.3 b/man3/getauxval.3 index 8f2793274..09d5bdc58 100755 --- a/man3/getauxval.3 +++ b/man3/getauxval.3 @@ -210,7 +210,5 @@ see for more information. .SH SEE ALSO .BR secure_getenv (3), +.BR vdso (7), .BR ld-linux.so (8) - -The kernel source file -.IR Documentation/ABI/stable/vdso