summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--man2/access.22
-rw-r--r--man2/prctl.22
-rw-r--r--man2/recv.22
-rw-r--r--man2/send.22
-rw-r--r--man3/euidaccess.32
-rw-r--r--man3/mbstowcs.32
-rw-r--r--man3/mcheck.34
7 files changed, 8 insertions, 8 deletions
diff --git a/man2/access.2 b/man2/access.2
index 23128507..9aaffb88 100644
--- a/man2/access.2
+++ b/man2/access.2
@@ -166,7 +166,7 @@ effective user ID to the real ID and then call
.BR access ()
always dereferences symbolic links.
If you need to check the permissions on a symbolic link, use
-.BR faccessat(2)
+.BR faccessat (2)
with the flag
.BR AT_SYMLINK_NOFOLLOW .
.PP
diff --git a/man2/prctl.2 b/man2/prctl.2
index 215b9451..eb53aa87 100644
--- a/man2/prctl.2
+++ b/man2/prctl.2
@@ -123,7 +123,7 @@ for security reasons, this feature has been removed.
in
.BR proc (5).)
Processes that are not dumpable can not be attached via
-.BR ptrace(2)
+.BR ptrace (2)
.BR PTRACE_ATTACH .
.TP
.BR PR_GET_DUMPABLE " (since Linux 2.3.20)"
diff --git a/man2/recv.2 b/man2/recv.2
index d3d16d58..f0879af0 100644
--- a/man2/recv.2
+++ b/man2/recv.2
@@ -482,7 +482,7 @@ but glibc currently types it as
.\" across architectures, but socklen_t is always 32 bits.
See
-.BR recvmmsg(2)
+.BR recvmmsg (2)
for information about a Linux-specific system call
that can be used to receive multiple datagrams in a single call.
.SH EXAMPLE
diff --git a/man2/send.2 b/man2/send.2
index 6f713007..87138f28 100644
--- a/man2/send.2
+++ b/man2/send.2
@@ -406,7 +406,7 @@ but glibc currently types it as
.\" across architectures, but socklen_t is always 32 bits.
See
-.BR sendmmsg(2)
+.BR sendmmsg (2)
for information about a Linux-specific system call
that can be used to transmit multiple datagrams in a single call.
.SH BUGS
diff --git a/man3/euidaccess.3 b/man3/euidaccess.3
index 74e83b6c..20d425f9 100644
--- a/man3/euidaccess.3
+++ b/man3/euidaccess.3
@@ -87,7 +87,7 @@ any permission error that occurs.
This function always dereferences symbolic links.
If you need to check the permissions on a symbolic link, use
-.BR faccessat(2)
+.BR faccessat (2)
with the flags
.BR AT_EACCESS
and
diff --git a/man3/mbstowcs.3 b/man3/mbstowcs.3
index a8f8deb9..9b6c520a 100644
--- a/man3/mbstowcs.3
+++ b/man3/mbstowcs.3
@@ -81,4 +81,4 @@ provides a better interface to the same
functionality.
.SH "SEE ALSO"
.BR mbsrtowcs (3),
-.BR wcstombs(3)
+.BR wcstombs (3)
diff --git a/man3/mcheck.3 b/man3/mcheck.3
index ae97d7d4..d54990bf 100644
--- a/man3/mcheck.3
+++ b/man3/mcheck.3
@@ -137,9 +137,9 @@ and
.BR mcheck_check_all ()
functions are available since glibc 2.2.
The
-.BR mcheck()
+.BR mcheck ()
and
-.BR mprobe()
+.BR mprobe ()
functions are present since at least glibc 2.0
.SH CONFORMING TO
These functions are GNU extensions.