Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
diff docs/conf.py @ 294:c2e2fed957ed
- Compute a dynmic list of manual pages
- Move the sources of the manual pages into a section-specific subdir
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 18 Sep 2022 15:32:22 +0200 |
| parents | 73ac6bec36fe |
| children | 11e6e3442df0 |
line wrap: on
line diff
--- a/docs/conf.py Sun Sep 18 14:47:41 2022 +0200 +++ b/docs/conf.py Sun Sep 18 15:32:22 2022 +0200 @@ -71,12 +71,12 @@ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - ("man/local-bsdtools", "local-bsdtools", 'FreeBSD specific administration helper tools v%s' % release, [author], 8), - ("man/ftjail", "ftjail", "Management helper for thin jails", [author], 8), - ("man/ftjail-copy-skel", "ftjail-copy-skel", "Recursively copy skeleton contents", [author], 8), - ("man/fzfs", "fzfs", "A ZFS management helper tool", [author], 8), - ("man/fzfs-mount", "fzfs-mount", "Mount ZFS datasets recursively", [author], 8), - ("man/fzfs-umount", "fzfs-umount", "Unmount ZFS datasets recursively", [author], 8), + ("man/man8/local-bsdtools", "local-bsdtools", 'FreeBSD specific administration helper tools v%s' % release, [author], 8), + ("man/man8/ftjail", "ftjail", "Management helper for thin jails", [author], 8), + ("man/man8/ftjail-copy-skel", "ftjail-copy-skel", "Recursively copy skeleton contents", [author], 8), + ("man/man8/fzfs", "fzfs", "A ZFS management helper tool", [author], 8), + ("man/man8/fzfs-mount", "fzfs-mount", "Mount ZFS datasets recursively", [author], 8), + ("man/man8/fzfs-umount", "fzfs-umount", "Unmount ZFS datasets recursively", [author], 8), ]
