aboutsummaryrefslogtreecommitdiffstats
path: root/man/man2
diff options
context:
space:
mode:
Diffstat (limited to 'man/man2')
-rw-r--r--man/man2/memfd_create.24
-rw-r--r--man/man2/mmap.24
-rw-r--r--man/man2/shmget.24
3 files changed, 6 insertions, 6 deletions
diff --git a/man/man2/memfd_create.2 b/man/man2/memfd_create.2
index 4cf30c1571..29a110ef79 100644
--- a/man/man2/memfd_create.2
+++ b/man/man2/memfd_create.2
@@ -195,9 +195,9 @@ flag was specified, but the caller was not privileged (did not have the
.B CAP_IPC_LOCK
capability)
and is not a member of the
-.I sysctl_hugetlb_shm_group
+.I hugetlb_shm_group
group; see the description of
-.I /proc/sys/vm/sysctl_hugetlb_shm_group
+.I /proc/sys/vm/hugetlb_shm_group
in
.BR proc (5).
.SH STANDARDS
diff --git a/man/man2/mmap.2 b/man/man2/mmap.2
index 255fa23530..cf110dad9f 100644
--- a/man/man2/mmap.2
+++ b/man/man2/mmap.2
@@ -614,9 +614,9 @@ flag was specified, but the caller was not privileged (did not have the
.B CAP_IPC_LOCK
capability)
and is not a member of the
-.I sysctl_hugetlb_shm_group
+.I hugetlb_shm_group
group; see the description of
-.I /proc/sys/vm/sysctl_hugetlb_shm_group
+.I /proc/sys/vm/hugetlb_shm_group
in
.BR proc_sys (5).
.TP
diff --git a/man/man2/shmget.2 b/man/man2/shmget.2
index 8101dbb50a..d273966a98 100644
--- a/man/man2/shmget.2
+++ b/man/man2/shmget.2
@@ -251,9 +251,9 @@ flag was specified, but the caller was not privileged (did not have the
.B CAP_IPC_LOCK
capability)
and is not a member of the
-.I sysctl_hugetlb_shm_group
+.I hugetlb_shm_group
group; see the description of
-.I /proc/sys/vm/sysctl_hugetlb_shm_group
+.I /proc/sys/vm/hugetlb_shm_group
in
.BR proc (5).
.SH STANDARDS