diff --git a/sm5/CHANGELOG b/sm5/CHANGELOG
index 4d762bb88705d8250905d65018478a29a012214a..4d1ecb425206f3d28e51cb16a66a340d2bab3d08 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 7ec35c9668746ec3367058a343ee2636067af486..f9899cae7adce9fdef28ef0ac603596bec476a08 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 57033d24c0cb6653525a432c37ddf2eac46c18e4..8f51e993623b566607780f6780fa1d65de9a15d5 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 $