diff options
author | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2011-04-18 16:52:13 +0000 |
---|---|---|
committer | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2011-04-18 16:52:13 +0000 |
commit | 4514e243d14cd40603dffb605323e3402ec21b23 (patch) | |
tree | d4b13011d6019799589fc50473b797e4aa5e0b3d /share/man/man4/Makefile | |
parent | af2f7b02e557188dfe5a424132f1b18dcd36c6fd (diff) |
Deprecate vnds in favour of svnds.
In effect, this removes the "old" vndX nodes, and renames
the svndX nodes to vndX.
Old svndX nodes will still continue to work though, for now.
Cleanup accordingly.
ok deraadt@, todd@
comments and ok on the man page bits from jmc@
Diffstat (limited to 'share/man/man4/Makefile')
-rw-r--r-- | share/man/man4/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index d1dd8671293..ba387f9946a 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.522 2011/04/10 20:27:02 shadchin Exp $ +# $OpenBSD: Makefile,v 1.523 2011/04/18 16:52:11 thib Exp $ MAN= aac.4 ac97.4 acphy.4 \ acpi.4 acpiac.4 acpiasus.4 acpibat.4 acpibtn.4 acpicpu.4 acpidock.4 \ @@ -90,7 +90,6 @@ MLINKS+=tht.4 thtc.4 MLINKS+=tty.4 cua.4 MLINKS+=usb.4 uhub.4 MLINKS+=vlan.4 svlan.4 -MLINKS+=vnd.4 svnd.4 # man4.hppa64 SUBDIR= man4.alpha man4.amd64 man4.armish man4.aviion man4.hp300 \ |