Add kern.drivers and kern.root_partition to match recent kern_sysctl.c
Add kern.root_device which was absent.
This commit is contained in:
parent
499f56cda2
commit
0188e8d8ce
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: sysctl.8,v 1.100 2003/09/21 15:23:55 wiz Exp $
|
||||
.\" $NetBSD: sysctl.8,v 1.101 2003/09/27 18:57:05 dsl Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -179,6 +179,7 @@ privilege can change the value.
|
|||
.It kern.cp_time struct no
|
||||
.It kern.defcorename string yes
|
||||
.It kern.domainname string yes
|
||||
.It kern.drivers int,struct no
|
||||
.It kern.forkfsleep integer yes
|
||||
.It kern.fscale integer no
|
||||
.It kern.fsync integer no
|
||||
|
@ -234,6 +235,8 @@ privilege can change the value.
|
|||
.It kern.proc2 struct no
|
||||
.It kern.proc_args string yes
|
||||
.It kern.rawpartition integer no
|
||||
.It kern.root_device string no
|
||||
.It kern.root_partition integer no
|
||||
.It kern.rtc_offset integer no
|
||||
.It kern.saved_ids integer no
|
||||
.It kern.sbmax integer yes
|
||||
|
|
Loading…
Reference in New Issue