diff options
author | 2007-01-05 20:03:29 +0000 | |
---|---|---|
committer | 2007-01-05 20:03:29 +0000 | |
commit | a4326c3a8bc4effd4870a2fa5e5270f7f9b87b08 (patch) | |
tree | 3f6e085c5ec5cb48b889fa1e639d0bd1ccb7ff15 | |
parent | when i2c_dumping, instead of just skipping 0xff value registers, (diff) | |
download | wireguard-openbsd-a4326c3a8bc4effd4870a2fa5e5270f7f9b87b08.tar.xz wireguard-openbsd-a4326c3a8bc4effd4870a2fa5e5270f7f9b87b08.zip |
fix typo observed by Diana Eichert
ok drahn@
-rw-r--r-- | etc/etc.landisk/MAKEDEV.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.landisk/MAKEDEV.md b/etc/etc.landisk/MAKEDEV.md index 35608c97566..b2ca99b39be 100644 --- a/etc/etc.landisk/MAKEDEV.md +++ b/etc/etc.landisk/MAKEDEV.md @@ -1,5 +1,5 @@ vers(__file__, - {-$OpenBSD: MAKEDEV.md,v 1.2 2006/12/15 18:59:50 miod Exp $-}, + {-$OpenBSD: MAKEDEV.md,v 1.3 2007/01/05 20:03:29 todd Exp $-}, etc.MACHINE)dnl dnl dnl Copyright (c) 2001-2004 Todd T. Fries <todd@OpenBSD.org> @@ -28,7 +28,7 @@ dnl dnl *** landisk specific devices dnl __devitem(scif, ttya, on-board serial port,scif)dnl -_mkdev(scif, ttya, {-M ttya major_scif_c 0 660 dialer uucp-})dnl +_mkdev(scif, ttya, {-M ttya c major_scif_c 0 660 dialer uucp-})dnl dnl dnl *** MAKEDEV itself dnl |