diff options
author | sheldonh <sheldonh@FreeBSD.org> | 1999-07-09 13:37:59 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 1999-07-09 13:37:59 +0000 |
commit | 63354e88d91aef0b1bc6330177f7770740f21203 (patch) | |
tree | e8129092312fce5ed151c855370c19c74e630a2b /etc/MAKEDEV | |
parent | 2ee5e6cd044b05a50a395488ad0821378f4bf829 (diff) | |
download | FreeBSD-src-63354e88d91aef0b1bc6330177f7770740f21203.zip FreeBSD-src-63354e88d91aef0b1bc6330177f7770740f21203.tar.gz |
Fix typo in previous commit.
Reported by: bde
Diffstat (limited to 'etc/MAKEDEV')
-rw-r--r-- | etc/MAKEDEV | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV index c7cb572..35cf1e0 100644 --- a/etc/MAKEDEV +++ b/etc/MAKEDEV @@ -129,7 +129,7 @@ # ipl ipfilter control devices (ipl, ipnat, ipstate, ipauth) # kbd keyboard devices # -# $Id: MAKEDEV,v 1.202 1999/07/07 12:00:42 bde Exp $ +# $Id: MAKEDEV,v 1.203 1999/07/09 12:52:02 sheldonh Exp $ # PATH=/sbin:/bin/:/usr/bin:/usr/sbin:$PATH @@ -805,7 +805,7 @@ ppi*) pps*) unit=`expr $i : 'pps\(.*\)'` - mknod ppi$unit c 89 $unit + mknod pps$unit c 89 $unit ;; usb*) |