returnvalue

returnvalue — The value returned by a function.

Synopsis

Description

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

Processing expectations

Formatted inline.

Parents [+]

This element occurs in 50 elements.

Children [+]

This element contains 16 elements.

Examples

  1 <article xmlns='http://docbook.org/ns/docbook'>
  2 <title>Example returnvalue</title>
    
  4 <para>The <function>open</function> function returns <returnvalue>2</returnvalue>
    (<errorname>ENOFILE</errorname>) if the file does not exist.
  6 </para>
    
  8 </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)