diff options
| author | perry <perry@NetBSD.org> | 2003-03-30 20:15:36 +0000 |
|---|---|---|
| committer | perry <perry@NetBSD.org> | 2003-03-30 20:15:36 +0000 |
| commit | 58825b7dac0aaf712d4657a1f2adab92a2721783 (patch) | |
| tree | 9127e2f2a6af6801fde5805372780faaf5da8e06 | |
| parent | 3f1816bf4647a6c2f669a8701a9ef7ad41af5be3 (diff) | |
builtin->built-in, newstyle->new style
| -rw-r--r-- | etc/etc.amiga/MAKEDEV | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/etc.amiga/MAKEDEV b/etc/etc.amiga/MAKEDEV index 5110dbd0c4f..57de06ce10f 100644 --- a/etc/etc.amiga/MAKEDEV +++ b/etc/etc.amiga/MAKEDEV @@ -1,6 +1,6 @@ #!/bin/sh - # -# $NetBSD: MAKEDEV,v 1.82 2003/01/15 22:06:03 is Exp $ +# $NetBSD: MAKEDEV,v 1.83 2003/03/30 20:15:36 perry Exp $ # # Copyright (c) 1990 The Regents of the University of California. # All rights reserved. @@ -79,7 +79,7 @@ # ttyA* mfc serial ports # ttyB* msc serial ports # ttyC* com style serial ports (DraCo, HyperCom) -# On the DraCo, units 0 and 1 are the builtin "modem" and +# On the DraCo, units 0 and 1 are the built-in "modem" and # "mouse" ports, if configured. # # Pseudo terminals: @@ -387,7 +387,7 @@ tty0*|ttyA*|ttyB*) chown uucp $name$unit $mname$unit ;; -# newstyle tty devices: +# new style tty devices: ttyC*) case $i in ttyC*) name=ttyC; mname=dtyC; unit=${i#ttyC}; chr=32;; |
