Module Name:    src
Committed By:   wiz
Date:           Sun Feb 21 13:33:03 UTC 2010

Modified Files:
        src/share/man/man8/man8.cobalt: boot.8
        src/share/man/man9: vnode.9

Log Message:
Consistently call the file system "ext2".


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/share/man/man8/man8.cobalt/boot.8
cvs rdiff -u -r1.46 -r1.47 src/share/man/man9/vnode.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man8/man8.cobalt/boot.8
diff -u src/share/man/man8/man8.cobalt/boot.8:1.7 src/share/man/man8/man8.cobalt/boot.8:1.8
--- src/share/man/man8/man8.cobalt/boot.8:1.7	Wed Mar 11 19:35:47 2009
+++ src/share/man/man8/man8.cobalt/boot.8	Sun Feb 21 13:33:03 2010
@@ -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

Index: src/share/man/man9/vnode.9
diff -u src/share/man/man9/vnode.9:1.46 src/share/man/man9/vnode.9:1.47
--- src/share/man/man9/vnode.9:1.46	Sat Feb 13 07:48:01 2010
+++ src/share/man/man9/vnode.9	Sun Feb 21 13:33:03 2010
@@ -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

Reply via email to