Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Consistently call the file system "ext2".



details:   https://anonhg.NetBSD.org/src/rev/3b08898cbeb1
branches:  trunk
changeset: 752268:3b08898cbeb1
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Feb 21 13:28:12 2010 +0000

description:
Consistently call the file system "ext2".

diffstat:

 distrib/syspkg/sets/base/base-ext2fs-root/COMMENT |  2 +-
 distrib/syspkg/sets/base/base-ext2fs-root/DESCR   |  2 +-
 distrib/syspkg/sets/man/man-ext2fs-catman/COMMENT |  2 +-
 distrib/syspkg/sets/man/man-ext2fs-catman/DESCR   |  2 +-
 distrib/syspkg/sets/man/man-ext2fs-man/COMMENT    |  2 +-
 distrib/syspkg/sets/man/man-ext2fs-man/DESCR      |  2 +-
 distrib/utils/sysinst/arch/cobalt/msg.md.en       |  8 ++++----
 share/man/man8/man8.cobalt/boot.8                 |  4 ++--
 share/man/man9/vnode.9                            |  4 ++--
 9 files changed, 14 insertions(+), 14 deletions(-)

diffs (103 lines):

diff -r 3525dce19305 -r 3b08898cbeb1 distrib/syspkg/sets/base/base-ext2fs-root/COMMENT
--- a/distrib/syspkg/sets/base/base-ext2fs-root/COMMENT Sun Feb 21 13:26:45 2010 +0000
+++ b/distrib/syspkg/sets/base/base-ext2fs-root/COMMENT Sun Feb 21 13:28:12 2010 +0000
@@ -1,1 +1,1 @@
-root file system support for ext2fs file system
+root file system support for ext2 file system
diff -r 3525dce19305 -r 3b08898cbeb1 distrib/syspkg/sets/base/base-ext2fs-root/DESCR
--- a/distrib/syspkg/sets/base/base-ext2fs-root/DESCR   Sun Feb 21 13:26:45 2010 +0000
+++ b/distrib/syspkg/sets/base/base-ext2fs-root/DESCR   Sun Feb 21 13:28:12 2010 +0000
@@ -1,1 +1,1 @@
-root file system support for ext2fs file system
+root file system support for ext2 file system
diff -r 3525dce19305 -r 3b08898cbeb1 distrib/syspkg/sets/man/man-ext2fs-catman/COMMENT
--- a/distrib/syspkg/sets/man/man-ext2fs-catman/COMMENT Sun Feb 21 13:26:45 2010 +0000
+++ b/distrib/syspkg/sets/man/man-ext2fs-catman/COMMENT Sun Feb 21 13:28:12 2010 +0000
@@ -1,1 +1,1 @@
-formatted man pages for the Linux ext2fx file system support
+formatted man pages for the Linux ext2 file system support
diff -r 3525dce19305 -r 3b08898cbeb1 distrib/syspkg/sets/man/man-ext2fs-catman/DESCR
--- a/distrib/syspkg/sets/man/man-ext2fs-catman/DESCR   Sun Feb 21 13:26:45 2010 +0000
+++ b/distrib/syspkg/sets/man/man-ext2fs-catman/DESCR   Sun Feb 21 13:28:12 2010 +0000
@@ -1,1 +1,1 @@
-formatted man pages for the Linux ext2fx file system support
+formatted man pages for the Linux ext2 file system support
diff -r 3525dce19305 -r 3b08898cbeb1 distrib/syspkg/sets/man/man-ext2fs-man/COMMENT
--- a/distrib/syspkg/sets/man/man-ext2fs-man/COMMENT    Sun Feb 21 13:26:45 2010 +0000
+++ b/distrib/syspkg/sets/man/man-ext2fs-man/COMMENT    Sun Feb 21 13:28:12 2010 +0000
@@ -1,1 +1,1 @@
-man pages source for the Linux ext2fx file system support
+man pages source for the Linux ext2 file system support
diff -r 3525dce19305 -r 3b08898cbeb1 distrib/syspkg/sets/man/man-ext2fs-man/DESCR
--- a/distrib/syspkg/sets/man/man-ext2fs-man/DESCR      Sun Feb 21 13:26:45 2010 +0000
+++ b/distrib/syspkg/sets/man/man-ext2fs-man/DESCR      Sun Feb 21 13:28:12 2010 +0000
@@ -1,1 +1,1 @@
-man pages source for the Linux ext2fx file system support
+man pages source for the Linux ext2 file system support
diff -r 3525dce19305 -r 3b08898cbeb1 distrib/utils/sysinst/arch/cobalt/msg.md.en
--- a/distrib/utils/sysinst/arch/cobalt/msg.md.en       Sun Feb 21 13:26:45 2010 +0000
+++ b/distrib/utils/sysinst/arch/cobalt/msg.md.en       Sun Feb 21 13:28:12 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: msg.md.en,v 1.2 2009/03/06 19:05:02 reed Exp $ */
+/*     $NetBSD: msg.md.en,v 1.3 2010/02/21 13:28:46 wiz Exp $  */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -61,10 +61,10 @@
 (Answering 'no' will take you back to the partition edit menu.)}
 
 message nobootpart
-{There is no Linux Ext2 partition in the MBR partition table.}
+{There is no Linux ext2 partition in the MBR partition table.}
 
 message boottoosmall
-{The Linux Ext2 partition to install the native bootloader is too small.
+{The Linux ext2 partition to install the native bootloader is too small.
 It needs to be at least 1MB in size, however a size of at least 5MB is
 recommended.}
 
@@ -73,7 +73,7 @@
 match the boot partition you set up in the MBR partition table.}
 
 message copybootloader
-{Installing bootloader into the Linux Ext2 partition on %s...
+{Installing bootloader into the Linux ext2 partition on %s...
 }
 
 message set_kernel_1
diff -r 3525dce19305 -r 3b08898cbeb1 share/man/man8/man8.cobalt/boot.8
--- a/share/man/man8/man8.cobalt/boot.8 Sun Feb 21 13:26:45 2010 +0000
+++ b/share/man/man8/man8.cobalt/boot.8 Sun Feb 21 13:28:12 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: boot.8,v 1.7 2009/03/11 19:35:47 joerg Exp $
+.\"    $NetBSD: boot.8,v 1.8 2010/02/21 13:33:03 wiz Exp $
 .\"
 .\" Copyright (c) 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -102,7 +102,7 @@
 the first partition being a boot one which is special in that it
 should reside close to the beginning of the disk and must contain
 an
-.Tn Ext2
+.Tn ext2
 file system with a
 .Pa boot
 directory which is treated specially by the
diff -r 3525dce19305 -r 3b08898cbeb1 share/man/man9/vnode.9
--- a/share/man/man9/vnode.9    Sun Feb 21 13:26:45 2010 +0000
+++ b/share/man/man9/vnode.9    Sun Feb 21 13:28:12 2010 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: vnode.9,v 1.46 2010/02/13 07:48:01 wiz Exp $
+.\"     $NetBSD: vnode.9,v 1.47 2010/02/21 13:33:03 wiz Exp $
 .\"
 .\" Copyright (c) 2001, 2005, 2006 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -410,7 +410,7 @@
 .It VT_ADOSFS
 Amiga file system
 .It VT_EXT2FS
-Linux's EXT2 file system
+Linux's ext2 file system
 .It VT_CODA
 Coda file system
 .It VT_FILECORE



Home | Main Index | Thread Index | Old Index