summaryrefslogtreecommitdiff
path: root/sbin/fsck
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/fsck')
-rw-r--r--sbin/fsck/fsck.86
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/fsck/fsck.8 b/sbin/fsck/fsck.8
index 78a4c3d4276..e0c366123ca 100644
--- a/sbin/fsck/fsck.8
+++ b/sbin/fsck/fsck.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fsck.8,v 1.11 1998/11/11 22:19:56 aaron Exp $
+.\" $OpenBSD: fsck.8,v 1.12 1998/11/28 19:56:19 aaron Exp $
.\" $NetBSD: fsck.8,v 1.14 1996/10/03 20:08:29 christos Exp $
.\"
.\" Copyright (c) 1996 Christos Zoulas. All rights reserved.
@@ -35,7 +35,7 @@
.Nm fsck
.Nd filesystem consistency check and interactive repair
.Sh SYNOPSIS
-.Nm fsck
+.Nm
.Op Fl dvplfyn
.Op Fl l Ar maxparallel
.Op Fl t Ar fstype
@@ -43,7 +43,7 @@
.Ar special | node ...
.Sh DESCRIPTION
The
-.Nm fsck
+.Nm
command invokes filesystem-specific programs to check the
special devices listed in the
.Xr fstab 5