> > I've applied the patch below. > > Somehow the patch got lost in the mail. Couldn't identify it upstream > (https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git) either. Ooops. This time... Cheers, Michael diff --git a/man2/mmap.2 b/man2/mmap.2 index 963776e80..667cf311d 100644 --- a/man2/mmap.2 +++ b/man2/mmap.2 @@ -193,8 +193,8 @@ is set. .TP .B MAP_ANON Synonym for -.BR MAP_ANONYMOUS . -Deprecated. +.BR MAP_ANONYMOUS ; +provided for compatibility with other implementations. .TP .B MAP_ANONYMOUS The mapping is not backed by any file; -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/