aboutsummaryrefslogtreecommitdiffstats
path: root/man2
diff options
context:
space:
mode:
authorJakub Wilk <jwilk@jwilk.net>2016-06-07 11:19:24 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-06-08 11:24:08 +0200
commitd1f84ed72a75f9818bbedae874819bd04eb251e3 (patch)
tree937833b46332a8f417676b196a908f43ed609558 /man2
parent8d48cea31ab978ab379917e020fc01eb4ae24fa3 (diff)
downloadman-pages-d1f84ed72a75f9818bbedae874819bd04eb251e3.tar.gz
clone.2, confstr.3, hpsa.4, tcp.7: tfix
Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Diffstat (limited to 'man2')
-rw-r--r--man2/clone.22
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/clone.2 b/man2/clone.2
index 78f6db367d..0318258393 100644
--- a/man2/clone.2
+++ b/man2/clone.2
@@ -238,7 +238,7 @@ If this flag is not set, then (as with
the new process has its own I/O context.
.\" The following based on text from Jens Axboe
-The I/O context is the I/O scope of the disk scheduler (i.e,
+The I/O context is the I/O scope of the disk scheduler (i.e.,
what the I/O scheduler uses to model scheduling of a process's I/O).
If processes share the same I/O context,
they are treated as one by the I/O scheduler.