+1
-2
doc/build-aux/pandoc-filters/link-unix-man-references.lua
+1
-2
doc/build-aux/pandoc-filters/link-unix-man-references.lua
+1
-1
doc/contributing/contributing-to-documentation.chapter.md
+1
-1
doc/contributing/contributing-to-documentation.chapter.md
···If you want to link to a man page, you can use `` {manpage}`nix.conf(5)` ``, which will turn into {manpage}`nix.conf(5)`.-The references will turn into links when a mapping exists in {file}`doc/build-aux/pandoc-filters/unix-man-urls.lua`.+The references will turn into links when a mapping exists in {file}`doc/build-aux/pandoc-filters/link-unix-man-references.lua`.This syntax is taken from [MyST](https://myst-parser.readthedocs.io/en/latest/syntax/syntax.html#roles-an-in-line-extension-point). Though, the feature originates from [reStructuredText](https://www.sphinx-doc.org/en/master/usage/restructuredtext/roles.html#role-manpage) with slightly different syntax.