From c8338a3451699f262be3393e45279389587989a9 Mon Sep 17 00:00:00 2001 From: briggs Date: Sun, 30 Apr 1995 20:42:12 +0000 Subject: [PATCH] Remove xref to mount_lofs and add xref to mount_ados and mount_msdos. --- sbin/mount/mount.8 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index 4f3426bbccf9..63373d6abd81 100644 --- a/sbin/mount/mount.8 +++ b/sbin/mount/mount.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: mount.8,v 1.8 1995/03/18 14:57:01 cgd Exp $ +.\" $NetBSD: mount.8,v 1.9 1995/04/30 20:42:12 briggs Exp $ .\" .\" Copyright (c) 1980, 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -244,12 +244,13 @@ file system table .Sh SEE ALSO .Xr mount 2 , .Xr fstab 5 , +.Xr mount_ados 8 , .Xr mount_cd9660 8 , .Xr mount_fdesc 8 , .Xr mount_kernfs 8 , .Xr mount_lfs 8 , -.Xr mount_lofs 8 , .Xr mount_mfs 8 , +.Xr mount_msdos 8 , .Xr mount_nfs 8 , .Xr mount_null 8 , .Xr mount_portal 8 ,