Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/raidctl Add a .Sq for single quotes, instead of doing i...



details:   https://anonhg.NetBSD.org/src/rev/3cecc398bbcb
branches:  trunk
changeset: 494282:3cecc398bbcb
user:      oster <oster%NetBSD.org@localhost>
date:      Wed Jul 05 02:42:39 2000 +0000

description:
Add a .Sq for single quotes, instead of doing it by hand.
Fixes a formatting problem noted by Hubert Feyrer (Thanks Hubert!).

diffstat:

 sbin/raidctl/raidctl.8 |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 1096e7f8bc80 -r 3cecc398bbcb sbin/raidctl/raidctl.8
--- a/sbin/raidctl/raidctl.8    Wed Jul 05 02:35:53 2000 +0000
+++ b/sbin/raidctl/raidctl.8    Wed Jul 05 02:42:39 2000 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: raidctl.8,v 1.19 2000/06/02 04:11:46 oster Exp $
+.\"     $NetBSD: raidctl.8,v 1.20 2000/07/05 02:42:39 oster Exp $
 .\"
 .\" Copyright (c) 1998 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -607,7 +607,8 @@
 to completion of the operation.
 .Pp
 Since it is the parity that provides the
-'redundancy' part of RAID, it is critical that the parity is correct
+.Sq redundancy
+part of RAID, it is critical that the parity is correct
 as much as possible.  If the parity is not correct, then there is no
 guarantee that data will not be lost if a component fails.
 .Pp



Home | Main Index | Thread Index | Old Index