Minor changes

This commit is contained in:
Michael Kerrisk 2006-03-20 06:32:39 +00:00
parent 777f5a9ef7
commit c3742154c1
1 changed files with 3 additions and 3 deletions

View File

@ -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