From b294089309ec17b759f5ffde6047b336c22f801b Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 27 May 2001 21:13:50 +0000 Subject: [PATCH] Add comment about how to generate MAKEDEV.8, and remove empty call units section in comment (since MAKEDEV2manpage.pl expects at least one entry per section). --- etc/etc.dreamcast/MAKEDEV | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/etc/etc.dreamcast/MAKEDEV b/etc/etc.dreamcast/MAKEDEV index f0d221eac0cf..50fc79f339fc 100755 --- a/etc/etc.dreamcast/MAKEDEV +++ b/etc/etc.dreamcast/MAKEDEV @@ -1,6 +1,6 @@ #!/bin/sh - # -# $NetBSD: MAKEDEV,v 1.4 2001/05/26 19:06:09 marcus Exp $ +# $NetBSD: MAKEDEV,v 1.5 2001/05/27 21:13:50 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 ; perl5 MAKEDEV2manpage.pl" +# 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. @@ -56,8 +63,6 @@ # Pseudo terminals: # pty* set of 16 master and slave pseudo terminals # -# Call units: -# # Special purpose devices: # fd file descriptors # bpf* packet filter