aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2006-03-20 06:32:39 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2006-03-20 06:32:39 +0000
commitc3742154c19aa673d9b1125e6b2d4fb0daa45b6a (patch)
treec44c0c454892ce25c2348e6271aed15c0605cd51
parent777f5a9ef714f5282edbeeec494b679f3b239ac7 (diff)
downloadman-pages-c3742154c19aa673d9b1125e6b2d4fb0daa45b6a.tar.gz
Minor changes
-rw-r--r--man2/unshare.26
1 files changed, 3 insertions, 3 deletions
diff --git a/man2/unshare.2 b/man2/unshare.2
index 8e76db9e73..00fe3f3d83 100644
--- a/man2/unshare.2
+++ b/man2/unshare.2
@@ -97,7 +97,7 @@ If
is specified as zero, then
.BR unshare ()
is a no-op;
-no changes are made to the calling process's execution contxt.
+no changes are made to the calling process's execution context.
.SH RETURN VALUE
On success, zero returned. On failure, \-1 is returned and
.I errno
@@ -117,7 +117,7 @@ Cannot allocate sufficient memory to copy parts of caller's
context that need to be unshared.
.TP
.B EINVAL
-An invalid but was specified in
+An invalid bit was specified in
.IR flags .
.SH CONFORMING TO
The
@@ -135,7 +135,7 @@ can be unshared using
.BR unshare ().
In particular, as at kernel 2.6.16,
.BR unshare ()
-does not implement
+does not implement flags that reverse the effects of
.BR CLONE_SIGHAND ,
.\" However we can do unshare(CLONE_SIGHAND) if CLONE_SIGHAND
.\" was not specified when doing clone(); i.e., unsharing