diff options
author | dannyboy <dannyboy@FreeBSD.org> | 2000-07-08 18:17:12 +0000 |
---|---|---|
committer | dannyboy <dannyboy@FreeBSD.org> | 2000-07-08 18:17:12 +0000 |
commit | 368192edcd16e88c57771dc04ce9072163fe002f (patch) | |
tree | f4eb96cd2b4f86aff119aa32c92d15a60682abf3 | |
parent | f3a0972556ea3f1b4f22d3191639f08bf725d342 (diff) | |
download | FreeBSD-src-368192edcd16e88c57771dc04ce9072163fe002f.zip FreeBSD-src-368192edcd16e88c57771dc04ce9072163fe002f.tar.gz |
First appeared in 2.9BSD, not 3.0.
PR: 19263
Submitted by: NOKUBI Hirotaka <nokubi@ff.iij4u.or.jp>
Obtained from: Open|NetBSD
-rw-r--r-- | lib/libc/sys/vfork.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/vfork.2 b/lib/libc/sys/vfork.2 index e44d955..a532d59 100644 --- a/lib/libc/sys/vfork.2 +++ b/lib/libc/sys/vfork.2 @@ -129,4 +129,4 @@ and input attempts result in an end-of-file indication. The .Fn vfork function call appeared in -.Bx 3.0 . +.Bx 2.9 . |