Module Name: src
Committed By: wiz
Date: Thu Apr 28 12:16:10 UTC 2011
Modified Files:
src/sbin/fsck: fsck.8
Log Message:
New sentence, new line. Sort sections.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sbin/fsck/fsck.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sbin/fsck/fsck.8
diff -u src/sbin/fsck/fsck.8:1.37 src/sbin/fsck/fsck.8:1.38
--- src/sbin/fsck/fsck.8:1.37 Thu Feb 18 06:57:17 2010
+++ src/sbin/fsck/fsck.8 Thu Apr 28 12:16:10 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: fsck.8,v 1.37 2010/02/18 06:57:17 wiz Exp $
+.\" $NetBSD: fsck.8,v 1.38 2011/04/28 12:16:10 wiz Exp $
.\"
.\" Copyright (c) 1996 Christos Zoulas. All rights reserved.
.\"
@@ -128,6 +128,11 @@
to assume yes
as the answer to all operator questions.
.El
+.Sh FILES
+.Bl -tag -width /etc/fstab -compact
+.It Pa /etc/fstab
+file system table
+.El
.Sh EXIT STATUS
.Nm
exits with
@@ -149,7 +154,8 @@
on the filesystem(s) is required.
.It Dv 4
The root filesystem was changed in the process of checking, and updating the
-mount was unsuccessful. A reboot (without sync) is required.
+mount was unsuccessful.
+A reboot (without sync) is required.
.It Dv 8
The filesystem check has failed, and a subsequent check is required
that will require human intervention.
@@ -161,11 +167,6 @@
.Dv SIGQUIT
from the terminal).
.El
-.Sh FILES
-.Bl -tag -width /etc/fstab -compact
-.It Pa /etc/fstab
-file system table
-.El
.Sh SEE ALSO
.Xr fstab 5 ,
.Xr fsck_ext2fs 8 ,