diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2003-03-11 00:53:48 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2003-03-11 00:53:48 +0000 |
commit | 845e57ed72574a2cf445b5dfe8a725d975f48b0d (patch) | |
tree | 56a7a36c003bd705436a81e9a5faadd6de133258 | |
parent | 2da2ceea3afc78048e843d4bfd52e34168f0dbdc (diff) |
mention that avgfilesize is in bytes.
-rw-r--r-- | sbin/newfs/newfs.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8 index 8c1612d44e5..e99805c3190 100644 --- a/sbin/newfs/newfs.8 +++ b/sbin/newfs/newfs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: newfs.8,v 1.31 2003/03/10 19:52:05 tedu Exp $ +.\" $OpenBSD: newfs.8,v 1.32 2003/03/11 00:53:47 tedu Exp $ .\" $NetBSD: newfs.8,v 1.12 1995/03/18 14:58:41 cgd Exp $ .\" .\" Copyright (c) 1983, 1987, 1991, 1993, 1994 @@ -186,7 +186,7 @@ for more details on how to set this option. .It Fl f Ar frag-size The fragment size of the file system in bytes. .It Fl g Ar avgfilesize -The expected average file size for the file system. +The expected average file size for the file system in bytes. .It Fl h Ar avgfpdir The expected average number of files per directory on the file system. .It Fl i Ar number of bytes per inode |