diff options
author | 2002-01-24 21:18:36 +0000 | |
---|---|---|
committer | 2002-01-24 21:18:36 +0000 | |
commit | cc731645bcd58fe3601670ccbbb2776bd5a1c5a8 (patch) | |
tree | 1768cc80cf15e068542e77724464e4fa8f173957 /lib/libc/sys/fork.2 | |
parent | ellaborate on history (diff) | |
download | wireguard-openbsd-cc731645bcd58fe3601670ccbbb2776bd5a1c5a8.tar.xz wireguard-openbsd-cc731645bcd58fe3601670ccbbb2776bd5a1c5a8.zip |
most of these is v2, not v6
Diffstat (limited to 'lib/libc/sys/fork.2')
-rw-r--r-- | lib/libc/sys/fork.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/fork.2 b/lib/libc/sys/fork.2 index 06c9915cad3..1f9c0c6da3b 100644 --- a/lib/libc/sys/fork.2 +++ b/lib/libc/sys/fork.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fork.2,v 1.10 2000/10/18 05:12:09 aaron Exp $ +.\" $OpenBSD: fork.2,v 1.11 2002/01/24 21:18:36 mickey Exp $ .\" $NetBSD: fork.2,v 1.6 1995/02/27 12:32:36 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -109,4 +109,4 @@ There is insufficient swap space for the new process. A .Fn fork function call appeared in -.At v6 . +.At v2 . |