diff options
author | Jobs Gate <organicchemistry_01@yahoo.com.ph> | 2020-07-06 23:02:05 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-06 23:02:05 +0800 |
commit | 8abda3bc169ae9ae5af46e2a6955255705fd601e (patch) | |
tree | fa013da1bad037261aaf4e6ecd621537450a5cbc /README | |
parent | 4397321843a5ce2f62bcf79943c72d3dcd0740f1 (diff) | |
download | liburing-8abda3bc169ae9ae5af46e2a6955255705fd601e.tar.gz liburing-8abda3bc169ae9ae5af46e2a6955255705fd601e.tar.bz2 |
Make readme sensible
liburing library seems redundant, this pull makes it more readable.
Signed-off-by: James Dominic P. Guana <guana.histark@gmail.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ liburing -------- -This is the liburing library. liburing provides helpers to setup and +This is the io_uring library, liburing. liburing provides helpers to setup and teardown io_uring instances, and also a simplified interface for applications that don't need (or want) to deal with the full kernel side implementation. |