documentation.man.mandoc.settings.manpath
NixOS option
Override the default search path for man(1), apropos(1), and makewhatis(8). It can be used multiple times to specify multiple paths, with the order determining the manual page search order. This is not recommended in favor of documentation.man.mandoc.manPath, but if it’s needed to specify the manpath in this way, set documentation.man.mandoc.manPath to an empty list ([]).
type: list of stringDefault
[ ]
Example
declared in: nixos/modules/misc/mandoc.nixView source on NixOS/nixpkgs →[ "/run/current-system/sw/share/man" ]