diff -r 7d3c07f8acfb -r 9ccc1574a367 README --- a/README Thu Dec 23 00:46:07 2010 +0100 +++ b/README Thu Dec 23 01:06:04 2010 +0100 @@ -10,12 +10,12 @@ the "hallo" should use the modified versions of the above funtions too. -The modification is visibable, as puts(3) prints an -extra string before the real output, and readdir(3) skips -any directory entry starting with 'M'. +The modification is visable, as puts(3) prints an XML-like marker around +the real output, and readdir(3) skips any directory entry containing a +dot. -No considerations done about race conditions and other nice things. -It is just an nice example… +No considerations are done about race conditions and other nice things. +It is just an example… -- Heiko Schlittermann