diff options
Diffstat (limited to 'usr/src/man/man1m/mkfs.1m')
-rw-r--r-- | usr/src/man/man1m/mkfs.1m | 20 |
1 files changed, 3 insertions, 17 deletions
diff --git a/usr/src/man/man1m/mkfs.1m b/usr/src/man/man1m/mkfs.1m index a5de81ea1f..586378219e 100644 --- a/usr/src/man/man1m/mkfs.1m +++ b/usr/src/man/man1m/mkfs.1m @@ -3,14 +3,14 @@ .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License. .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] -.TH mkfs 1M "17 Nov 2000" "SunOS 5.11" "System Administration Commands" +.TH MKFS 1M "Nov 17, 2000" .SH NAME mkfs \- construct a file system .SH SYNOPSIS .LP .nf -\fBmkfs\fR [\fB-F\fR \fIFSType\fR] [\fIgeneric_options\fR] - [\fB-o\fR \fIFSType-specific_options\fR] \fIraw_device_file\fR +\fBmkfs\fR [\fB-F\fR \fIFSType\fR] [\fIgeneric_options\fR] + [\fB-o\fR \fIFSType-specific_options\fR] \fIraw_device_file\fR [\fIoperands\fR] .fi @@ -40,12 +40,10 @@ following the \fIspecific_options\fR (if any). \fIoperands\fR are The following are the generic options for \fBmkfs\fR: .sp .ne 2 -.mk .na \fB\fB-F\fR\fR .ad .RS 6n -.rt Specify the \fIFSType\fR to be constructed. If \fB-F\fR is not specified, the \fIFSType\fR is determined from \fB/etc/vfstab\fR by matching the \fIraw_device_file\fR with a \fBvfstab\fR entry, or by consulting the @@ -54,12 +52,10 @@ Specify the \fIFSType\fR to be constructed. If \fB-F\fR is not specified, the .sp .ne 2 -.mk .na \fB\fB-V\fR\fR .ad .RS 6n -.rt Echo the complete command line, but do not execute the command. The command line is generated by using the options and arguments provided and adding to them information derived from \fB/etc/vfstab\fR or \fB/etc/default/fs\fR. @@ -68,12 +64,10 @@ This option may be used to verify and validate the command line. .sp .ne 2 -.mk .na \fB\fB-m\fR\fR .ad .RS 6n -.rt Return the command line which was used to create the file system. The file system must already exist. This option provides a means of determining the command used in constructing the file system. @@ -81,12 +75,10 @@ command used in constructing the file system. .sp .ne 2 -.mk .na \fB\fB-o\fR\fR .ad .RS 6n -.rt Specify \fIFSType\fR-specific options. See the manual page for the \fBmkfs\fR module specific to the file system type. .RE @@ -99,22 +91,18 @@ encountering files greater than or equal to 2 Gbyte ( 2^31 bytes). .SH FILES .sp .ne 2 -.mk .na \fB\fB/etc/default/fs\fR\fR .ad .RS 19n -.rt Default file system type. Default values can be set for the following flags in \fB/etc/default/fs\fR. For example: \fBLOCAL=ufs\fR .sp .ne 2 -.mk .na \fB\fBLOCAL\fR\fR .ad .RS 9n -.rt The default partition for a command if no \fIFSType\fR is specified. .RE @@ -122,12 +110,10 @@ The default partition for a command if no \fIFSType\fR is specified. .sp .ne 2 -.mk .na \fB\fB/etc/vfstab\fR\fR .ad .RS 19n -.rt List of default parameters for each file system .RE |