Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Call the file system "ext2" consistently. Suggested by tsutsui.
details: https://anonhg.NetBSD.org/src/rev/3525dce19305
branches: trunk
changeset: 752267:3525dce19305
user: wiz <wiz%NetBSD.org@localhost>
date: Sun Feb 21 13:26:45 2010 +0000
description:
Call the file system "ext2" consistently. Suggested by tsutsui.
diffstat:
sbin/fsck_ext2fs/fsck_ext2fs.8 | 4 ++--
sbin/mount_ext2fs/mount_ext2fs.8 | 10 +++++-----
sbin/newfs/newfs.8 | 4 ++--
share/man/man4/options.4 | 8 ++++----
4 files changed, 13 insertions(+), 13 deletions(-)
diffs (109 lines):
diff -r dab4ae44f6cf -r 3525dce19305 sbin/fsck_ext2fs/fsck_ext2fs.8
--- a/sbin/fsck_ext2fs/fsck_ext2fs.8 Sun Feb 21 13:23:15 2010 +0000
+++ b/sbin/fsck_ext2fs/fsck_ext2fs.8 Sun Feb 21 13:26:45 2010 +0000
@@ -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
diff -r dab4ae44f6cf -r 3525dce19305 sbin/mount_ext2fs/mount_ext2fs.8
--- a/sbin/mount_ext2fs/mount_ext2fs.8 Sun Feb 21 13:23:15 2010 +0000
+++ b/sbin/mount_ext2fs/mount_ext2fs.8 Sun Feb 21 13:26:45 2010 +0000
@@ -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.
diff -r dab4ae44f6cf -r 3525dce19305 sbin/newfs/newfs.8
--- a/sbin/newfs/newfs.8 Sun Feb 21 13:23:15 2010 +0000
+++ b/sbin/newfs/newfs.8 Sun Feb 21 13:26:45 2010 +0000
@@ -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
diff -r dab4ae44f6cf -r 3525dce19305 share/man/man4/options.4
--- a/share/man/man4/options.4 Sun Feb 21 13:23:15 2010 +0000
+++ b/share/man/man4/options.4 Sun Feb 21 13:26:45 2010 +0000
@@ -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.
Home |
Main Index |
Thread Index |
Old Index