summaryrefslogtreecommitdiff
path: root/man2/fork.2
diff options
context:
space:
mode:
authorYuri Kozlov <yuray@komyakino.ru>2010-08-29 06:25:10 +0200
committerMichael Kerrisk <mtk@konstanz.(none)>2010-08-29 06:25:10 +0200
commitf75ad1f32ea655ecb93c6c0f3d4e0a7d89173cd0 (patch)
treec6063c7804a6b87e5efbc55a221d4d5944c6d5b1 /man2/fork.2
parentfd3fa7efa596b5bd49fd4320d7aba2c2d61eddc2 (diff)
fork.2: ffix
Signed-off-by: Michael Kerrisk <mtk@konstanz.(none)>
Diffstat (limited to 'man2/fork.2')
-rw-r--r--man2/fork.24
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/fork.2 b/man2/fork.2
index 33107a63..0e5a7d2a 100644
--- a/man2/fork.2
+++ b/man2/fork.2
@@ -84,8 +84,8 @@ The child does not inherit outstanding asynchronous I/O operations
from its parent
.RB ( aio_read (3),
.BR aio_write (3)),
-nor does it inherit any asynchronous I/O contexts from its parent
-.RB ( see io_setup (2)).
+nor does it inherit any asynchronous I/O contexts from its parent (see
+.BR io_setup (2)).
.PP
The process attributes in the preceding list are all specified
in POSIX.1-2001.