diff options
author | 2006-03-25 21:13:43 +0000 | |
---|---|---|
committer | 2006-03-25 21:13:43 +0000 | |
commit | bb41f24f61cdaa6567264480e80f1fa81890034e (patch) | |
tree | 5e3a88ab317882fd7c56cd7e0c00f20072b54be6 | |
parent | Handle syncer vnodes gracefully, okay deraadt@ (diff) | |
download | wireguard-openbsd-bb41f24f61cdaa6567264480e80f1fa81890034e.tar.xz wireguard-openbsd-bb41f24f61cdaa6567264480e80f1fa81890034e.zip |
Fix description of KERN_VNODE, okay deraadt@
-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 11e50f98aae..b3847cd67cb 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.147 2005/11/30 11:18:27 jmc Exp $ +.\" $OpenBSD: sysctl.3,v 1.148 2006/03/25 21:13:43 pedro Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -397,7 +397,7 @@ information. .It Dv KERN_USERCRYPTO No " integer yes" .It Dv KERN_USERMOUNT No " integer yes" .It Dv KERN_VERSION No " string no" -.It Dv KERN_VNODE No " struct vnode no" +.It Dv KERN_VNODE No " struct e_vnode no" .It Dv KERN_WATCHDOG No " node not applicable" .El .Bl -tag -width "123456" |