Source-Changes-HG archive

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

[src/trunk]: src/sbin/newfs_ext2fs Fix string, noted by tsutsui.



details:   https://anonhg.NetBSD.org/src/rev/dab4ae44f6cf
branches:  trunk
changeset: 752266:dab4ae44f6cf
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Feb 21 13:23:15 2010 +0000

description:
Fix string, noted by tsutsui.

diffstat:

 sbin/newfs_ext2fs/newfs_ext2fs.8 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r ea365255814a -r dab4ae44f6cf sbin/newfs_ext2fs/newfs_ext2fs.8
--- a/sbin/newfs_ext2fs/newfs_ext2fs.8  Sun Feb 21 13:17:50 2010 +0000
+++ b/sbin/newfs_ext2fs/newfs_ext2fs.8  Sun Feb 21 13:23:15 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index