Module Name:    src
Committed By:   wiz
Date:           Thu Feb 18 06:57:18 UTC 2010

Modified Files:
        src/sbin/fsck: fsck.8

Log Message:
Use Dq for double quotes; remove trailing whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 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.36 src/sbin/fsck/fsck.8:1.37
--- src/sbin/fsck/fsck.8:1.36	Wed Feb 17 23:30:21 2010
+++ src/sbin/fsck/fsck.8	Thu Feb 18 06:57:17 2010
@@ -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

Reply via email to