Source-Changes-HG archive

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

[src/trunk]: src/sbin/newfs Drop superfluous Ns.



details:   https://anonhg.NetBSD.org/src/rev/eac5b4bd6c92
branches:  trunk
changeset: 535507:eac5b4bd6c92
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Aug 20 16:07:45 2002 +0000

description:
Drop superfluous Ns.

diffstat:

 sbin/newfs/mount_mfs.8 |  4 ++--
 sbin/newfs/newfs.8     |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 86bb9393b070 -r eac5b4bd6c92 sbin/newfs/mount_mfs.8
--- a/sbin/newfs/mount_mfs.8    Tue Aug 20 16:05:46 2002 +0000
+++ b/sbin/newfs/mount_mfs.8    Tue Aug 20 16:07:45 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: mount_mfs.8,v 1.4 2002/05/21 11:25:38 lukem Exp $
+.\"    $NetBSD: mount_mfs.8,v 1.5 2002/08/20 16:07:45 wiz Exp $
 .\"
 .\" Copyright (c) 1983, 1987, 1991, 1993, 1994
 .\"    The Regents of the University of California.  All rights reserved.
@@ -144,7 +144,7 @@
 and
 .Ar block-size .
 The optimal
-.Ar block-size Ns : Ns Ar frag-size
+.Ar block-size : Ns Ar frag-size
 ratio is 8:1.
 Other ratios are possible, but are not recommended,
 and may produce unpredictable results.
diff -r 86bb9393b070 -r eac5b4bd6c92 sbin/newfs/newfs.8
--- a/sbin/newfs/newfs.8        Tue Aug 20 16:05:46 2002 +0000
+++ b/sbin/newfs/newfs.8        Tue Aug 20 16:07:45 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: newfs.8,v 1.42 2002/04/06 05:57:17 dsainty Exp $
+.\"    $NetBSD: newfs.8,v 1.43 2002/08/20 16:07:45 wiz Exp $
 .\"
 .\" Copyright (c) 1983, 1987, 1991, 1993, 1994
 .\"    The Regents of the University of California.  All rights reserved.
@@ -182,7 +182,7 @@
 and
 .Ar block-size .
 The optimal
-.Ar block-size Ns : Ns Ar frag-size
+.Ar block-size : Ns Ar frag-size
 ratio is 8:1.
 Other ratios are possible, but are not recommended,
 and may produce unpredictable results.



Home | Main Index | Thread Index | Old Index