diff options
author | 2007-05-12 17:37:48 +0000 | |
---|---|---|
committer | 2007-05-12 17:37:48 +0000 | |
commit | 50b698e2dcc23d7c4638a7b52a9d9c3fae407c47 (patch) | |
tree | d83caf8fe6aa9a9401944adc6f1150d7e7fd9a5f | |
parent | Change 0x30 to more readable '0'. (diff) | |
download | wireguard-openbsd-50b698e2dcc23d7c4638a7b52a9d9c3fae407c47.tar.xz wireguard-openbsd-50b698e2dcc23d7c4638a7b52a9d9c3fae407c47.zip |
remove references to mount_vnd.8 and fsck_vnd.8 as these are not hooked
into the build yet.
ok jmc@
-rw-r--r-- | sbin/fsck/fsck.8 | 3 | ||||
-rw-r--r-- | sbin/mount/mount.8 | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sbin/fsck/fsck.8 b/sbin/fsck/fsck.8 index b069a0e1a71..314fe17da01 100644 --- a/sbin/fsck/fsck.8 +++ b/sbin/fsck/fsck.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fsck.8,v 1.29 2007/04/14 13:15:25 jmc Exp $ +.\" $OpenBSD: fsck.8,v 1.30 2007/05/12 17:37:48 fkr Exp $ .\" $NetBSD: fsck.8,v 1.14 1996/10/03 20:08:29 christos Exp $ .\" .\" Copyright (c) 1996 Christos Zoulas. All rights reserved. @@ -172,7 +172,6 @@ file system table .Xr fsck_ext2fs 8 , .Xr fsck_ffs 8 , .Xr fsck_msdos 8 , -.Xr fsck_vnd 8 , .Xr fsdb 8 , .Xr growfs 8 , .Xr mount 8 , diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index 7af666858d3..83187290490 100644 --- a/sbin/mount/mount.8 +++ b/sbin/mount/mount.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount.8,v 1.58 2007/04/14 11:54:00 grunk Exp $ +.\" $OpenBSD: mount.8,v 1.59 2007/05/12 17:37:48 fkr Exp $ .\" $NetBSD: mount.8,v 1.11 1995/07/12 06:23:21 cgd Exp $ .\" .\" Copyright (c) 1980, 1989, 1991, 1993 @@ -371,7 +371,6 @@ with option .Xr mount_portal 8 , .Xr mount_procfs 8 , .Xr mount_udf 8 , -.Xr mount_vnd 8 , .Xr mount_xfs 8 , .Xr sysctl 8 , .Xr umount 8 |