prompt
prompt — A character or string indicating the start of an input field in a computer display.
Synopsis
- Zero or more of:
- text
co
phrase
(db._phrase)replaceable
- Graphic inlines
- Indexing inlines
- Linking inlines
- Ubiquitous inlines
alt
anchor
annotation
biblioref
indexterm
(db.indexterm.endofrange)indexterm
(db.indexterm.singular)indexterm
(db.indexterm.startofrange)inlinemediaobject
link
olink
remark
subscript
superscript
xref
Attributes
Description
A prompt
is a character or character string
marking the beginning of an input field. The prompt
element is generally used for command-line interfaces and not graphical
user interfaces (GUIs). In GUIs,
guilabel
is usually more appropriate.
Processing expectations
Formatted inline.
This element occurs in 51 elements.
This element contains 17 elements.
See Also
computeroutput
, constant
, envar
, filename
, literal
, markup
, option
, optional
, parameter
, replaceable
, systemitem
, tag
, userinput
, varname
Examples
1 <article xmlns='http://docbook.org/ns/docbook'> 2 <title>Example prompt</title> 4 <para>Enter your user name when the system presents the <prompt>login:</prompt> prompt. 6 </para> 8 </article>
Enter your user name when the system presents the
login:
prompt.