diff options
author | 2016-02-29 22:14:56 +0000 | |
---|---|---|
committer | 2016-02-29 22:14:56 +0000 | |
commit | d43e5ec027232eb7d2d0dd1e7989bd8b04a45659 (patch) | |
tree | 6f347bdc0eb977c12d0f30c41f674262c1527b7e | |
parent | Merge add/make_prefix() and kill last use of struct in6_prefixreq in userland. (diff) | |
download | wireguard-openbsd-d43e5ec027232eb7d2d0dd1e7989bd8b04a45659.tar.xz wireguard-openbsd-d43e5ec027232eb7d2d0dd1e7989bd8b04a45659.zip |
__tfork is section 3, not 2;
-rw-r--r-- | lib/libc/gen/sysctl.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index e74bcb34413..1e72946c3cc 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.254 2016/02/29 19:44:07 naddy Exp $ +.\" $OpenBSD: sysctl.3,v 1.255 2016/02/29 22:14:56 jmc Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -550,7 +550,7 @@ This structure contains information about the number of .Xr fork 2 , .Xr vfork 2 , and -.Xr __tfork 2 +.Xr __tfork 3 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 |