diff options
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. |