From 52e6d80122eee44b64db0e947fe7e4001e92ce83 Mon Sep 17 00:00:00 2001 From: Fabrice Bauzac Date: Fri, 25 Oct 2013 13:51:58 +0530 Subject: Document that mmap() returns MAP_FAILED on error, as per the POSIX standard. --- manual/llio.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manual/llio.texi') diff --git a/manual/llio.texi b/manual/llio.texi index b129cf40bd..dd0eaa3cb9 100644 --- a/manual/llio.texi +++ b/manual/llio.texi @@ -1226,8 +1226,8 @@ as the included @code{malloc} automatically uses @code{mmap} where appropriate. @end vtable -@code{mmap} returns the address of the new mapping, or @math{-1} for an -error. +@code{mmap} returns the address of the new mapping, or +@code{MAP_FAILED} for an error. Possible errors include: -- cgit 1.4.1