diff --git a/sm5/ataprint.c b/sm5/ataprint.c index 05281f6a4fe648e2c77fe26eba1433c71c33f8f9..9d34d7d08fd1965c58a0fccc665270f7266deafb 100644 --- a/sm5/ataprint.c +++ b/sm5/ataprint.c @@ -28,7 +28,7 @@ #include "smartctl.h" #include "extern.h" -const char *CVSid4="$Id: ataprint.c,v 1.28 2002/10/23 14:29:49 ballen4705 Exp $\n" +const char *CVSid4="$Id: ataprint.c,v 1.29 2002/10/23 15:15:43 ballen4705 Exp $\n" "\t" CVSID2 "\t" CVSID3 "\t" CVSID6 ; // Function for printing ASCII byte-swapped strings, skipping white @@ -538,7 +538,7 @@ void ataPrintSmartErrorlog (struct ata_smart_errorlog data){ pout("\tER = Error register\n"); pout("\tSTA = Status register\n"); pout("Timestamp is seconds since the previous disk power-on.\n"); - pout("Note: timestamp \"wraps\" after 2^32 sec = 49.710 days.\n\n"); + pout("Note: timestamp \"wraps\" after 2^32 msec = 49.710 days.\n\n"); // now step through the five error log data structures (table 39 of spec) for (k = 4; k >= 0; k-- ) { diff --git a/sm5/ataprint.cpp b/sm5/ataprint.cpp index 82810d80d1864489dfedf9ed686dab0af3924170..9b625bed743d30e0881e5cf5e5d2f27894de9769 100644 --- a/sm5/ataprint.cpp +++ b/sm5/ataprint.cpp @@ -28,7 +28,7 @@ #include "smartctl.h" #include "extern.h" -const char *CVSid4="$Id: ataprint.cpp,v 1.28 2002/10/23 14:29:49 ballen4705 Exp $\n" +const char *CVSid4="$Id: ataprint.cpp,v 1.29 2002/10/23 15:15:43 ballen4705 Exp $\n" "\t" CVSID2 "\t" CVSID3 "\t" CVSID6 ; // Function for printing ASCII byte-swapped strings, skipping white @@ -538,7 +538,7 @@ void ataPrintSmartErrorlog (struct ata_smart_errorlog data){ pout("\tER = Error register\n"); pout("\tSTA = Status register\n"); pout("Timestamp is seconds since the previous disk power-on.\n"); - pout("Note: timestamp \"wraps\" after 2^32 sec = 49.710 days.\n\n"); + pout("Note: timestamp \"wraps\" after 2^32 msec = 49.710 days.\n\n"); // now step through the five error log data structures (table 39 of spec) for (k = 4; k >= 0; k-- ) { diff --git a/sm5/smartctl.8 b/sm5/smartctl.8 index 1f2529f17d6f5a1301edc5a9ecb90826a91d1e99..a5ae46a5f6a2e62350aee6501b0274e5fab38b5b 100644 --- a/sm5/smartctl.8 +++ b/sm5/smartctl.8 @@ -1,6 +1,6 @@ \# Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net> \# -\# $Id: smartctl.8,v 1.15 2002/10/23 12:24:24 ballen4705 Exp $ +\# $Id: smartctl.8,v 1.16 2002/10/23 15:15:43 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 @@ -15,7 +15,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 SMARTCTL 8 "$Date: 2002/10/23 12:24:24 $" "smartmontools-5.0" +.TH SMARTCTL 8 "$Date: 2002/10/23 15:15:43 $" "smartmontools-5.0" .SH NAME smartctl \- S.M.A.R.T. control utility .SH SYNOPSIS @@ -226,7 +226,9 @@ recorded, as is the device status (idle, standby, etc) at the time of the error. Finally, up to the last five commands that preceded the error are also recorded, along with a timestamp measured in seconds from when the disk was powered up during the session where the error -took place. The key ATA disk registers are also recorded in the log. +took place. [Note: this time stamp wraps after 2^32 milliseconds, or +49 days 17 hours 2 minutes and 47.296 seconds.] +The key ATA disk registers are also recorded in the log. .TP .B L Log: Prints only the S.M.A.R.T. self-test log. The disk maintains a @@ -439,4 +441,4 @@ Please let us know if there is an on\-line source for this document. .SH CVS ID OF THIS PAGE: -$Id: smartctl.8,v 1.15 2002/10/23 12:24:24 ballen4705 Exp $ +$Id: smartctl.8,v 1.16 2002/10/23 15:15:43 ballen4705 Exp $