Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/gen Slight improvements.



details:   https://anonhg.NetBSD.org/src/rev/f08219c975c7
branches:  trunk
changeset: 553393:f08219c975c7
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Oct 15 20:04:48 2003 +0000

description:
Slight improvements.

diffstat:

 lib/libc/gen/sysctl.3 |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 52eeb4a30646 -r f08219c975c7 lib/libc/gen/sysctl.3
--- a/lib/libc/gen/sysctl.3     Wed Oct 15 20:02:10 2003 +0000
+++ b/lib/libc/gen/sysctl.3     Wed Oct 15 20:04:48 2003 +0000
@@ -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
 .\"    The Regents of the University of California.  All rights reserved.
@@ -399,7 +399,7 @@
 field is always a NUL terminated string.
 The
 .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
 Return the entire file table.
 The returned data consists of a single
@@ -666,7 +666,8 @@
 .It Li KERN_RAWPARTITION
 The raw partition of a disk (a == 0).
 .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
 The root partition on the root device (a == 0).
 .It Li KERN_RTC_OFFSET



Home | Main Index | Thread Index | Old Index