diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-03-12 18:25:19 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-03-12 18:25:19 +0000 |
commit | df52710c986012e4051544e70e63c3290a56b895 (patch) | |
tree | 70aab4d0ec73c3bfed8b8647f557afff8bb4f59f /etc/MAKEDEV.common | |
parent | 707631dd29366858e5a949fdeef6aa086c200086 (diff) |
Cause ct to be escaped in nroff output; spotted by jmc.
No regen necessary except for hp300 MAKEDEV.8
Diffstat (limited to 'etc/MAKEDEV.common')
-rw-r--r-- | etc/MAKEDEV.common | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/MAKEDEV.common b/etc/MAKEDEV.common index a97d1e471cb..0ec385879d1 100644 --- a/etc/MAKEDEV.common +++ b/etc/MAKEDEV.common @@ -1,4 +1,4 @@ -vers(a, {-$OpenBSD: MAKEDEV.common,v 1.4 2004/03/12 04:54:04 deraadt Exp $-})dnl +vers(a, {-$OpenBSD: MAKEDEV.common,v 1.5 2004/03/12 18:25:15 miod Exp $-})dnl divert(1)dnl dnl dnl Common device definitions. @@ -204,7 +204,6 @@ _mkdev(st, st*, {-n=Mult($U, 16) M ${pre}rst$U c major_st_c $n 660 operator n=Add($n, 1) done-})dnl -__devitem(ct, ct*, HP300 HP-IB cartridge tape drives)dnl __devitem(mt, mt*, (Magnetic) 9-track reel tape drives)dnl __devitem(ht, ht*, MASSBUS TM03 and TU?? devices)dnl __devitem(tm, tm*, UNIBUS TM11 and TE10 emulations (e.g. Emulex TC-11))dnl |