Description

Use this template to create a man page link. The template can use four parameters:

Examples

Link to ls man page:

    [[!template  id=man name="ls"]]

Link to ls(1) man page, with section:

    [[!template  id=man name="ls" section="1"]]

Link to ls(1) man page, specifying section and architecture:

    [[!template  id=man name="ls" section="1" arch="i386"]]

Link to ls(1) man page, specifying section, architecture and collection:

    [[!template  id=man name="ls" section="1" arch="i386" collection="NetBSD-5.0"]]