diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2001-03-28 12:59:40 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2001-03-28 12:59:40 +0000 |
commit | 0603a37dbc659fda3367dee03a5e1a55195d7bd4 (patch) | |
tree | 53d7c0a5ad70d9baef1cd59007b345bcca38f96f | |
parent | b99c071034ce465980133446adcdb6c1934d62ad (diff) |
+.Xr mount_ext2fs
Yet another obscure filesystem that no-one ever uses...
(found out by Sebastien Desreux <seb@liafa.jussieu.fr>)
-rw-r--r-- | sbin/mount/mount.8 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index de6ae63c602..876f64a14b2 100644 --- a/sbin/mount/mount.8 +++ b/sbin/mount/mount.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount.8,v 1.26 2000/12/31 22:05:09 angelos Exp $ +.\" $OpenBSD: mount.8,v 1.27 2001/03/28 12:59:39 espie Exp $ .\" $NetBSD: mount.8,v 1.11 1995/07/12 06:23:21 cgd Exp $ .\" .\" Copyright (c) 1980, 1989, 1991, 1993 @@ -305,6 +305,7 @@ file system table .Xr fstab 5 , .Xr mount_ados 8 , .Xr mount_cd9660 8 , +.Xr mount_ext2fs 8 , .Xr mount_fdesc 8 , .Xr mount_ffs 8 , .Xr mount_kernfs 8 , |