Fix various compile warnings
[splice.git] / README
diff --git a/README b/README
index 39d8b0d91c4ccd4c7ff79929e1f1a8b30bad0119..2ee3d5c7abda04cebb33be739d5c6d55ea9e77b0 100644 (file)
--- a/README
+++ b/README
@@ -16,7 +16,9 @@ splice-cp:    Splice input file to output file, basically copying the
 
 splice-in:     Splice given file to stdout.
 
-splice-net:    Splice given file to network host.
+splice-tonet:  Splice stdin network host.
+
+splice-fromnet:        Splice from network to stdout.
 
 splice-out:    Splice stdin to given file.
 
@@ -26,10 +28,17 @@ splice-test4c:      Splice/sendfile test client. Use with splice-test4s. There
 
 splice-test4s: Dummy server for splice-test4c.
 
+splice-bench:  Test various sides of splice performance.
+
+vmsplice:
+vmsplice2:     Splice user memory to a pipe.
+
+vmsplice-to-user: Test splicing back into user memory.
+
 All tools written by me, except splice-test4c/s which are from Ingo Molnar.
 
 
 
 
-Jens Axboe, 20060420
+Jens Axboe, 20070613