diff options
author | 2011-11-06 17:22:20 +0000 | |
---|---|---|
committer | 2011-11-06 17:22:20 +0000 | |
commit | 3eb97ce04b934985f8b541cad76cf800ef8c3420 (patch) | |
tree | fc1f2d235a4ae940f9188fac794cd589bff6a8e8 /lib/libc/sys/fork.2 | |
parent | No need to save/restore the batch_id since the envelope is not dumped (diff) | |
download | wireguard-openbsd-3eb97ce04b934985f8b541cad76cf800ef8c3420.tar.xz wireguard-openbsd-3eb97ce04b934985f8b541cad76cf800ef8c3420.zip |
Commemorate research!dmr by documenting the history of all
system calls existing since Version 1 AT&T UNIX (first batch).
All information taken from primary sources at the UNIX tree of the
UNIX heritage society, http://minnie.tuhs.org/cgi-bin/utree.pl .
The number of errors in the existing manuals is astonishing.
All facts checked by sobrado@.
Feedback and ok on wording and formatting by jmc@.
Diffstat (limited to 'lib/libc/sys/fork.2')
-rw-r--r-- | lib/libc/sys/fork.2 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/sys/fork.2 b/lib/libc/sys/fork.2 index 5acf90c0665..13d9638f82c 100644 --- a/lib/libc/sys/fork.2 +++ b/lib/libc/sys/fork.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fork.2,v 1.14 2007/05/31 19:19:32 jmc Exp $ +.\" $OpenBSD: fork.2,v 1.15 2011/11/06 17:22:20 schwarze Exp $ .\" $NetBSD: fork.2,v 1.6 1995/02/27 12:32:36 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)fork.2 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: November 6 2011 $ .Dt FORK 2 .Os .Sh NAME @@ -122,7 +122,7 @@ The function conforms to .St -p1003.1-90 . .Sh HISTORY -A +The .Fn fork -function call appeared in -.At v2 . +system call first appeared in +.At v1 . |