diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-15 18:40:35 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-15 18:40:35 +0000 |
commit | 58da5112c0a3badb7845088e63ba94c20c062fe8 (patch) | |
tree | 595c26c3115261530f908cf57b007d8f8a464fa4 | |
parent | c4ae5fedeb2c477d11561d81f03fec42999c995a (diff) |
lofs is long gone
-rw-r--r-- | sbin/mount_umap/mount_umap.8 | 3 | ||||
-rw-r--r-- | sbin/mount_union/mount_union.8 | 3 |
2 files changed, 1 insertions, 5 deletions
diff --git a/sbin/mount_umap/mount_umap.8 b/sbin/mount_umap/mount_umap.8 index 816a341773e..d7a5bd94cda 100644 --- a/sbin/mount_umap/mount_umap.8 +++ b/sbin/mount_umap/mount_umap.8 @@ -125,8 +125,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 def02f64317..8378e74fc30 100644 --- a/sbin/mount_union/mount_union.8 +++ b/sbin/mount_union/mount_union.8 @@ -87,8 +87,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 @@ -184,7 +182,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, |