Module Name:    src
Committed By:   wiz
Date:           Sun Feb 21 13:23:15 UTC 2010

Modified Files:
        src/sbin/newfs_ext2fs: newfs_ext2fs.8

Log Message:
Fix string, noted by tsutsui.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sbin/newfs_ext2fs/newfs_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/newfs_ext2fs/newfs_ext2fs.8
diff -u src/sbin/newfs_ext2fs/newfs_ext2fs.8:1.9 src/sbin/newfs_ext2fs/newfs_ext2fs.8:1.10
--- src/sbin/newfs_ext2fs/newfs_ext2fs.8:1.9	Thu Feb 18 13:49:19 2010
+++ src/sbin/newfs_ext2fs/newfs_ext2fs.8	Sun Feb 21 13:23:15 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: newfs_ext2fs.8,v 1.9 2010/02/18 13:49:19 wiz Exp $
+.\"	$NetBSD: newfs_ext2fs.8,v 1.10 2010/02/21 13:23:15 wiz Exp $
 .\"
 .\" Copyright (c) 1983, 1987, 1991, 1993, 1994
 .\"	The Regents of the University of California.  All rights reserved.
@@ -110,7 +110,7 @@
 implementation doesn't support fragmentation.
 .It Fl I
 Do not require that the file system type listed in the disk label is
-.Ql Linux ext2 .
+.Ql Linux Ext2 .
 .It Fl i Ar bytes-per-inode
 This specifies the density of inodes in the file system.
 If fewer inodes are desired, a larger number should be used;
@@ -247,7 +247,7 @@
 command to succeed,
 the disk label should first be updated such that the fstype field for the
 partition is set to
-.Ql Linux ext2 ,
+.Ql Linux Ext2 ,
 unless
 .Fl F
 or

Reply via email to