share/man/man4/virtio_blk.4: Add vtbd to the list of .Nm macros
share/man/man4/xbd.4: New file, redirects to xen(4).
From the original PR:
Most device drivers have a man page. Type "man ed" and you get a page.
That's not true for vtbd and xbd.
Seems these should alias to virtio_blk(4) and xen(4) if nothing else?
Or they need a man page?
PR:221365