Template:Cmd
From FreeBSDwiki
(Difference between revisions)
m |
m |
||
| (One intermediate revision by one user not shown) | |||
| Line 1: | Line 1: | ||
| − | <span style="background-color:lightgray" | + | <span style="background-color:lightgray" class="cmd">{{{1}}}</span><noinclude> |
| − | Usage: | + | '''Usage:''' |
Indicates command-line text. For simple use with inline text. Template isn't functional with use of pipes "|" and other special characters. | Indicates command-line text. For simple use with inline text. Template isn't functional with use of pipes "|" and other special characters. | ||
| − | + | '''Example:''' | |
| − | Example: | + | |
<nowiki>{{cmd|kldstat}}</nowiki> produces {{cmd|kldstat}} | <nowiki>{{cmd|kldstat}}</nowiki> produces {{cmd|kldstat}} | ||
| + | |||
| + | '''See also:''' | ||
| + | |||
| + | [[help:templates]] | ||
</noinclude> | </noinclude> | ||
Latest revision as of 11:46, 10 February 2018
{{{1}}}
Usage:
Indicates command-line text. For simple use with inline text. Template isn't functional with use of pipes "|" and other special characters.
Example:
{{cmd|kldstat}} produces kldstat
See also: