Source-Changes-HG archive

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

[src/trunk]: src/sbin/newfs_ext2fs Avoid line break in `Linux Ext2' strings.



details:   https://anonhg.NetBSD.org/src/rev/848e4a144c31
branches:  trunk
changeset: 752413:848e4a144c31
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Thu Feb 25 13:09:17 2010 +0000

description:
Avoid line break in `Linux Ext2' strings.

diffstat:

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

diffs (27 lines):

diff -r aff215e3df5b -r 848e4a144c31 sbin/newfs_ext2fs/newfs_ext2fs.8
--- a/sbin/newfs_ext2fs/newfs_ext2fs.8  Thu Feb 25 13:05:11 2010 +0000
+++ b/sbin/newfs_ext2fs/newfs_ext2fs.8  Thu Feb 25 13:09:17 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index