Slight improvements.
This commit is contained in:
parent
4dff07bdce
commit
58cc8234ca
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: sysctl.3,v 1.122 2003/09/28 13:18:41 dsl Exp $
|
.\" $NetBSD: sysctl.3,v 1.123 2003/10/15 20:04:48 wiz Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1993
|
.\" Copyright (c) 1993
|
||||||
.\" The Regents of the University of California. All rights reserved.
|
.\" The Regents of the University of California. All rights reserved.
|
||||||
|
@ -399,7 +399,7 @@ The
|
||||||
field is always a NUL terminated string.
|
field is always a NUL terminated string.
|
||||||
The
|
The
|
||||||
.Va d_bmajor
|
.Va d_bmajor
|
||||||
field will be set to -1 if the driver doesn't have a block device.
|
field will be set to \-1 if the driver doesn't have a block device.
|
||||||
.It Li KERN_FILE
|
.It Li KERN_FILE
|
||||||
Return the entire file table.
|
Return the entire file table.
|
||||||
The returned data consists of a single
|
The returned data consists of a single
|
||||||
|
@ -666,7 +666,8 @@ Structure giving the sizes of the above arrays.
|
||||||
.It Li KERN_RAWPARTITION
|
.It Li KERN_RAWPARTITION
|
||||||
The raw partition of a disk (a == 0).
|
The raw partition of a disk (a == 0).
|
||||||
.It Li KERN_ROOT_DEVICE
|
.It Li KERN_ROOT_DEVICE
|
||||||
The name of the root device (eg: "wd0").
|
The name of the root device (e.g.,
|
||||||
|
.Dq wd0 ) .
|
||||||
.It Li KERN_ROOT_PARTITION
|
.It Li KERN_ROOT_PARTITION
|
||||||
The root partition on the root device (a == 0).
|
The root partition on the root device (a == 0).
|
||||||
.It Li KERN_RTC_OFFSET
|
.It Li KERN_RTC_OFFSET
|
||||||
|
|
Loading…
Reference in New Issue