diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2008-06-27 18:50:44 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2008-06-27 18:50:44 +0000 |
commit | d53da694203d34969314ab1d6dbcc254c82d9e0a (patch) | |
tree | 0e27d34ed1ff0dfaa5515ea53513a0541bc46341 /sbin/newfs | |
parent | 187cf2801d94a1831969999fb1efa651e3c22667 (diff) |
documentation tweak.
Diffstat (limited to 'sbin/newfs')
-rw-r--r-- | sbin/newfs/newfs.8 | 6 | ||||
-rw-r--r-- | sbin/newfs/newfs.c | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8 index e81d4607467..d93e6acddd3 100644 --- a/sbin/newfs/newfs.8 +++ b/sbin/newfs/newfs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: newfs.8,v 1.63 2008/06/24 15:07:01 jmc Exp $ +.\" $OpenBSD: newfs.8,v 1.64 2008/06/27 18:50:43 sobrado Exp $ .\" $NetBSD: newfs.8,v 1.12 1995/03/18 14:58:41 cgd Exp $ .\" .\" Copyright (c) 1983, 1987, 1991, 1993, 1994 @@ -30,7 +30,7 @@ .\" .\" @(#)newfs.8 8.3 (Berkeley) 3/27/94 .\" -.Dd $Mdocdate: June 24 2008 $ +.Dd $Mdocdate: June 27 2008 $ .Dt NEWFS 8 .Os .Sh NAME @@ -64,7 +64,7 @@ .Op Fl e Ar maxbpg .Op Fl f Ar frag-size .Op Fl i Ar bytes -.Op Fl m Ar free space +.Op Fl m Ar free-space .Op Fl o Ar options .Op Fl P Ar file .Op Fl s Ar size diff --git a/sbin/newfs/newfs.c b/sbin/newfs/newfs.c index be42875512a..c14ff657262 100644 --- a/sbin/newfs/newfs.c +++ b/sbin/newfs/newfs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: newfs.c,v 1.77 2008/06/24 15:07:02 jmc Exp $ */ +/* $OpenBSD: newfs.c,v 1.78 2008/06/27 18:50:43 sobrado Exp $ */ /* $NetBSD: newfs.c,v 1.20 1996/05/16 07:13:03 thorpej Exp $ */ /* @@ -666,7 +666,7 @@ usage(void) fprintf(stderr, "usage: %s [-b block-size] [-c fragments-per-cylinder-group] " "[-e maxbpg]\n" - "\t[-f frag-size] [-i bytes] [-m free space] [-o options] " + "\t[-f frag-size] [-i bytes] [-m free-space] [-o options] " "[-P file]\n" "\t[-s size] special node\n", __progname); |