diff options
Diffstat (limited to 'usr/src/man/man1m/fsck_pcfs.1m')
-rw-r--r-- | usr/src/man/man1m/fsck_pcfs.1m | 35 |
1 files changed, 7 insertions, 28 deletions
diff --git a/usr/src/man/man1m/fsck_pcfs.1m b/usr/src/man/man1m/fsck_pcfs.1m index 69233cd3f3..55c16de8b2 100644 --- a/usr/src/man/man1m/fsck_pcfs.1m +++ b/usr/src/man/man1m/fsck_pcfs.1m @@ -3,7 +3,7 @@ .\" 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 fsck_pcfs 1M "28 Jan 2000" "SunOS 5.11" "System Administration Commands" +.TH FSCK_PCFS 1M "Jan 28, 2000" .SH NAME fsck_pcfs \- file system consistency check and interactive repair .SH SYNOPSIS @@ -61,21 +61,17 @@ units remaining in the file system. .SH OPTIONS .sp .ne 2 -.mk .na \fB\fIgeneric_options\fR\fR .ad .RS 23n -.rt The following generic options are supported: .sp .ne 2 -.mk .na \fB\fB-m\fR\fR .ad .RS 11n -.rt Check but do not repair. This option checks that the file system is suitable for mounting, returning the appropriate exit status. If the file system is ready for mounting, \fBfsck\fR displays a message such as: @@ -83,7 +79,7 @@ ready for mounting, \fBfsck\fR displays a message such as: .in +2 .nf pcfs fsck: sanity check: -\fB/dev/rdiskette\fR okay +\fB/dev/rdiskette\fR okay .fi .in -2 .sp @@ -92,36 +88,30 @@ pcfs fsck: sanity check: .sp .ne 2 -.mk .na \fB\fB-n\fR | \fB-N\fR\fR .ad .RS 11n -.rt Assume a no response to all questions asked by \fBfsck\fR; do not open the file system for writing. .RE .sp .ne 2 -.mk .na \fB\fB-V\fR\fR .ad .RS 11n -.rt Echo the expanded command line, but do not execute the command. This option may be used to verify and to validate the command line. .RE .sp .ne 2 -.mk .na \fB\fB-y\fR | \fB-Y\fR\fR .ad .RS 11n -.rt Assume a \fByes\fR response to all questions asked by \fBfsck\fR. .RE @@ -129,46 +119,38 @@ Assume a \fByes\fR response to all questions asked by \fBfsck\fR. .sp .ne 2 -.mk .na \fB\fB-o\fR \fIspecific_options\fR\fR .ad .RS 23n -.rt Specify \fBpcfs\fR file system specific options in a comma-separated list, in any combination, with no intervening spaces. .sp .ne 2 -.mk .na \fBv\fR .ad .RS 5n -.rt Verify all allocation units are accessible prior to correcting inconsistencies in the metadata. .RE .sp .ne 2 -.mk .na \fBp\fR .ad .RS 5n -.rt Check and fix the file system non-interactively (\fBpreen\fR). Exit immediately if there is a problem requiring intervention. .RE .sp .ne 2 -.mk .na \fBw\fR .ad .RS 5n -.rt Check writable file systems only. .RE @@ -177,12 +159,10 @@ Check writable file systems only. .SH FILES .sp .ne 2 -.mk .na \fB\fIspecial\fR\fR .ad .RS 11n -.rt The device which contains the pcfs. The device name for a diskette is specified as \fB/dev/rdiskette0\fR for the first diskette drive, or \fB/dev/rdiskette1\fR for a second diskette drive. A hard disk device or high-capacity removable @@ -202,13 +182,12 @@ See \fBattributes\fR(5) for descriptions of the following attributes: .sp .TS -tab() box; -cw(2.75i) |cw(2.75i) -lw(2.75i) |lw(2.75i) -. -ATTRIBUTE TYPEATTRIBUTE VALUE +box; +c | c +l | l . +ATTRIBUTE TYPE ATTRIBUTE VALUE _ -Interface StabilityStable +Interface Stability Stable .TE .SH SEE ALSO |