summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2005-11-27 10:53:56 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2005-11-27 10:53:56 +0000
commit1d89a4cb5530eed2054a1b6ec8cb10f4323096d8 (patch)
treedeb6fa52842742e7a1303f6b59152fcf227eec28
parentfcb72266dec57d43b6496d0440fb18a89b933683 (diff)
.Xr vnconfig 8
-rw-r--r--sbin/mount_cd9660/mount_cd9660.85
-rw-r--r--sbin/mount_udf/mount_udf.85
2 files changed, 6 insertions, 4 deletions
diff --git a/sbin/mount_cd9660/mount_cd9660.8 b/sbin/mount_cd9660/mount_cd9660.8
index 3618a61af8b..a50a7ebbee8 100644
--- a/sbin/mount_cd9660/mount_cd9660.8
+++ b/sbin/mount_cd9660/mount_cd9660.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mount_cd9660.8,v 1.17 2003/06/02 20:06:15 millert Exp $
+.\" $OpenBSD: mount_cd9660.8,v 1.18 2005/11/27 10:53:55 jmc Exp $
.\" $NetBSD: mount_cd9660.8,v 1.3 1995/04/23 10:33:13 cgd Exp $
.\"
.\" Copyright (c) 1993, 1994
@@ -86,7 +86,8 @@ Do not use any Rockridge extensions included in the filesystem.
.Xr mount 2 ,
.Xr fstab 5 ,
.Xr mount 8 ,
-.Xr umount 8
+.Xr umount 8 ,
+.Xr vnconfig 8
.Sh HISTORY
The
.Nm
diff --git a/sbin/mount_udf/mount_udf.8 b/sbin/mount_udf/mount_udf.8
index 988ab287e4e..f3203279474 100644
--- a/sbin/mount_udf/mount_udf.8
+++ b/sbin/mount_udf/mount_udf.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mount_udf.8,v 1.7 2005/09/30 20:34:24 jaredy Exp $
+.\" $OpenBSD: mount_udf.8,v 1.8 2005/11/27 10:53:55 jmc Exp $
.\" Written by Pedro Martelletto <pedro@openbsd.org> in March 2005.
.\" Public domain.
.Dd March 29, 2005
@@ -42,7 +42,8 @@ man page for possible options and their meanings.
.Xr mount 2 ,
.Xr fstab 5 ,
.Xr mount 8 ,
-.Xr umount 8
+.Xr umount 8 ,
+.Xr vnconfig 8
.Sh HISTORY
UDF support first appeared in
.Fx 5.0 ,