aboutsummaryrefslogtreecommitdiffstats
path: root/man2
diff options
context:
space:
mode:
Diffstat (limited to 'man2')
-rw-r--r--man2/gettid.22
-rw-r--r--man2/open.22
-rw-r--r--man2/seccomp.24
3 files changed, 4 insertions, 4 deletions
diff --git a/man2/gettid.2 b/man2/gettid.2
index ea0c0d4bd6..19b0839e7c 100644
--- a/man2/gettid.2
+++ b/man2/gettid.2
@@ -81,8 +81,8 @@ is the same as its thread ID (the value returned by
.BR clone (2),
.BR fcntl (2),
.BR fork (2),
-.BR getpid (2),
.BR get_robust_list (2),
+.BR getpid (2),
.\" .BR kcmp (2),
.BR ioprio_set (2),
.\" .BR move_pages (2),
diff --git a/man2/open.2 b/man2/open.2
index 58a38088ee..c25584455d 100644
--- a/man2/open.2
+++ b/man2/open.2
@@ -1863,8 +1863,8 @@ is ignored).
.BR mknod (2),
.BR mmap (2),
.BR mount (2),
-.BR openat2 (2),
.BR open_by_handle_at (2),
+.BR openat2 (2),
.BR read (2),
.BR socket (2),
.BR stat (2),
diff --git a/man2/seccomp.2 b/man2/seccomp.2
index 700edf1cbb..4707f86287 100644
--- a/man2/seccomp.2
+++ b/man2/seccomp.2
@@ -1124,11 +1124,11 @@ Various pages from the
.I libseccomp
library, including:
.BR scmp_sys_resolver (1),
+.BR seccomp_export_bpf (3),
.BR seccomp_init (3),
.BR seccomp_load (3),
-.BR seccomp_rule_add (3),
and
-.BR seccomp_export_bpf (3).
+.BR seccomp_rule_add (3).
.PP
The kernel source files
.IR Documentation/networking/filter.txt