From 4e0c9e4583c805dfaf4d09adad193b88a4f0f56c Mon Sep 17 00:00:00 2001
From: guidog <guidog@4ea69e1a-61f1-4043-bf83-b5c94c648137>
Date: Fri, 15 Jun 2007 16:23:13 +0000
Subject: [PATCH] bit 4 in smartctl's return code might be set even when the
 dist check didn't return "DISK OK"

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2410 4ea69e1a-61f1-4043-bf83-b5c94c648137
---
 sm5/CHANGELOG     | 5 ++++-
 sm5/smartctl.8.in | 6 +++---
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/sm5/CHANGELOG b/sm5/CHANGELOG
index ee3b3940c..1f6368318 100644
--- a/sm5/CHANGELOG
+++ b/sm5/CHANGELOG
@@ -1,6 +1,6 @@
 CHANGELOG for smartmontools
 
-$Id: CHANGELOG,v 1.618 2007/06/13 20:52:22 chrfranke Exp $
+$Id: CHANGELOG,v 1.619 2007/06/15 16:23:13 guidog Exp $
 
 The most recent version of this file is:
 http://smartmontools.cvs.sourceforge.net/smartmontools/sm5/CHANGELOG?view=markup
@@ -33,6 +33,9 @@ NOTES FOR FUTURE RELEASES: see TODO file.
 
 <DEVELOPERS: ADDITIONS TO THE CHANGE LOG GO JUST BELOW HERE, PLEASE>
 
+  [GG] bit 4 in smartctl's return code might be set even when the dist check
+       didn't return "DISK OK"
+
   [CF] Drive database: added '-F samsung3' for Samsung P80 firmware
        BH100-35.
 
diff --git a/sm5/smartctl.8.in b/sm5/smartctl.8.in
index db89d5a77..789ed0c3b 100644
--- a/sm5/smartctl.8.in
+++ b/sm5/smartctl.8.in
@@ -1,7 +1,7 @@
 .ig
  Copyright (C) 2002-7 Bruce Allen <smartmontools-support@lists.sourceforge.net>
 
- $Id: smartctl.8.in,v 1.95 2007/02/12 21:58:31 chrfranke Exp $
+ $Id: smartctl.8.in,v 1.96 2007/06/15 16:23:13 guidog 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
@@ -1370,7 +1370,7 @@ in a SMART data structure (see \'\-b\' option above).
 SMART status check returned "DISK FAILING".
 .TP
 .B Bit 4:
-SMART status check returned "DISK OK" but we found prefail Attributes <= threshold.
+We found prefail Attributes <= threshold.
 .TP
 .B Bit 5:
 SMART status check returned "DISK OK" but we found that some (usage
@@ -1475,7 +1475,7 @@ these documents may be found in the References section of the
 
 .SH
 CVS ID OF THIS PAGE:
-$Id: smartctl.8.in,v 1.95 2007/02/12 21:58:31 chrfranke Exp $
+$Id: smartctl.8.in,v 1.96 2007/06/15 16:23:13 guidog Exp $
 .\" Local Variables:	         
 .\" mode: nroff         
 .\" End:
-- 
GitLab