From eb50cc215adcdc0d9da1c6df98c999d02f60c1eb Mon Sep 17 00:00:00 2001
From: ballen4705 <ballen4705@4ea69e1a-61f1-4043-bf83-b5c94c648137>
Date: Thu, 24 Oct 2002 10:56:10 +0000
Subject: [PATCH] release 11

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@108 4ea69e1a-61f1-4043-bf83-b5c94c648137
---
 sm5/smartd.8   | 6 +++---
 sm5/smartd.c   | 4 ++--
 sm5/smartd.cpp | 4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/sm5/smartd.8 b/sm5/smartd.8
index dc4610d14..c8747ab21 100644
--- a/sm5/smartd.8
+++ b/sm5/smartd.8
@@ -13,7 +13,7 @@
 \# at the Concurrent Systems Laboratory (now part of the Storage Systems
 \# Research Center), Jack Baskin School of Engineering, University of
 \# California, Santa Cruz. http://ssrc.soe.ucsc.edu/
-.TH SMARTD 8  "$Date: 2002/10/24 10:53:50 $" "smartmontools-5.0"
+.TH SMARTD 8  "$Date: 2002/10/24 10:56:10 $" "smartmontools-5.0"
 .SH NAME
 smartd \- S.M.A.R.T. Daemon
 .SH SYNOPSIS
@@ -119,7 +119,7 @@ manual page for further explanation.
 .B smartd
 will also make log entries if a SMART attribute has failed, for example:
 .nf
-.B 'Device: /dev/hdc, Failed SMART attribute: 5 Reallocated_Sector_Ct. Use smartctl -v /dev/hdc.'
+.B 'Device: /dev/hdc, Failed SMART attribute: 5 Reallocated_Sector_Ct. Use smartctl -a /dev/hdc.'
 .fi
 Such entries should not be ignored - they mean that the disk is failing.  Use the
 .B smartctl
@@ -198,4 +198,4 @@ Please let us know if there is an on\-line source for this document.
 
 .SH
 CVS ID OF THIS PAGE:
-$Id: smartd.8,v 1.9 2002/10/24 10:53:50 ballen4705 Exp $
+$Id: smartd.8,v 1.10 2002/10/24 10:56:10 ballen4705 Exp $
diff --git a/sm5/smartd.c b/sm5/smartd.c
index b7d7825f8..72772f34c 100644
--- a/sm5/smartd.c
+++ b/sm5/smartd.c
@@ -37,7 +37,7 @@
 #include "ataprint.h"
 
 extern const char *CVSid1, *CVSid2;
-const char *CVSid3="$Id: smartd.c,v 1.23 2002/10/24 10:53:50 ballen4705 Exp $" 
+const char *CVSid3="$Id: smartd.c,v 1.24 2002/10/24 10:56:10 ballen4705 Exp $" 
 CVSID1 CVSID4 CVSID7;
 
 int daemon_init(void){
@@ -250,7 +250,7 @@ int ataCheckDevice( atadevices_t *drive){
     loc=attributename;
     while (*loc && *loc==' ')
       loc++;
-    printout(LOG_CRIT,"Device: %s, Failed SMART attribute: %s. Use smartctl -v %s.\n",
+    printout(LOG_CRIT,"Device: %s, Failed SMART attribute: %s. Use smartctl -a %s.\n",
 	     drive->devicename,loc,drive->devicename);
   }
 
diff --git a/sm5/smartd.cpp b/sm5/smartd.cpp
index 639a751fe..5c45d7551 100644
--- a/sm5/smartd.cpp
+++ b/sm5/smartd.cpp
@@ -37,7 +37,7 @@
 #include "ataprint.h"
 
 extern const char *CVSid1, *CVSid2;
-const char *CVSid3="$Id: smartd.cpp,v 1.23 2002/10/24 10:53:50 ballen4705 Exp $" 
+const char *CVSid3="$Id: smartd.cpp,v 1.24 2002/10/24 10:56:10 ballen4705 Exp $" 
 CVSID1 CVSID4 CVSID7;
 
 int daemon_init(void){
@@ -250,7 +250,7 @@ int ataCheckDevice( atadevices_t *drive){
     loc=attributename;
     while (*loc && *loc==' ')
       loc++;
-    printout(LOG_CRIT,"Device: %s, Failed SMART attribute: %s. Use smartctl -v %s.\n",
+    printout(LOG_CRIT,"Device: %s, Failed SMART attribute: %s. Use smartctl -a %s.\n",
 	     drive->devicename,loc,drive->devicename);
   }
 
-- 
GitLab