Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
diff docs/conf.py @ 284:106cd5d9da7e
Put all manual pages into section 8 (FreeBSD System Manager's Manual)
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 18 Sep 2022 09:16:58 +0200 |
| parents | 1fc3b04b39fa |
| children | 258a1dfd52eb |
line wrap: on
line diff
--- a/docs/conf.py Sun Sep 18 01:31:47 2022 +0200 +++ b/docs/conf.py Sun Sep 18 09:16:58 2022 +0200 @@ -60,10 +60,10 @@ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - ("index", "local-bsdtools", 'FreeBSD specific administration helper tools', [author], 1), - ("man/fzfs", "fzfs", "A ZFS management helper tool", [author], 1), - ("man/fzfs-mount", "fzfs-mount", "Mount ZFS datasets recursively", [author], 1), - ("man/fzfs-umount", "fzfs-umount", "Unmount ZFS datasets recursively", [author], 1), + ("index", "local-bsdtools", 'FreeBSD specific administration helper tools', [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), ]
