aboutsummaryrefslogtreecommitdiffstats
path: root/man2
diff options
context:
space:
mode:
Diffstat (limited to 'man2')
-rw-r--r--man2/execve.22
-rw-r--r--man2/fanotify_mark.22
-rw-r--r--man2/getrlimit.22
-rw-r--r--man2/llseek.22
-rw-r--r--man2/open.22
-rw-r--r--man2/pipe.22
-rw-r--r--man2/prctl.22
-rw-r--r--man2/timerfd_create.22
-rw-r--r--man2/uselib.22
9 files changed, 9 insertions, 9 deletions
diff --git a/man2/execve.2 b/man2/execve.2
index 5606fffbb3..fd8ebea886 100644
--- a/man2/execve.2
+++ b/man2/execve.2
@@ -14,7 +14,7 @@
.\" 2007-09-14 Ollie Wild <aaw@google.com>, mtk
.\" Add text describing limits on command-line arguments + environment
.\"
-.TH EXECVE 2 (date) "Linux man-pages (unreleased)"
+.TH execve 2 (date) "Linux man-pages (unreleased)"
.SH NAME
execve \- execute program
.SH LIBRARY
diff --git a/man2/fanotify_mark.2 b/man2/fanotify_mark.2
index c1285987ea..3642ec8824 100644
--- a/man2/fanotify_mark.2
+++ b/man2/fanotify_mark.2
@@ -1,7 +1,7 @@
.\" Copyright (C) 2013, Heinrich Schuchardt <xypron.glpk@gmx.de>
.\"
.\" SPDX-License-Identifier: Linux-man-pages-copyleft
-.TH FANOTIFY_MARK 2 (date) "Linux man-pages (unreleased)"
+.TH fanotify_mark 2 (date) "Linux man-pages (unreleased)"
.SH NAME
fanotify_mark \- add, remove, or modify an fanotify mark on a filesystem
object
diff --git a/man2/getrlimit.2 b/man2/getrlimit.2
index e205ba3fde..f3e09683b9 100644
--- a/man2/getrlimit.2
+++ b/man2/getrlimit.2
@@ -42,7 +42,7 @@
.\" 2008-05-07, mtk / Peter Zijlstra, Added description of RLIMIT_RTTIME
.\" 2010-11-06, mtk: Added documentation of prlimit()
.\"
-.TH GETRLIMIT 2 (date) "Linux man-pages (unreleased)"
+.TH getrlimit 2 (date) "Linux man-pages (unreleased)"
.SH NAME
getrlimit, setrlimit, prlimit \- get/set resource limits
.SH LIBRARY
diff --git a/man2/llseek.2 b/man2/llseek.2
index 66974a5c1c..49b5808530 100644
--- a/man2/llseek.2
+++ b/man2/llseek.2
@@ -6,7 +6,7 @@
.\"
.\" Modified Thu Oct 31 15:16:23 1996 by Eric S. Raymond <esr@thyrsus.com>
.\"
-.TH LLSEEK 2 (date) "Linux man-pages (unreleased)"
+.TH _llseek 2 (date) "Linux man-pages (unreleased)"
.SH NAME
_llseek \- reposition read/write file offset
.SH LIBRARY
diff --git a/man2/open.2 b/man2/open.2
index a0e5070a89..5f9ee77dd4 100644
--- a/man2/open.2
+++ b/man2/open.2
@@ -28,7 +28,7 @@
.\" FIXME . Apr 08: The next POSIX revision has O_EXEC, O_SEARCH, and
.\" O_TTYINIT. Eventually these may need to be documented. --mtk
.\"
-.TH OPEN 2 (date) "Linux man-pages (unreleased)"
+.TH open 2 (date) "Linux man-pages (unreleased)"
.SH NAME
open, openat, creat \- open and possibly create a file
.SH LIBRARY
diff --git a/man2/pipe.2 b/man2/pipe.2
index 6795fe1375..363b199d09 100644
--- a/man2/pipe.2
+++ b/man2/pipe.2
@@ -13,7 +13,7 @@
.\" to EXAMPLE text.
.\" 2008-10-10, mtk: add description of pipe2()
.\"
-.TH PIPE 2 (date) "Linux man-pages (unreleased)"
+.TH pipe 2 (date) "Linux man-pages (unreleased)"
.SH NAME
pipe, pipe2 \- create pipe
.SH LIBRARY
diff --git a/man2/prctl.2 b/man2/prctl.2
index 74f86ff492..aa5c752633 100644
--- a/man2/prctl.2
+++ b/man2/prctl.2
@@ -36,7 +36,7 @@
.\" 2014-11-10 Dave Hansen, document PR_MPX_{EN,DIS}ABLE_MANAGEMENT
.\"
.\"
-.TH PRCTL 2 (date) "Linux man-pages (unreleased)"
+.TH prctl 2 (date) "Linux man-pages (unreleased)"
.SH NAME
prctl \- operations on a process or thread
.SH LIBRARY
diff --git a/man2/timerfd_create.2 b/man2/timerfd_create.2
index 967664eef8..5ccc165a36 100644
--- a/man2/timerfd_create.2
+++ b/man2/timerfd_create.2
@@ -2,7 +2,7 @@
.\"
.\" SPDX-License-Identifier: GPL-2.0-or-later
.\"
-.TH TIMERFD_CREATE 2 (date) "Linux man-pages (unreleased)"
+.TH timerfd_create 2 (date) "Linux man-pages (unreleased)"
.SH NAME
timerfd_create, timerfd_settime, timerfd_gettime \-
timers that notify via file descriptors
diff --git a/man2/uselib.2 b/man2/uselib.2
index 3997e6d606..34365cc845 100644
--- a/man2/uselib.2
+++ b/man2/uselib.2
@@ -8,7 +8,7 @@
.\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com>
.\" Modified 2005-01-09 by aeb
.\"
-.TH USELIB 2 (date) "Linux man-pages (unreleased)"
+.TH uselib 2 (date) "Linux man-pages (unreleased)"
.SH NAME
uselib \- load shared library
.SH SYNOPSIS