From 54a73269c2cd16dc76fe3876b50cb94ec9d0043b Mon Sep 17 00:00:00 2001 From: bouyer Date: Fri, 28 Jan 2000 17:19:36 +0000 Subject: [PATCH] Updates for ext2fs revision 1. --- sbin/mount_ext2fs/mount_ext2fs.8 | 4 ++-- share/man/man4/options.4 | 12 ++++++++---- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/sbin/mount_ext2fs/mount_ext2fs.8 b/sbin/mount_ext2fs/mount_ext2fs.8 index 98a1b16d1d16..5d459f66b64c 100644 --- a/sbin/mount_ext2fs/mount_ext2fs.8 +++ b/sbin/mount_ext2fs/mount_ext2fs.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: mount_ext2fs.8,v 1.6 1999/03/07 11:02:07 mycroft Exp $ +.\" $NetBSD: mount_ext2fs.8,v 1.7 2000/01/28 17:19:37 bouyer Exp $ .\" .\" Copyright (c) 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -66,7 +66,7 @@ See the man page for possible options and their meanings. .El .Sh BUGS -The EXT2FS-specific options, features or file flags are not supported. +Some EXT2FS-specific options, features or file flags are not supported. .Pp Because of EXT2FS limitations, an EXT2FS file system can't be used with any UID or GID greater than 65535. diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index cb9dceb766b8..cc8b653e35bc 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: options.4,v 1.94 2000/01/22 23:53:08 tron Exp $ +.\" $NetBSD: options.4,v 1.95 2000/01/28 17:19:36 bouyer Exp $ .\" .\" Copyright (c) 1996 .\" Perry E. Metzger. All rights reserved. @@ -354,9 +354,13 @@ Includes code implementing the Berkeley Fast File System Most machines need this if they are not running diskless. .It Cd file-system EXT2FS Includes code implementing the Second Extended File System -.Em ( EXT2FS ) . -This is the most commonly used file system on the Linux operating system, -and is provided here for compatibility. +.Em ( EXT2FS ) +, revision 0 and revision 1 with the +.Em filetype +and +.Em spase_super +options. This is the most commonly used file system on the Linux operating +system, and is provided here for compatibility. Some of the specific features of .Em EXT2FS like the "behavior on errors" are not implemented.