]> git.ipfire.org Git - thirdparty/libatasmart.git/commitdiff
yet another README fix
authorLennart Poettering <lennart@poettering.net>
Tue, 1 Jul 2008 19:05:06 +0000 (21:05 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 1 Jul 2008 19:05:06 +0000 (21:05 +0200)
README

diff --git a/README b/README
index 524c094350c7c217e8c93b59241d240fa4ca648d..bf3a1d4dcbdb892c243934ab5693794161f2ae29 100644 (file)
--- a/README
+++ b/README
@@ -7,11 +7,12 @@ GITWEB:
        http://git.0pointer.de/?p=libatasmart.git
 
 NOTES:
-        As the name suggests it only does ATA S.M.A.R.T., there is no
-        support for SCSI harddisks. SCSI S.M.A.R.T. is a very
-        different system, support for it should be implemented in a
-        seperate library "libscsismart" if there should ever be
-        support for it.
+
+        As the name suggests libatasmart only does ATA S.M.A.R.T.,
+        there is no support for SCSI harddisks. SCSI S.M.A.R.T. is a
+        very different system, support for it should be implemented in
+        a separate library "libscsismart" if there should ever be
+        demand for it.
 
         This library is supposed to be lean and small and thus
         supports only a subset of the S.M.A.R.T. functionality.