From 24d665004c6468cbce970037d871b93e3ec219e8 Mon Sep 17 00:00:00 2001 From: ballen4705 <ballen4705@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Fri, 9 Apr 2004 00:42:53 +0000 Subject: [PATCH] Typos git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@1659 4ea69e1a-61f1-4043-bf83-b5c94c648137 --- sm5/CHANGELOG | 4 ++-- sm5/smartd.8.in | 14 +++++++------- sm5/smartd.conf.5.in | 14 +++++++------- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/sm5/CHANGELOG b/sm5/CHANGELOG index 4d762bb88..4d1ecb425 100644 --- a/sm5/CHANGELOG +++ b/sm5/CHANGELOG @@ -1,6 +1,6 @@ CHANGELOG for smartmontools -$Id: CHANGELOG,v 1.395 2004/04/09 00:28:43 ballen4705 Exp $ +$Id: CHANGELOG,v 1.396 2004/04/09 00:42:53 ballen4705 Exp $ The most recent version of this file is: http://cvs.sourceforge.net/viewcvs.py/smartmontools/sm5/CHANGELOG?sortby=date&view=markup @@ -28,7 +28,7 @@ NOTES FOR FUTURE RELEASES: see TODO file. <ADDITIONS TO THE CHANGE LOG SHOULD BE ADDED JUST BELOW HERE, PLEASE> [BA] smartd: now monitor the Current Pending Sector count (Attribute 197) - and the Offline Pending Sector Count (Attribute 197). Log a + and the Offline Pending Sector Count (Attribute 198). Log a warning (and send an email, if so configured) if the raw count is nonzero. These are controlled by new Directives: -C and -U. Currently they are enabled by default. diff --git a/sm5/smartd.8.in b/sm5/smartd.8.in index 7ec35c966..f9899cae7 100644 --- a/sm5/smartd.8.in +++ b/sm5/smartd.8.in @@ -1,7 +1,7 @@ .ig Copyright (C) 2002-4 Bruce Allen <smartmontools-support@lists.sourceforge.net> -$Id: smartd.8.in,v 1.56 2004/04/09 00:28:44 ballen4705 Exp $ +$Id: smartd.8.in,v 1.57 2004/04/09 00:42:53 ballen4705 Exp $ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -1110,11 +1110,11 @@ Attributes. .TP .B \-C ID -Report if the current number of pending sectors is non-zero. Here -\fBID\fP is the id number of the Attribute whose raw value is the -Current Pending Sector count. The default value of \fBID\fP is 197. -To turn off this reporting, use ID\ =\ 0. The allowed range of ID is -0 to 255 inclusive. +[ATA only] Report if the current number of pending sectors is +non-zero. Here \fBID\fP is the id number of the Attribute whose raw +value is the Current Pending Sector count. The default value of +\fBID\fP is 197. To turn off this reporting, use ID\ =\ 0. The +allowed range of ID is 0 to 255 inclusive. A pending sector is a disk sector (containing 512 bytes of your data) which the device would like to mark as ``bad" and reallocate. @@ -1637,4 +1637,4 @@ smartmontools home page at \fBhttp://smartmontools.sourceforge.net/\fP . .SH CVS ID OF THIS PAGE: -$Id: smartd.8.in,v 1.56 2004/04/09 00:28:44 ballen4705 Exp $ +$Id: smartd.8.in,v 1.57 2004/04/09 00:42:53 ballen4705 Exp $ diff --git a/sm5/smartd.conf.5.in b/sm5/smartd.conf.5.in index 57033d24c..8f51e9936 100644 --- a/sm5/smartd.conf.5.in +++ b/sm5/smartd.conf.5.in @@ -1,7 +1,7 @@ .ig Copyright (C) 2002-4 Bruce Allen <smartmontools-support@lists.sourceforge.net> -$Id: smartd.conf.5.in,v 1.43 2004/04/09 00:28:44 ballen4705 Exp $ +$Id: smartd.conf.5.in,v 1.44 2004/04/09 00:42:53 ballen4705 Exp $ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -782,11 +782,11 @@ Attributes. .TP .B \-C ID -Report if the current number of pending sectors is non-zero. Here -\fBID\fP is the id number of the Attribute whose raw value is the -Current Pending Sector count. The default value of \fBID\fP is 197. -To turn off this reporting, use ID\ =\ 0. The allowed range of ID is -0 to 255 inclusive. +[ATA only] Report if the current number of pending sectors is +non-zero. Here \fBID\fP is the id number of the Attribute whose raw +value is the Current Pending Sector count. The default value of +\fBID\fP is 197. To turn off this reporting, use ID\ =\ 0. The +allowed range of ID is 0 to 255 inclusive. A pending sector is a disk sector (containing 512 bytes of your data) which the device would like to mark as ``bad" and reallocate. @@ -1145,4 +1145,4 @@ SEE ALSO: .SH CVS ID OF THIS PAGE: -$Id: smartd.conf.5.in,v 1.43 2004/04/09 00:28:44 ballen4705 Exp $ +$Id: smartd.conf.5.in,v 1.44 2004/04/09 00:42:53 ballen4705 Exp $ -- GitLab