diff options
author | Ammar Faizi <ammarfaizi2@gnuweeb.org> | 2022-02-23 17:05:44 +0700 |
---|---|---|
committer | Ammar Faizi <ammarfaizi2@gnuweeb.org> | 2022-02-23 17:06:23 +0700 |
commit | 4bc747da1cdf53f4d9fbf5ff22073c2cfc8428e3 (patch) | |
tree | 51ee63463ee53957cf81b9d11dd7129d70e0df30 | |
parent | 93e30695bb0c4e27bd2ab9a7e91a8279225d1264 (diff) | |
download | liburing-4bc747da1cdf53f4d9fbf5ff22073c2cfc8428e3.tar.gz liburing-4bc747da1cdf53f4d9fbf5ff22073c2cfc8428e3.tar.bz2 |
man/io_uring_get_probe.3: Trivial man cleanup
s/does/do/
Signed-off-by: Ammar Faizi <ammarfaizi2@gnuweeb.org>
-rw-r--r-- | man/io_uring_get_probe.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/io_uring_get_probe.3 b/man/io_uring_get_probe.3 index 17b34c1..38f1c53 100644 --- a/man/io_uring_get_probe.3 +++ b/man/io_uring_get_probe.3 @@ -19,7 +19,7 @@ structure to the caller. The caller is responsible for freeing the structure with the function io_uring_free_probe(). .SH NOTES -Earlier versions of the Linux kernel does not support probe. If the kernel +Earlier versions of the Linux kernel do not support probe. If the kernel doesn't support probe, this function will return NULL. .SH RETURN VALUE |