summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2021-10-25 21:35:56 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2022-09-05 02:28:08 +0200
commit93e0a2ac85c92370f99b2795a1c739a295c757c0 (patch)
treeccf42281fc105b7a6bb9d0f523b1b79261885c3e
parent0c53b6b098a0084f7662a944ce4498237784c90f (diff)
remap_file_pages.2: SYNOPSIS: Mark as [[deprecated]]
This syscall was marked as deprecated in Linux 3.16. Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
-rw-r--r--man2/remap_file_pages.25
1 files changed, 3 insertions, 2 deletions
diff --git a/man2/remap_file_pages.2 b/man2/remap_file_pages.2
index 709358206..5839e2167 100644
--- a/man2/remap_file_pages.2
+++ b/man2/remap_file_pages.2
@@ -16,8 +16,9 @@ Standard C library
.BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */"
.B #include <sys/mman.h>
.PP
-.BI "int remap_file_pages(void *" addr ", size_t " size ", int " prot ,
-.BI " size_t " pgoff ", int " flags );
+.BI "[[deprecated]] int remap_file_pages(void *" addr ", size_t " size \
+", int " prot ,
+.BI " size_t " pgoff ", int " flags );
.fi
.SH DESCRIPTION
.BR Note :