diff options
author | 2012-04-12 14:25:57 +0000 | |
---|---|---|
committer | 2012-04-12 14:25:57 +0000 | |
commit | 933c873ab8da69c86b170dbd6e62d46e62f09335 (patch) | |
tree | 50e9e6aa9fe7b7e44904984da45520a09ccaf2ae /lib/libc/gen | |
parent | rfork RIP (diff) | |
download | wireguard-openbsd-933c873ab8da69c86b170dbd6e62d46e62f09335.tar.xz wireguard-openbsd-933c873ab8da69c86b170dbd6e62d46e62f09335.zip |
more rfork mop-up
Diffstat (limited to 'lib/libc/gen')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 1e0af58a3ba..dc895475a7c 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.213 2012/04/10 15:57:36 guenther Exp $ +.\" $OpenBSD: sysctl.3,v 1.214 2012/04/12 14:25:57 deraadt Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: April 10 2012 $ +.Dd $Mdocdate: April 12 2012 $ .Dt SYSCTL 3 .Os .Sh NAME @@ -599,7 +599,7 @@ This structure contains information about the number of .Xr fork 2 , .Xr vfork 2 , and -.Xr rfork 2 +.Xr __tfork 2 system calls as well as kernel thread creations since system startup, and the number of pages of virtual memory involved in each. .It Dv KERN_FSCALE |