Source-Changes-HG archive

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

[src/trunk]: src/sbin/mknod Arch-specific directories now live under .../sys/...



details:   https://anonhg.NetBSD.org/src/rev/1358c9c1828b
branches:  trunk
changeset: 483972:1358c9c1828b
user:      simonb <simonb%NetBSD.org@localhost>
date:      Wed Mar 22 02:11:51 2000 +0000

description:
Arch-specific directories now live under .../sys/arch, not directly
under .../sys.

diffstat:

 sbin/mknod/mknod.8 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 77dbe5140876 -r 1358c9c1828b sbin/mknod/mknod.8
--- a/sbin/mknod/mknod.8        Wed Mar 22 01:41:41 2000 +0000
+++ b/sbin/mknod/mknod.8        Wed Mar 22 02:11:51 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: mknod.8,v 1.16 1998/11/24 22:55:23 christos Exp $
+.\"    $NetBSD: mknod.8,v 1.17 2000/03/22 02:11:51 simonb Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -97,11 +97,11 @@
 to see if the device is known, or check
 the system dependent device configuration file:
 .Bd -filled -offset indent
-.Dq Pa /usr/src/sys/<arch>/<arch>/conf.c
+.Dq Pa /usr/src/sys/arch/<arch>/<arch>/conf.c
 .Ed
 .Pp
 (for example
-.Pa /usr/src/sys/vax/vax/conf.c ) .
+.Pa /usr/src/sys/arch/vax/vax/conf.c ) .
 .It Ar minor
 The minor device number tells the kernel which one of several similar
 devices the node corresponds to; for example, it may be a specific serial



Home | Main Index | Thread Index | Old Index