Module Name: src Committed By: wiz Date: Sun Feb 21 13:26:46 UTC 2010
Modified Files: src/sbin/fsck_ext2fs: fsck_ext2fs.8 src/sbin/mount_ext2fs: mount_ext2fs.8 src/sbin/newfs: newfs.8 src/share/man/man4: options.4 Log Message: Call the file system "ext2" consistently. Suggested by tsutsui. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sbin/fsck_ext2fs/fsck_ext2fs.8 cvs rdiff -u -r1.13 -r1.14 src/sbin/mount_ext2fs/mount_ext2fs.8 cvs rdiff -u -r1.76 -r1.77 src/sbin/newfs/newfs.8 cvs rdiff -u -r1.383 -r1.384 src/share/man/man4/options.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sbin/fsck_ext2fs/fsck_ext2fs.8 diff -u src/sbin/fsck_ext2fs/fsck_ext2fs.8:1.18 src/sbin/fsck_ext2fs/fsck_ext2fs.8:1.19 --- src/sbin/fsck_ext2fs/fsck_ext2fs.8:1.18 Mon Oct 19 18:41:08 2009 +++ src/sbin/fsck_ext2fs/fsck_ext2fs.8 Sun Feb 21 13:26:45 2010 @@ -1,4 +1,4 @@ -.\" $NetBSD: fsck_ext2fs.8,v 1.18 2009/10/19 18:41:08 bouyer Exp $ +.\" $NetBSD: fsck_ext2fs.8,v 1.19 2010/02/21 13:26:45 wiz Exp $ .\" .\" Copyright (c) 1980, 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -56,7 +56,7 @@ .Os .Sh NAME .Nm fsck_ext2fs -.Nd EXT2 File System consistency check and interactive repair +.Nd ext2 File System consistency check and interactive repair .Sh SYNOPSIS .Nm .Op Fl dfnpUy Index: src/sbin/mount_ext2fs/mount_ext2fs.8 diff -u src/sbin/mount_ext2fs/mount_ext2fs.8:1.13 src/sbin/mount_ext2fs/mount_ext2fs.8:1.14 --- src/sbin/mount_ext2fs/mount_ext2fs.8:1.13 Mon Jan 31 05:19:19 2005 +++ src/sbin/mount_ext2fs/mount_ext2fs.8 Sun Feb 21 13:26:45 2010 @@ -1,4 +1,4 @@ -.\" $NetBSD: mount_ext2fs.8,v 1.13 2005/01/31 05:19:19 erh Exp $ +.\" $NetBSD: mount_ext2fs.8,v 1.14 2010/02/21 13:26:45 wiz Exp $ .\" .\" Copyright (c) 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -33,7 +33,7 @@ .Os .Sh NAME .Nm mount_ext2fs -.Nd Mount an EXT2FS file system +.Nd Mount an ext2 file system .Sh SYNOPSIS .Nm .Op Fl o Ar options @@ -42,7 +42,7 @@ .Sh DESCRIPTION The .Nm -command attaches an EXT2FS file system +command attaches an ext2 file system .Ar special device on to the file system tree at the point .Ar node . @@ -78,7 +78,7 @@ utility first appeared in .Fx 2.2 . .Sh BUGS -Some EXT2FS-specific options, features or file flags are not supported. +Some ext2-specific options, features or file flags are not supported. .Pp -Because of EXT2FS limitations, an EXT2FS file system can't be used with +Because of ext2 limitations, an ext2 file system can't be used with any UID or GID greater than 65535. Index: src/sbin/newfs/newfs.8 diff -u src/sbin/newfs/newfs.8:1.76 src/sbin/newfs/newfs.8:1.77 --- src/sbin/newfs/newfs.8:1.76 Thu Feb 18 13:51:45 2010 +++ src/sbin/newfs/newfs.8 Sun Feb 21 13:26:46 2010 @@ -1,4 +1,4 @@ -.\" $NetBSD: newfs.8,v 1.76 2010/02/18 13:51:45 wiz Exp $ +.\" $NetBSD: newfs.8,v 1.77 2010/02/21 13:26:46 wiz Exp $ .\" .\" Copyright (c) 1983, 1987, 1991, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -222,7 +222,7 @@ .El To create an LFS filesystem see .Xr newfs_lfs 8 . -To create a Linux Ext2 filesystem see +To create a Linux ext2 filesystem see .Xr newfs_ext2fs 8 . .It Fl o Ar optimization Optimization preference; either Index: src/share/man/man4/options.4 diff -u src/share/man/man4/options.4:1.383 src/share/man/man4/options.4:1.384 --- src/share/man/man4/options.4:1.383 Sun Feb 21 13:17:51 2010 +++ src/share/man/man4/options.4 Sun Feb 21 13:26:46 2010 @@ -1,4 +1,4 @@ -.\" $NetBSD: options.4,v 1.383 2010/02/21 13:17:51 drochner Exp $ +.\" $NetBSD: options.4,v 1.384 2010/02/21 13:26:46 wiz Exp $ .\" .\" Copyright (c) 1996 .\" Perry E. Metzger. All rights reserved. @@ -688,7 +688,7 @@ Most machines need this if they are not running diskless. .It Cd file-system EXT2FS Includes code implementing the Second Extended File System -.Po Em EXT2FS Pc , +.Po Em ext2 Pc , revision 0 and revision 1 with the .Em filetype and @@ -697,7 +697,7 @@ 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 +.Em ext2 like the "behavior on errors" are not implemented. This file system can't be used with UID or GID greater than 65535. See @@ -1008,7 +1008,7 @@ .It Cd options EXT2FS_SYSTEM_FLAGS This option changes the behavior of the APPEND and IMMUTABLE flags for a file on an -.Em EXT2FS +.Em ext2 file system. Without this option, the superuser or owner of the file can set and clear them.