diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2012-06-08 00:27:54 +1200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2012-06-08 03:10:26 +1200 |
| commit | 6fdbc7794fe1a2ac1de72bffbf086fd99cbb0cd3 (patch) | |
| tree | d2106193105f69718d9af90c76fb4fdc804ba23f | |
| parent | 02ace852fbdda2958ed0035931639fe888db8e6b (diff) | |
| download | man-pages-6fdbc7794fe1a2ac1de72bffbf086fd99cbb0cd3.tar.gz | |
access.2, prctl.2, recv.2, send.2, euidaccess.3, mbstowcs.3, mcheck.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man2/access.2 | 2 | ||||
| -rw-r--r-- | man2/prctl.2 | 2 | ||||
| -rw-r--r-- | man2/recv.2 | 2 | ||||
| -rw-r--r-- | man2/send.2 | 2 | ||||
| -rw-r--r-- | man3/euidaccess.3 | 2 | ||||
| -rw-r--r-- | man3/mbstowcs.3 | 2 | ||||
| -rw-r--r-- | man3/mcheck.3 | 4 |
7 files changed, 8 insertions, 8 deletions
diff --git a/man2/access.2 b/man2/access.2 index 23128507a8..9aaffb8812 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 215b945137..eb53aa876e 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 d3d16d583f..f0879af0cb 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 6f71300786..87138f2870 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 74e83b6cdf..20d425f94a 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 a8f8deb9d5..9b6c520aba 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 ae97d7d44c..d54990bf74 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. |
