Module Name:    src
Committed By:   tsutsui
Date:           Thu Feb 25 13:09:17 UTC 2010

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

Log Message:
Avoid line break in `Linux Ext2' strings.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 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.10 src/sbin/newfs_ext2fs/newfs_ext2fs.8:1.11
--- src/sbin/newfs_ext2fs/newfs_ext2fs.8:1.10	Sun Feb 21 13:23:15 2010
+++ src/sbin/newfs_ext2fs/newfs_ext2fs.8	Thu Feb 25 13:09:17 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: newfs_ext2fs.8,v 1.10 2010/02/21 13:23:15 wiz Exp $
+.\"	$NetBSD: newfs_ext2fs.8,v 1.11 2010/02/25 13:09:17 tsutsui 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