diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2012-10-21 08:04:42 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2012-10-24 14:53:33 +0200 |
| commit | 7fac88a949c7fdf554cc048bd9b47059830ebb68 (patch) | |
| tree | 52171bcee3526213abcd6dd72a6e2abc0ddde394 /man2/sync_file_range.2 | |
| parent | a9c1e09721a2b9da554bf9e98466c1c5d41afa3f (diff) | |
| download | man-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 'man2/sync_file_range.2')
| -rw-r--r-- | man2/sync_file_range.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/sync_file_range.2 b/man2/sync_file_range.2 index 5c1781293b..82ed878981 100644 --- a/man2/sync_file_range.2 +++ b/man2/sync_file_range.2 @@ -172,7 +172,7 @@ Out of disk space. refers to something other than a regular file, a block device, a directory, or a symbolic link. .\" FIXME . (bug?) Actually, how can 'fd' refer to a symbolic link (S_ISLNK)? -.\" (In userspace at least) it isn't possible to obtain a file descriptor +.\" (In user space at least) it isn't possible to obtain a file descriptor .\" for a symbolic link. .SH VERSIONS .BR sync_file_range () |
