mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
thread(2): fix description of when/why procexec(l) functions return
This commit is contained in:
parent
8fa9b7d6ff
commit
0bc963f928
1 changed files with 2 additions and 1 deletions
|
@ -332,7 +332,8 @@ and
|
|||
on success,
|
||||
they replace the calling thread (which must be the only thread in its proc)
|
||||
and invoke the external program, never returning.
|
||||
On error, they return \-1.
|
||||
On error, they return and set
|
||||
.IR errstr .
|
||||
If
|
||||
.I cpid
|
||||
is not null, the pid of the invoked program
|
||||
|
|
Loading…
Reference in a new issue