parameter
parameter — A value or a symbolic reference to a value.
Synopsis
- Zero or more of:
- text
 replaceable- Graphic inlines 
![[-]](figs/web/nav/down.gif)
 - Indexing inlines 
![[-]](figs/web/nav/down.gif)
 - Linking inlines 
![[-]](figs/web/nav/down.gif)
 - Ubiquitous inlines 
![[-]](figs/web/nav/down.gif)
abbrevacronymaltanchorannotationbibliorefcorefdateemphasis(db._emphasis)firstterm(db._firstterm)footnotefootnoterefforeignphrase(db._foreignphrase)glossterm(db._glossterm)indexterm(db.indexterm.endofrange)indexterm(db.indexterm.singular)indexterm(db.indexterm.startofrange)inlinemediaobjectlinkolinkphrase(db._phrase)quote(db._quote)remarksubscriptsuperscripttrademarkwordaswordxref
 
 
Description
A parameter identifies something passed from
      one part of a computer system to another. In this regard
      parameter is fairly generic, but it may have a more
      constrained semantic in some contexts (e.g., in a
      paramdef).
In a document that describes more than one kind of parameter—for
      example, parameters to functions and commands—the class attribute can be used to distinguish
      between them, if necessary.
Processing expectations
Formatted inline.
Attributes
- class
 Identifies the class of parameter
Enumerated values: “command” A command
“function” A function
“option” An option
See Also
computeroutput, constant, funcdef, funcparams, funcprototype, funcsynopsisinfo, function, literal, markup, option, optional, paramdef, prompt, replaceable, returnvalue, tag, userinput, varargs, varname, void
Examples
<article xmlns='http://docbook.org/ns/docbook'> <title>Example parameter</title> <para>Using the <parameter class='command'>-l</parameter> parameter on the Linux <command>ls</command> command prints a long directory listing. </para> </article>
Using the -l parameter on the
Linux ls command prints a long directory listing.




![[+]](figs/web/nav/right.gif)