diff options
author | 2001-03-28 12:59:39 +0000 | |
---|---|---|
committer | 2001-03-28 12:59:39 +0000 | |
commit | a79db1ccdd16e2987e7d9a21abd80ab54352b1c0 (patch) | |
tree | 1277e6a19c048372a923e6f553caa827ce663aee | |
parent | Status update. (diff) | |
download | wireguard-openbsd-a79db1ccdd16e2987e7d9a21abd80ab54352b1c0.tar.xz wireguard-openbsd-a79db1ccdd16e2987e7d9a21abd80ab54352b1c0.zip |
+.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 , |