Add note about how to make MAKEDEV(8).

This commit is contained in:
wiz 2002-06-18 13:54:40 +00:00
parent c12525ff19
commit 4549742eba
3 changed files with 24 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.15 2002/06/18 05:01:56 itojun Exp $
# $NetBSD: MAKEDEV,v 1.16 2002/06/18 13:54:40 wiz Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -23,6 +23,13 @@
#
# @(#)MAKEDEV 5.2 (Berkeley) 6/22/90
#
###########################################################################
#
# PLEASE RUN "cd ../share/man/man8 ; make makedevs"
# AFTER CHANGING THIS FILE, AND COMMIT THE UPDATED MANPAGE!
#
###########################################################################
#
# Device "make" file. Valid arguments:
# all makes all known devices, including local devices.
# Tries to make the 'standard' number of each type.

View File

@ -1,6 +1,13 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.17 2002/06/17 16:21:08 christos Exp $
# $NetBSD: MAKEDEV,v 1.18 2002/06/18 13:54:40 wiz Exp $
#
###########################################################################
#
# PLEASE RUN "cd ../share/man/man8 ; make makedevs"
# AFTER CHANGING THIS FILE, AND COMMIT THE UPDATED MANPAGE!
#
###########################################################################
#
# Device "make" file. Valid arguments:
# std standard devices

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.22 2002/06/18 05:01:09 itojun Exp $
# $NetBSD: MAKEDEV,v 1.23 2002/06/18 13:54:40 wiz Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -23,6 +23,13 @@
#
# @(#)MAKEDEV 5.2 (Berkeley) 6/22/90
#
###########################################################################
#
# PLEASE RUN "cd ../share/man/man8 ; make makedevs"
# AFTER CHANGING THIS FILE, AND COMMIT THE UPDATED MANPAGE!
#
###########################################################################
#
# Device "make" file. Valid arguments:
# all makes all known devices, including local devices.
# Tries to make the 'standard' number of each type.