Template:Man
From FreeBSDwiki
(Difference between revisions)
Line 1: | Line 1: | ||
− | <span style="color:maroon" id="man">{{{1}}}</span><noinclude> | + | <span style="color:maroon" id="man">{{{1}}}{{{2|}}}</span><noinclude> |
'''Usage:''' | '''Usage:''' | ||
Line 7: | Line 7: | ||
'''Example:''' | '''Example:''' | ||
− | Type ''<nowiki>{{man|kldstat | + | |
+ | Type ''<nowiki>{{man|kldstat}}</nowiki>'' for {{man|kldstat}} | ||
+ | Type ''<nowiki>{{man|kldstat|}}</nowiki>'' for {{man|kldstat|}} | ||
+ | Type ''<nowiki>{{man|kldstat|8}}</nowiki>'' for {{man|kldstat|8}} | ||
</noinclude> | </noinclude> |
Revision as of 03:28, 1 November 2015
{{{1}}}
Usage:
Indicates a manpage. This templates makes no distinction between base and ports manpages.
Example:
Type {{man|kldstat}} for kldstat()
Type {{man|kldstat|}} for kldstat()
Type {{man|kldstat|8}} for kldstat(8)