Jump to content

Template:Man: Difference between revisions

From NixOS Wiki
Sdht0 (talk | contribs)
Add proper sections
DoggoBit (talk | contribs)
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly><code title="man {{{sec}}} {{{1}}}">{{{1}}}({{{sec}}})</code></includeonly><noinclude>{{DISPLAYTITLE:Template:man}}
<includeonly><code title="man {{{sec}}} {{{1}}}">{{{1}}}({{{sec}}})</code></includeonly><noinclude>{{delete|reason=Unused.}}{{undocumented}}{{DISPLAYTITLE:Template:man}}
{{template}}
{{template}}



Latest revision as of 22:16, 7 June 2025

✖︎︎
This article is a deletion candidate. Unused. Further information may be found on the related discussion page.
{{?}}︎
Undocumented template. This template has no documentation, or its documentation is in a non-standard format. Please provide documentation about this template using the {{documentation}} helper template. Doing so will help other editors use your template, as reading template code can be unwieldy and time-consuming.
This page is a template. It should be used as part of other articles. For more information, see Help:Template.

Please do not experiment with this template; you could ruin all pages using this template. If you want to edit this template, copy the text to Template:Sandbox, edit and test it there, and copy it back when it works.

Feel free to discuss this template in the talk page.

If you wanted to create a new page instead, use the search box to search for the title of the new page you want to create and follow the link Create the page "XYZ" on this wiki! in the results page. An alternative is to create a dangling link to the new page from an existing page. A final option is to directly visit the expected URL of the page.

About

This template is used to refer to man manual pages, using the conventional page(section) syntax. The command used to display the manual page is added to the title attribute such that it displays on hover.

Parameters

  • the page
  • sec: the section containing the page

Usage

{{man|nixos-rebuild|sec=1}}

Example

nixos-rebuild(1)