aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/vfork.2
diff options
context:
space:
mode:
authorJens Schweikhardt <schweikh@FreeBSD.org>2002-12-27 12:15:40 +0000
committerJens Schweikhardt <schweikh@FreeBSD.org>2002-12-27 12:15:40 +0000
commit57bd0fc6e89b888516b6a64206715bef500fc2d1 (patch)
treeab5e026aafe37b18ff362bec5a3c4765fb7813f5 /lib/libc/sys/vfork.2
parentaa4d7a8a4bf3d4bfe0ad9a1af83ac6c4693eee55 (diff)
english(4) police.
Notes
Notes: svn path=/head/; revision=108317
Diffstat (limited to 'lib/libc/sys/vfork.2')
-rw-r--r--lib/libc/sys/vfork.22
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/vfork.2 b/lib/libc/sys/vfork.2
index 433f42d9e36c..16a7bb9d8ea1 100644
--- a/lib/libc/sys/vfork.2
+++ b/lib/libc/sys/vfork.2
@@ -78,7 +78,7 @@ The
system call
can normally be used just like
.Xr fork 2 .
-It does not work, however, to return while running in the childs context
+It does not work, however, to return while running in the child's context
from the procedure that called
.Fn vfork
since the eventual return from