computeroutput
computeroutput — Data, generally text, displayed or presented by a computer.
Synopsis
- Zero or more of:
Attributes
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
These elements contain computeroutput
: bridgehead
, caption
(db.html.caption), citation
, citetitle
, classsynopsisinfo
, computeroutput
, contrib
, emphasis
(db.emphasis), entry
, firstterm
(db.firstterm), funcsynopsisinfo
, glosssee
, glossseealso
, glossterm
(db.glossterm), link
, literallayout
, member
, olink
, orgdiv
, para
, phrase
(db.phrase), primary
, primaryie
, programlisting
, quote
(db.quote), refdescriptor
, refentrytitle
, refname
, refpurpose
, remark
, screen
, secondary
, secondaryie
, see
, seealso
, seealsoie
, seeie
, seg
, segtitle
, simpara
, subtitle
, synopsis
, td
, term
, termdef
, tertiary
, tertiaryie
, th
, title
, titleabbrev
, tocentry
, userinput
.
Children
The following elements occur in computeroutput: text, abbrev
, acronym
, alt
, anchor
, annotation
, biblioref
, co
, code
, command
, computeroutput
, constant
, coref
, date
, email
, emphasis
(db._emphasis), envar
, filename
, firstterm
(db._firstterm), footnote
, footnoteref
, foreignphrase
(db._foreignphrase), glossterm
(db._glossterm), indexterm
(db.indexterm.endofrange), indexterm
(db.indexterm.singular), indexterm
(db.indexterm.startofrange), inlinemediaobject
, link
, literal
, markup
, nonterminal
, olink
, option
, optional
, package
, parameter
, phrase
(db._phrase), prompt
, property
, quote
(db._quote), remark
, replaceable
, subscript
, superscript
, symbol
, systemitem
, tag
, termdef
, token
, trademark
, uri
, userinput
, wordasword
, xref
.
See Also
Examples
<article xmlns='http://docbook.org/ns/docbook'>
<title>Example computeroutput</title>
<para>The output from the date command,
<computeroutput>Sun Nov 16, 1997 21:03:29</computeroutput>,
uses fixed-width fields so that it can easily be parsed.
</para>
</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.