returnvalue

returnvalue — The value returned by a function.

Synopsis

returnvalue ::= [-]

Description

A returnvalue identifies the value returned by a function or command.

Processing expectations

Formatted inline.

Children [+]

This element contains 29 elements.

Examples

<article xmlns='http://docbook.org/ns/docbook'>
<title>Example returnvalue</title>

<para>The <function>open</function> function returns <returnvalue>2</returnvalue>
(<errorname>ENOFILE</errorname>) if the file does not exist.
</para>

</article>

The open function returns 2 (ENOFILE) if the file does not exist.

Last revised by Norman Walsh on 6 Jun 2011 (git hash: 6ffcc7640bbc5f852a318e452c9f210f03292cb9)