Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sbin/mknod Pull up revision 1.17 (requested by simonb):



details:   https://anonhg.NetBSD.org/src/rev/c5eb06509266
branches:  netbsd-1-4
changeset: 470483:c5eb06509266
user:      he <he%NetBSD.org@localhost>
date:      Wed Mar 29 22:05:25 2000 +0000

description:
Pull up revision 1.17 (requested by simonb):
  In the example conf.c path, 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 8d70f3752575 -r c5eb06509266 sbin/mknod/mknod.8
--- a/sbin/mknod/mknod.8        Wed Mar 29 21:59:44 2000 +0000
+++ b/sbin/mknod/mknod.8        Wed Mar 29 22:05:25 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.16.2.1 2000/03/29 22:05:25 he 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