Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/makefs Fix a typo in the description of -f. Noted ...



details:   https://anonhg.NetBSD.org/src/rev/0157e66904b0
branches:  trunk
changeset: 582909:0157e66904b0
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon Jul 11 00:25:08 2005 +0000

description:
Fix a typo in the description of -f.  Noted by Jukka Salmi in PR 30713.
Add some missing punctuation.

diffstat:

 usr.sbin/makefs/makefs.8 |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (38 lines):

diff -r d36fade7f68f -r 0157e66904b0 usr.sbin/makefs/makefs.8
--- a/usr.sbin/makefs/makefs.8  Sun Jul 10 22:27:20 2005 +0000
+++ b/usr.sbin/makefs/makefs.8  Mon Jul 11 00:25:08 2005 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: makefs.8,v 1.13 2004/02/13 17:56:18 wiz Exp $
+.\"    $NetBSD: makefs.8,v 1.14 2005/07/11 00:25:08 lukem Exp $
 .\"
 .\" Copyright (c) 2001-2003 Wasabi Systems, Inc.
 .\" All rights reserved.
@@ -33,7 +33,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd March 30, 2003
+.Dd July 11, 2005
 .Dt MAKEFS 8
 .Os
 .Sh NAME
@@ -149,7 +149,7 @@
 .Ql %
 suffix may be provided to indicate that
 .Ar free-blocks
-indicates a percentage of the calculated image size
+indicates a percentage of the calculated image size.
 .It Fl f Ar free-files
 Ensure that a minimum of
 .Ar free-files
@@ -157,8 +157,8 @@
 An optional
 .Ql %
 suffix may be provided to indicate that
-.Ar free-blocks
-indicates a percentage of the calculated image size
+.Ar free-files
+indicates a percentage of the calculated image size.
 .It Fl F Ar specfile
 Use
 .Ar specfile



Home | Main Index | Thread Index | Old Index