diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-03-11 12:38:48 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-03-11 12:38:48 +0000 |
commit | 0f5546a1fe412a35ac8d5521b7ee34d7cdf6b6ed (patch) | |
tree | 75d523c1e957c3c461aa8abbda6aea7b250a1e2b /man2/fork.2 | |
parent | 5ada556d56f6038ad60f8783f26ccde2f7a5f9d9 (diff) |
spfix
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 0e814557..2d768558 100644 --- a/man2/fork.2 +++ b/man2/fork.2 @@ -150,7 +150,7 @@ This means that the two descriptors share the same flags .IP * The child inherits copies of the parent's set of open directory streams (see .BR opendir (3)). -POSIX.1-2001 says that the correspoding directory streams +POSIX.1-2001 says that the corresponding directory streams in the parent and child .I may share the directory stream positioning; |