--- wikisrc/tutorials/how_to_mount_iso_images.mdwn 2020/09/08 21:05:59 1.3 +++ wikisrc/tutorials/how_to_mount_iso_images.mdwn 2020/09/09 14:28:56 1.4 @@ -4,7 +4,7 @@ # Introduction -NetBSD lets you mount ISO images using the [vnd(4)](//man.NetBSD.org/vnd.4) disk driver. +NetBSD lets you mount ISO images using the [[!template id=man name="vnd" section="4"]] disk driver. The vnd driver provides a disk-like interface to a file. # Mounting the Image @@ -25,8 +25,8 @@ The vnd driver provides a disk-like inte # Additional Information - * [vnd(4)](//man.NetBSD.org/vnd.4) Manpage - * [vnconfig(8)](//man.NetBSD.org/vnconfig.8) Manpage - * [mount(8)](//man.NetBSD.org/mount.8) Manpage - * [umount(8)](//man.NetBSD.org/umount.8) Manpage + * [[!template id=man name="vnd" section="4"]] Manpage + * [[!template id=man name="vnconfig" section="8"]] Manpage + * [[!template id=man name="mount" section="8"]] Manpage + * [[!template id=man name="umount" section="8"]] Manpage