diff options
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/mount/mount.8 | 1 | ||||
-rw-r--r-- | sbin/mount_ifs/mount.8 | 1 | ||||
-rw-r--r-- | sbin/mount_umap/mount_umap.8 | 3 | ||||
-rw-r--r-- | sbin/mount_umapfs/mount_umapfs.8 | 3 | ||||
-rw-r--r-- | sbin/mount_union/mount_union.8 | 3 | ||||
-rw-r--r-- | sbin/mount_unionfs/mount_unionfs.8 | 3 |
6 files changed, 2 insertions, 12 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index 62a9854..53c211c 100644 --- a/sbin/mount/mount.8 +++ b/sbin/mount/mount.8 @@ -271,7 +271,6 @@ file system table .Xr mount_fdesc 8 , .Xr mount_kernfs 8 , .Xr mount_lfs 8 , -.Xr mount_lofs 8 , .Xr mount_mfs 8 , .Xr mount_nfs 8 , .Xr mount_null 8 , diff --git a/sbin/mount_ifs/mount.8 b/sbin/mount_ifs/mount.8 index 62a9854..53c211c 100644 --- a/sbin/mount_ifs/mount.8 +++ b/sbin/mount_ifs/mount.8 @@ -271,7 +271,6 @@ file system table .Xr mount_fdesc 8 , .Xr mount_kernfs 8 , .Xr mount_lfs 8 , -.Xr mount_lofs 8 , .Xr mount_mfs 8 , .Xr mount_nfs 8 , .Xr mount_null 8 , diff --git a/sbin/mount_umap/mount_umap.8 b/sbin/mount_umap/mount_umap.8 index e90ce26..63bdd48 100644 --- a/sbin/mount_umap/mount_umap.8 +++ b/sbin/mount_umap/mount_umap.8 @@ -123,8 +123,7 @@ It is not meant for production use. The implementation is not very sophisticated. .Sh SEE ALSO .Xr mount 8 , -.Xr mount_null 8 , -.Xr mount_lofs 8 +.Xr mount_null 8 .Sh HISTORY The .Nm mount_umap diff --git a/sbin/mount_umapfs/mount_umapfs.8 b/sbin/mount_umapfs/mount_umapfs.8 index e90ce26..63bdd48 100644 --- a/sbin/mount_umapfs/mount_umapfs.8 +++ b/sbin/mount_umapfs/mount_umapfs.8 @@ -123,8 +123,7 @@ It is not meant for production use. The implementation is not very sophisticated. .Sh SEE ALSO .Xr mount 8 , -.Xr mount_null 8 , -.Xr mount_lofs 8 +.Xr mount_null 8 .Sh HISTORY The .Nm mount_umap diff --git a/sbin/mount_union/mount_union.8 b/sbin/mount_union/mount_union.8 index 65a6497..7174e17 100644 --- a/sbin/mount_union/mount_union.8 +++ b/sbin/mount_union/mount_union.8 @@ -85,8 +85,6 @@ See the man page for possible options and their meanings. .It Fl r Hide the lower layer completely in the same way as mounting with -.Xr mount_lofs 8 -or .Xr mount_null 8 . .El .Pp @@ -182,7 +180,6 @@ accessible via .Xr unmount 2 , .Xr fstab 5 , .Xr mount 8 , -.Xr mount_lofs 8 , .Xr mount_null 8 .Sh BUGS Without whiteout support from the filesystem backing the upper layer, diff --git a/sbin/mount_unionfs/mount_unionfs.8 b/sbin/mount_unionfs/mount_unionfs.8 index 65a6497..7174e17 100644 --- a/sbin/mount_unionfs/mount_unionfs.8 +++ b/sbin/mount_unionfs/mount_unionfs.8 @@ -85,8 +85,6 @@ See the man page for possible options and their meanings. .It Fl r Hide the lower layer completely in the same way as mounting with -.Xr mount_lofs 8 -or .Xr mount_null 8 . .El .Pp @@ -182,7 +180,6 @@ accessible via .Xr unmount 2 , .Xr fstab 5 , .Xr mount 8 , -.Xr mount_lofs 8 , .Xr mount_null 8 .Sh BUGS Without whiteout support from the filesystem backing the upper layer, |