aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAkihiro MOTOKI <amotoki@gmail.com>2012-06-08 01:18:51 +1200
committerMichael Kerrisk <mtk.manpages@gmail.com>2012-06-08 03:10:25 +1200
commit02ace852fbdda2958ed0035931639fe888db8e6b (patch)
treee4ae685cc2ac594ba1addc8747e0e5c0cd96008e
parenta59e64bef23d18329ad4099b1341eb63042491a7 (diff)
downloadman-pages-02ace852fbdda2958ed0035931639fe888db8e6b.tar.gz
open.2, select.2, aio_cancel.3, aio_suspend.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/open.24
-rw-r--r--man2/select.22
-rw-r--r--man3/aio_cancel.32
-rw-r--r--man3/aio_suspend.32
4 files changed, 5 insertions, 5 deletions
diff --git a/man2/open.2 b/man2/open.2
index 7fe6602b98..ad318b1954 100644
--- a/man2/open.2
+++ b/man2/open.2
@@ -776,7 +776,7 @@ I/Os should never be run concurrently with the
system call,
if the memory buffer is a private mapping
(i.e., any mapping created with the
-.BR mmap(2)
+.BR mmap (2)
.BR MAP_PRIVATE
flag;
this includes memory allocated on the heap and statically allocated buffers).
@@ -799,7 +799,7 @@ flag.
Nor does this restriction apply when the memory buffer has been advised as
.B MADV_DONTFORK
with
-.BR madvise(2),
+.BR madvise (2),
ensuring that it will not be available
to the child after
.BR fork (2).
diff --git a/man2/select.2 b/man2/select.2
index d4a8f8fe03..394a9f615a 100644
--- a/man2/select.2
+++ b/man2/select.2
@@ -436,7 +436,7 @@ argument;
this is the behavior required by POSIX.1-2001.
The final argument of the
-.BR pselect6()
+.BR pselect6 ()
system call is not a
.I "sigset_t\ *"
pointer, but is instead a structure of the form:
diff --git a/man3/aio_cancel.3 b/man3/aio_cancel.3
index 8b80275801..c8000752eb 100644
--- a/man3/aio_cancel.3
+++ b/man3/aio_cancel.3
@@ -104,7 +104,7 @@ The cause of the error can be found by inspecting
is not a valid file descriptor.
.TP
.B ENOSYS
-.BR aio_cancel()
+.BR aio_cancel ()
is not implemented.
.SH VERSIONS
The
diff --git a/man3/aio_suspend.3 b/man3/aio_suspend.3
index 1215ff7594..05d045d969 100644
--- a/man3/aio_suspend.3
+++ b/man3/aio_suspend.3
@@ -97,7 +97,7 @@ waiting for); see
.BR signal (7).
.TP
.B ENOSYS
-.BR aio_suspend()
+.BR aio_suspend ()
is not implemented.
.SH VERSIONS
The