summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-08-30 05:41:25 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-08-30 05:41:25 +0000
commit75e6644b642b16509c8ad4ddb0533b5388c6603a (patch)
treef00285bb8bf2dd438f2f3bcc53aa80968b3f80c1 /sbin
parent48eb7488f39e33c89dde89a3a6cddaa3db990476 (diff)
man page repairs; aaron@ug.cs.dal.ca
Diffstat (limited to 'sbin')
-rw-r--r--sbin/fsck/fsck.816
1 files changed, 9 insertions, 7 deletions
diff --git a/sbin/fsck/fsck.8 b/sbin/fsck/fsck.8
index 83357323d05..f3c0f3aee43 100644
--- a/sbin/fsck/fsck.8
+++ b/sbin/fsck/fsck.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fsck.8,v 1.6 1997/05/19 18:18:23 downsj Exp $
+.\" $OpenBSD: fsck.8,v 1.7 1998/08/30 05:41:24 deraadt Exp $
.\" $NetBSD: fsck.8,v 1.14 1996/10/03 20:08:29 christos Exp $
.\"
.\" Copyright (c) 1996 Christos Zoulas. All rights reserved.
@@ -33,7 +33,7 @@
.Os
.Sh NAME
.Nm fsck
-.Nd file system consistency check and interactive repair
+.Nd filesystem consistency check and interactive repair
.Sh SYNOPSIS
.Nm fsck
.Op Fl dvplfyn
@@ -71,8 +71,10 @@ to assume no as the answer to all operator questions, except "CONTINUE?".
Enter preen mode.
.It Fl t Ar fstype
Invoke fsck only in the comma separated list of filesystem types. If the
-list starts with no
-then invoke fsck the filesystem types that are not specified in the list.
+list starts with
+.Dq no
+then invoke fsck only in the filesystem types that are not specified in
+the list.
.It Fl v
Print the commands before executing them.
.It Fl y
@@ -81,13 +83,13 @@ Causes
to assume yes
as the answer to all operator questions.
.It Fl T Ar fstype:fsoptions
-List of comma separated file system specific options for the specified
-file system type, in the same format as
+List of comma separated filesystem specific options for the specified
+filesystem type, in the same format as
.Xr mount 8
.Sh FILES
.Bl -tag -width /etc/fstab -compact
.It Pa /etc/fstab
-file system table
+filesystem table
.El
.Sh SEE ALSO
.Xr mount 8 ,