summaryrefslogtreecommitdiffstats
path: root/sbin/newfs/newfs.8
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>1998-09-29 23:20:04 +0000
committergrog <grog@FreeBSD.org>1998-09-29 23:20:04 +0000
commit8fcb760f37a9f0881158fd93359e4f1e6a9743d0 (patch)
tree2fe7ee849e537fd2a7f028596d2d0d0c7d1a245a /sbin/newfs/newfs.8
parenta57013de622b5a4defd9b82335867fc722bc859d (diff)
downloadFreeBSD-src-8fcb760f37a9f0881158fd93359e4f1e6a9743d0.zip
FreeBSD-src-8fcb760f37a9f0881158fd93359e4f1e6a9743d0.tar.gz
Don't require an argument for -v flag
Correct checks for null special file names Add Usage entry for -v flag Get terminology straight in man page Reviewed by: bde
Diffstat (limited to 'sbin/newfs/newfs.8')
-rw-r--r--sbin/newfs/newfs.813
1 files changed, 8 insertions, 5 deletions
diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8
index 9653c13..afb46a5 100644
--- a/sbin/newfs/newfs.8
+++ b/sbin/newfs/newfs.8
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)newfs.8 8.6 (Berkeley) 5/3/95
-.\" $Id: newfs.8,v 1.15 1998/07/15 06:28:04 charnier Exp $
+.\" $Id: newfs.8,v 1.17 1998/09/11 07:08:49 grog Exp $
.\"
.Dd May 3, 1995
.Dt NEWFS 8
@@ -92,7 +92,12 @@ or
the disk must be labeled using
.Xr disklabel 8 .
.Nm Newfs
-builds a file system on the specified special device.
+builds a file system on the specified special file. (We often refer to the
+.Dq special file
+as the
+.Dq disk ,
+although the special file need not be a physical disk. In fact, it need not
+even be special.)
Typically the defaults are reasonable, however
.Nm
has numerous options to allow the defaults to be selectively overridden.
@@ -214,12 +219,10 @@ for more details on how to set this option.
.It Fl s Ar size
The size of the file system in sectors.
.It Fl v
-Specify that the slice does not contain any partitions, and that
+Specify that the special device does not contain any partitions, and that
.Nm
should treat the whole slice as the file system. This option is useful for
synthetic disks such as
-.Nm ccd
-and
.Nm vinum.
.El
.Pp
OpenPOWER on IntegriCloud