aboutsummaryrefslogtreecommitdiffstats
path: root/man2/open.2
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 /man2/open.2
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 'man2/open.2')
-rw-r--r--man2/open.24
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/open.2 b/man2/open.2
index ad318b1954..f9a63e9865 100644
--- a/man2/open.2
+++ b/man2/open.2
@@ -703,7 +703,7 @@ to the same numerical value as
Most Linux file systems don't actually implement the POSIX
.B O_SYNC
semantics, which require all metadata updates of a write
-to be on disk on returning to userspace, but only the
+to be on disk on returning to user space, but only the
.B O_DSYNC
semantics, which require only actual file data and metadata necessary
to retrieve it to be on disk by the time the system call returns.
@@ -752,7 +752,7 @@ flag, its st_ctime and st_mtime fields are set to the current time.
The
.B O_DIRECT
flag may impose alignment restrictions on the length and address
-of userspace buffers and the file offset of I/Os.
+of user-space buffers and the file offset of I/Os.
In Linux alignment
restrictions vary by file system and kernel version and might be
absent entirely.