From 3d177f465a88e6d324c54f0bf69bd2df8946e954 Mon Sep 17 00:00:00 2001 From: Bill Fumerola Date: Mon, 3 May 1999 23:57:32 +0000 Subject: Add sysctl descriptions to many SYSCTL_XXXs PR: kern/11197 Submitted by: Adrian Chadd Reviewed by: billf(spelling/style/minor nits) Looked at by: bde(style) --- sys/kern/init_main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/kern/init_main.c') diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c index 777dba170f1e..c2d2d0f265f2 100644 --- a/sys/kern/init_main.c +++ b/sys/kern/init_main.c @@ -39,7 +39,7 @@ * SUCH DAMAGE. * * @(#)init_main.c 8.9 (Berkeley) 1/21/94 - * $Id: init_main.c,v 1.115 1999/04/28 11:36:50 phk Exp $ + * $Id: init_main.c,v 1.116 1999/04/29 22:51:59 dt Exp $ */ #include "opt_devfs.h" @@ -96,8 +96,8 @@ struct vnode *rootvp; int boothowto = 0; /* initialized so that it can be patched */ struct timeval boottime; -SYSCTL_STRUCT(_kern, KERN_BOOTTIME, boottime, - CTLFLAG_RD, &boottime, timeval, ""); +SYSCTL_STRUCT(_kern, KERN_BOOTTIME, boottime, CTLFLAG_RD, + &boottime, timeval, "System boottime"); /* * Promiscuous argument pass for start_init() -- cgit v1.3