From: Jens Axboe Date: Wed, 13 Jun 2007 13:19:01 +0000 (+0200) Subject: README: missing documentation X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=60a1ce9bb62e7de0be789a9f44a3537b276286c8;p=splice.git README: missing documentation Signed-off-by: Jens Axboe --- diff --git a/README b/README index 5a6e42a..2ee3d5c 100644 --- a/README +++ b/README @@ -18,7 +18,7 @@ splice-in: Splice given file to stdout. splice-tonet: Splice stdin network host. -splice-fromnet: Splice from network stdout. +splice-fromnet: Splice from network to stdout. splice-out: Splice stdin to given file. @@ -33,10 +33,12 @@ 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, 20060430 +Jens Axboe, 20070613