summaryrefslogtreecommitdiff
path: root/man2
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2012-06-08 00:27:54 +1200
committerMichael Kerrisk <mtk.manpages@gmail.com>2012-06-08 03:10:26 +1200
commit6fdbc7794fe1a2ac1de72bffbf086fd99cbb0cd3 (patch)
treed2106193105f69718d9af90c76fb4fdc804ba23f /man2
parent02ace852fbdda2958ed0035931639fe888db8e6b (diff)
access.2, prctl.2, recv.2, send.2, euidaccess.3, mbstowcs.3, mcheck.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man2')
-rw-r--r--man2/access.22
-rw-r--r--man2/prctl.22
-rw-r--r--man2/recv.22
-rw-r--r--man2/send.22
4 files changed, 4 insertions, 4 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