diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2014-03-19 15:28:17 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2014-03-19 15:28:17 +0000 |
commit | dd9f19a442f57b2d20b5d9573d1802460fa816d6 (patch) | |
tree | 44a6c4e53935c6e6671cf97373ed267000b7700f /etc | |
parent | c2018e4e07ff105de15ad38e941373bd2e015a01 (diff) |
Tell the manpage machinery to not output Xr to hd(4/vax) in MAKEDEV.8, since
such a manpage does not currently exist. Requested by jmc@
Diffstat (limited to 'etc')
-rw-r--r-- | etc/etc.vax/MAKEDEV.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.vax/MAKEDEV.md b/etc/etc.vax/MAKEDEV.md index 8729299d696..1fa230f0d8a 100644 --- a/etc/etc.vax/MAKEDEV.md +++ b/etc/etc.vax/MAKEDEV.md @@ -1,6 +1,6 @@ define(MACHINE,vax)dnl vers(__file__, - {-$OpenBSD: MAKEDEV.md,v 1.51 2014/01/05 01:16:52 deraadt Exp $-}, + {-$OpenBSD: MAKEDEV.md,v 1.52 2014/03/19 15:28:16 miod Exp $-}, etc.MACHINE)dnl dnl dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org> @@ -20,7 +20,7 @@ dnl dnl dnl *** vax specific definitions dnl -__devitem(hd, hd*, {-HDC9224 disks-})dnl +__devitem(hd, hd*, {-HDC9224 disks-}, nothing)dnl __devitem(dz, dz*, UNIBUS DZ11 and DZ32)dnl _mkdev(dz, dz*, {-case $U in |