Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 5.5

kprocess.exec_complete(3stap)


KPROCESS.EXEC_COMPLE

KPROCESS.EXEC_COMPLE

NAME
SYNOPSIS
VALUES
CONTEXT
DESCRIPTION

NAME

kprocess.exec_complete − Return from exec to a new program

SYNOPSIS

kprocess.exec_complete

VALUES

success

A boolean indicating whether the exec was successful

errno

The error number resulting from the exec

CONTEXT

On success, the context of the new executable. On failure, remains in the context of the caller.

DESCRIPTION

Fires at the completion of an exec call.



kprocess.exec_complete(3stap)