Module Name: src Committed By: tsutsui Date: Mon Feb 22 09:45:02 UTC 2010
Modified Files: src/sbin/mount_ext2fs: mount_ext2fs.8 Log Message: 32 bit UID and GID support on ext2fs has been added since 5.0 so remove description about the limitations from BUGS section. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sbin/mount_ext2fs/mount_ext2fs.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sbin/mount_ext2fs/mount_ext2fs.8 diff -u src/sbin/mount_ext2fs/mount_ext2fs.8:1.14 src/sbin/mount_ext2fs/mount_ext2fs.8:1.15 --- src/sbin/mount_ext2fs/mount_ext2fs.8:1.14 Sun Feb 21 13:26:45 2010 +++ src/sbin/mount_ext2fs/mount_ext2fs.8 Mon Feb 22 09:45:02 2010 @@ -1,4 +1,4 @@ -.\" $NetBSD: mount_ext2fs.8,v 1.14 2010/02/21 13:26:45 wiz Exp $ +.\" $NetBSD: mount_ext2fs.8,v 1.15 2010/02/22 09:45:02 tsutsui Exp $ .\" .\" Copyright (c) 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -28,7 +28,7 @@ .\" SUCH DAMAGE. .\" .\" -.Dd June 27, 1996 +.Dd February 22, 2010 .Dt MOUNT_EXT2FS 8 .Os .Sh NAME @@ -79,6 +79,3 @@ .Fx 2.2 . .Sh BUGS Some ext2-specific options, features or file flags are not supported. -.Pp -Because of ext2 limitations, an ext2 file system can't be used with -any UID or GID greater than 65535.