Syntax #
p.user-input
Purpose #
The p.user-input annotation is used to tag an element as the text that a user provides to a program to receive output. This can be to initialize a process, in response to an output, or any other software interaction.
Examples #
The following is an example of a time when you might want to use the annotations
The following is an example of a rule that will apply the annotation
The following is the DITA XML output for the rule:
<p>To start a program in GOS, enter the following command:</p>
<userinput><program_name >!Start</userinput>