diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2002-02-13 20:21:55 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2002-02-13 20:21:55 +0000 |
commit | 3a2afb53109c8b9e1f88bdecb72830c801f797e3 (patch) | |
tree | 65cc05014f4d67a56b31c314a70b8caa531640ee /etc/etc.hppa/MAKEDEV.md | |
parent | e1632cc1b65c2b3b6ebead38ce6e37bdb6dca5c6 (diff) |
fix tty/pty #'s (off by one)
Diffstat (limited to 'etc/etc.hppa/MAKEDEV.md')
-rw-r--r-- | etc/etc.hppa/MAKEDEV.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/etc.hppa/MAKEDEV.md b/etc/etc.hppa/MAKEDEV.md index 6419b551f50..b8bac944c89 100644 --- a/etc/etc.hppa/MAKEDEV.md +++ b/etc/etc.hppa/MAKEDEV.md @@ -1,5 +1,5 @@ vers(__file__, - {-$OpenBSD: MAKEDEV.md,v 1.2 2002/02/09 16:59:50 deraadt Exp $-}, + {-$OpenBSD: MAKEDEV.md,v 1.3 2002/02/13 20:21:54 todd Exp $-}, etc.MACHINE)dnl dnl dnl Copyright (c) 2001 Todd T. Fries <todd@OpenBSD.org> @@ -41,8 +41,8 @@ _DEV(rd,9,3) _TITLE(term) _DEV(com,23) _TITLE(pty) -_DEV(tty,5) -_DEV(pty,6) +_DEV(tty,4) +_DEV(pty,5) _TITLE(prn) _DEV(lpt,30) _TITLE(call) |