computeroutput

computeroutput — Data, generally text, displayed or presented by a computer.

Synopsis

Description

A computeroutput identifies lines of text generated by a computer program (messages, results, or other output).

Note that computeroutput is not a verbatim environment, but an inline.

Processing expectations

Formatted inline. It’s often presented in a fixed-width font.

Parents [+]

This element occurs in 51 elements.

Children [+]

This element contains 39 elements.

Examples

  1 <article xmlns='http://docbook.org/ns/docbook'>
  2 <title>Example computeroutput</title>
    
  4 <para>The output from the date command,
    <computeroutput>Sun  Nov 16, 1997  21:03:29</computeroutput>,
  6 uses fixed-width fields so that it can easily be parsed.
    </para>
  8 
    </article>

The output from the date command, Sun Nov 16, 1997 21:03:29, uses fixed-width fields so that it can easily be parsed.

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