diff options
author | Yuri Kozlov <yuray@komyakino.ru> | 2010-08-29 06:25:10 +0200 |
---|---|---|
committer | Michael Kerrisk <mtk@konstanz.(none)> | 2010-08-29 06:25:10 +0200 |
commit | f75ad1f32ea655ecb93c6c0f3d4e0a7d89173cd0 (patch) | |
tree | c6063c7804a6b87e5efbc55a221d4d5944c6d5b1 /man2/fork.2 | |
parent | fd3fa7efa596b5bd49fd4320d7aba2c2d61eddc2 (diff) |
fork.2: ffix
Signed-off-by: Michael Kerrisk <mtk@konstanz.(none)>
Diffstat (limited to 'man2/fork.2')
-rw-r--r-- | man2/fork.2 | 4 |
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. |