Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/fsck Use Dq for double quotes; remove trailing whitespace.
details: https://anonhg.NetBSD.org/src/rev/97af455d5968
branches: trunk
changeset: 752177:97af455d5968
user: wiz <wiz%NetBSD.org@localhost>
date: Thu Feb 18 06:57:17 2010 +0000
description:
Use Dq for double quotes; remove trailing whitespace.
diffstat:
sbin/fsck/fsck.8 | 14 +++++++++-----
1 files changed, 9 insertions(+), 5 deletions(-)
diffs (49 lines):
diff -r 5f8f8934327d -r 97af455d5968 sbin/fsck/fsck.8
--- a/sbin/fsck/fsck.8 Thu Feb 18 02:21:38 2010 +0000
+++ b/sbin/fsck/fsck.8 Thu Feb 18 06:57:17 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: fsck.8,v 1.36 2010/02/17 23:30:21 christos Exp $
+.\" $NetBSD: fsck.8,v 1.37 2010/02/18 06:57:17 wiz Exp $
.\"
.\" Copyright (c) 1996 Christos Zoulas. All rights reserved.
.\"
@@ -47,7 +47,9 @@
It is normally used in the script
.Pa /etc/rc
during automatic reboot.
-If no file systems are specified, and ``preen'' mode is enabled (
+If no file systems are specified, and
+.Dq preen
+mode is enabled (
.Fl p
option)
.Nm
@@ -117,7 +119,9 @@
.Ar mountpoint
the same as in
.Pa /etc/fstab .
-Used only in ``preen'' mode.
+Used only in
+.Dq preen
+mode.
.It Fl y
Causes
.Nm
@@ -126,7 +130,7 @@
.El
.Sh EXIT STATUS
.Nm
-exits with
+exits with
.Dv 0
on success.
Any major problems will cause
@@ -149,7 +153,7 @@
.It Dv 8
The filesystem check has failed, and a subsequent check is required
that will require human intervention.
-.It Dv 12
+.It Dv 12
.Nm
exited because of the result of a signal (usually
.Dv SIGINT
Home |
Main Index |
Thread Index |
Old Index