prompt

prompt — A character or string indicating the start of an input field in a computer display

Synopsis

Content Model

prompt ::=

Description

A Prompt is a character or character string marking the beginning of an input field. Prompts are generally associated with command-line interfaces and not graphical user interfaces (GUIs). In GUIs, GUILabel is usually more appropriate.

Processing expectations

Formatted inline.

Children

The following elements occur in prompt: text, alt, anchor, annotation, biblioref, co, indexterm (db.indexterm.endofrange), indexterm (db.indexterm.singular), indexterm (db.indexterm.startofrange), inlinemediaobject, link, olink, phrase (db._phrase), remark, replaceable, subscript, superscript, xref.

See Also

computeroutput, constant, envar, filename, literal, markup, option, optional, parameter, replaceable, systemitem, tag, userinput, varname

Examples

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

<para>Enter your user name when the system presents the 
<prompt>login:</prompt> prompt.
</para>

</article>

Enter your user name when the system presents the login: prompt.

ChangeLog

This alpha reference page is $Revision: 1.4 $ published $Date: 2005/10/31 12:31:56 $.