summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormohanltc <mohanltc>2006-08-07 13:08:43 +0000
committermohanltc <mohanltc>2006-08-07 13:08:43 +0000
commit82cd3462ee9f27a44e1724646dcef17e291e358b (patch)
treeb4eb3abb911db276ef85d11d62521c8287800600
parent343025503d7c4d1feb2f583cbb940356ee7bc61c (diff)
downloadsysfsutils-2_1_0-rc.tar.gz
2.1.0 Release Candidatesysfsutils-2_1_0-rc
-rw-r--r--docs/libsysfs.txt15
1 files changed, 8 insertions, 7 deletions
diff --git a/docs/libsysfs.txt b/docs/libsysfs.txt
index 5ca9a40..a78e362 100644
--- a/docs/libsysfs.txt
+++ b/docs/libsysfs.txt
@@ -2,8 +2,8 @@
System Utilities sysfs Library - libsysfs
=========================================
-Version: 2.0.0
-November 25, 2005
+Version: 2.1.0
+August 7, 2006
Contents
--------
@@ -1304,7 +1304,7 @@ dlist_sort_custom() expects that the compare function will:
7.3 Custom filtering and sorting using dlist_filter_sort()
----------------------------------------------------------
-As of release 2.0.0, libsysfs provides a new interface for custom filtering
+From release 2.0.0, libsysfs provides a new interface for custom filtering
and sorting of dlists. This API is similar to scandir() system call.
Applications can call this API with the following arguments: the list, pointer
to the filter function, pointer to the sorter function as in
@@ -1333,10 +1333,11 @@ in the filesystem it represents. Here's a typical order of operation:
9. Testsuite
------------
-Version 2.0.0 of sysfsutils ships with a comprehensive testsuite. The testsuite
-shipped as part of the "test" directory of the sysfsutils source package,
-results in an executable "testlibsysfs" which will be installed in the
-/usr/local/bin directory. Some of the salient features of the testsuite are:
+From version 2.0.0 of sysfsutils ships with a comprehensive testsuite. The
+testsuite shipped as part of the "test" directory of the sysfsutils source
+package, results in an executable "testlibsysfs" which will be installed in
+the /usr/local/bin directory. Some of the salient features of the testsuite
+are:
a. Tests _every_ API exported by the library.
b. Tests are performed for all possible combinations of input parameters.