summaryrefslogtreecommitdiff
path: root/sbin/newfs_msdos/newfs_msdos.8
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1997-01-03 16:45:39 +0000
committerkstailey <kstailey@cvs.openbsd.org>1997-01-03 16:45:39 +0000
commitf2609785309b625a1aa7625d085f415f2ed74a2c (patch)
tree25d1636dc477bf0f3f9e7c2059c5f879f254456a /sbin/newfs_msdos/newfs_msdos.8
parent2e74984ca28a992c200c59c1827b88f3cb15f805 (diff)
change all refs from mkdosfs to newfs_msdos
Diffstat (limited to 'sbin/newfs_msdos/newfs_msdos.8')
-rw-r--r--sbin/newfs_msdos/newfs_msdos.816
1 files changed, 8 insertions, 8 deletions
diff --git a/sbin/newfs_msdos/newfs_msdos.8 b/sbin/newfs_msdos/newfs_msdos.8
index 36d8b7642a4..8e9af26480d 100644
--- a/sbin/newfs_msdos/newfs_msdos.8
+++ b/sbin/newfs_msdos/newfs_msdos.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: newfs_msdos.8,v 1.2 1996/06/23 14:31:50 deraadt Exp $
+.\" $OpenBSD: newfs_msdos.8,v 1.3 1997/01/03 16:45:38 kstailey Exp $
.\"
.\" Copyright (c) 1995, 1996 Joerg Wunsch
.\"
@@ -29,17 +29,17 @@
.\"
.Dd November 5, 1995
.Os
-.Dt MKDOSFS 1
+.Dt NEWFS_MSDOS 1
.Sh NAME
-.Nm mkdosfs
+.Nm newfs_msdos
.Nd create an MS-DOS (FAT) file system
.Sh SYNOPSIS
-.Nm mkdosfs
+.Nm newfs_msdos
.Bq Fl f Ar capacity
.Bq Fl L Ar vollabel
.Ar device
.Sh DESCRIPTION
-.Nm Mkdosfs
+.Nm newfs_msdos
establishes a file system structure on
.Ar device
that is understood by
@@ -99,7 +99,7 @@ one file. There are usually two identical copies of the FAT.
The final structure is the root directory for this medium. It is
merely a space reservation, padded with 0's, and unfortunately fixed
in its size.
-.Nm mkdosfs
+.Nm newfs_msdos
initializes it to empty, and enters a volume label record into the
very first directory slot.
.Sh DIAGNOSTICS
@@ -120,12 +120,12 @@ should be added to the table of known formats, too.
.Pp
No attempt is made to handle media defects. However, this is beyond
the scope of
-.Nm mkdosfs
+.Nm newfs_msdos
and should better be handled by the (nonexistent)
.Xr dosfsck 1
utility.
.Sh HISTORY
-.Nm Mkdosfs
+.Nm newfs_msdos
appeared in
.Em FreeBSD 2.2 .
.Sh AUTHOR