diff options
author | Pedro Martelletto <pedro@cvs.openbsd.org> | 2006-03-25 21:13:44 +0000 |
---|---|---|
committer | Pedro Martelletto <pedro@cvs.openbsd.org> | 2006-03-25 21:13:44 +0000 |
commit | 3d91cfb2d45155b5a2ced592fe223233a777c32f (patch) | |
tree | 5b047d37009113d664afba5ff35f140eab3dd642 /lib/libc/gen/sysctl.3 | |
parent | 4f54cf8a751208393591bfd0e056d817301116b4 (diff) |
Fix description of KERN_VNODE, okay deraadt@
Diffstat (limited to 'lib/libc/gen/sysctl.3')
-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" |