From f4e8dfa7912e756119320158f13387c1c0b2f119 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 25 Feb 2014 16:09:02 +0100 Subject: [PATCH] mmap2.2: Reword note on glibc mmap() wrapper invocation of mmap2() Signed-off-by: Michael Kerrisk --- man2/mmap2.2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man2/mmap2.2 b/man2/mmap2.2 index 6ec37c567..63a89ea1d 100644 --- a/man2/mmap2.2 +++ b/man2/mmap2.2 @@ -77,7 +77,8 @@ is available since Linux 2.3.31. .SH CONFORMING TO This system call is Linux-specific. .SH NOTES -Nowadays, the glibc +On architectures where this system call is present, +the glibc .BR mmap () wrapper function invokes this system call rather than the .BR mmap (2)