documentation.man.mandoc.settings.output.man

NixOS option

A template for linked manuals (usually via the Xr macro) in HTML output. Instances of ‘%N’ and ‘%S’ are replaced with the linked manual’s name and section, respectively. If no section is included, section 1 is assumed. The default is not to present a hyperlink. If two formats are given and a file %N.%S exists in the current directory, the first format is used; otherwise, the second format is used.

type: null or string
Default
null
Example
../html%S/%N.%S.html
declared in: nixos/modules/misc/mandoc.nixView source on NixOS/nixpkgs →