aboutsummaryrefslogtreecommitdiffstats
path: root/man7/aio.7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2012-10-21 08:04:42 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2012-10-24 14:53:33 +0200
commit7fac88a949c7fdf554cc048bd9b47059830ebb68 (patch)
tree52171bcee3526213abcd6dd72a6e2abc0ddde394 /man7/aio.7
parenta9c1e09721a2b9da554bf9e98466c1c5d41afa3f (diff)
downloadman-pages-7fac88a949c7fdf554cc048bd9b47059830ebb68.tar.gz
eventfd.2, futex.2, mmap2.2, open.2, pciconfig_read.2, ptrace.2, reboot.2, request_key.2, sched_rr_get_interval.2, splice.2, stat.2, sync_file_range.2, syscalls.2, timer_create.2, vm86.2, pthread_attr_setscope.3, core.5, proc.5, aio.7, futex.7, netlink.7, time.7: Global fix: "userspace" ==> "user space" or "user-space"
Existing pages variously use "userspace or "user space". But, "userspace" is not quite an English word. So change "userspace" to "user space" or, when used attributively, "user-space". Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/aio.7')
-rw-r--r--man7/aio.72
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/aio.7 b/man7/aio.7
index 13202a1d1c..537dbb0e8c 100644
--- a/man7/aio.7
+++ b/man7/aio.7
@@ -160,7 +160,7 @@ Simultaneous asynchronous read or write operations using the same
.I aiocb
structure yield undefined results.
-The current Linux POSIX AIO implementation is provided in userspace by glibc.
+The current Linux POSIX AIO implementation is provided in user space by glibc.
This has a number of limitations, most notably that maintaining multiple
threads to perform I/O operations is expensive and scales poorly.
Work has been in progress for some time on a kernel