diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-06-01 05:55:54 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-06-01 05:55:54 +0000 |
commit | 76375bc63278c6f160d089576ea9276a015962b6 (patch) | |
tree | 7ac98992016a0c8189569defd8d7c08c228394e2 /man2/fork.2 | |
parent | 2a85592a6dcbe6b82c167b9abdd3ca93bf80fc7a (diff) |
wfix
Diffstat (limited to 'man2/fork.2')
-rw-r--r-- | man2/fork.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/fork.2 b/man2/fork.2 index 2d4a4a37..5a6a0dc2 100644 --- a/man2/fork.2 +++ b/man2/fork.2 @@ -79,7 +79,7 @@ The child does not inherit record locks from its parent .IP * 4 The parent does not inherit timers from its parent .RB ( setitimer (2) -.BR alarm (3), +.BR alarm (2), .BR timer_create (3)). .IP * 4 The child does not inherit outstanding asynchronous I/O operations |