comparison 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
comparison
equal deleted inserted replaced
283:1fc3b04b39fa 284:106cd5d9da7e
58 # -- Options for manual page output ------------------------------------------ 58 # -- Options for manual page output ------------------------------------------
59 59
60 # One entry per manual page. List of tuples 60 # One entry per manual page. List of tuples
61 # (source start file, name, description, authors, manual section). 61 # (source start file, name, description, authors, manual section).
62 man_pages = [ 62 man_pages = [
63 ("index", "local-bsdtools", 'FreeBSD specific administration helper tools', [author], 1), 63 ("index", "local-bsdtools", 'FreeBSD specific administration helper tools', [author], 8),
64 ("man/fzfs", "fzfs", "A ZFS management helper tool", [author], 1), 64 ("man/fzfs", "fzfs", "A ZFS management helper tool", [author], 8),
65 ("man/fzfs-mount", "fzfs-mount", "Mount ZFS datasets recursively", [author], 1), 65 ("man/fzfs-mount", "fzfs-mount", "Mount ZFS datasets recursively", [author], 8),
66 ("man/fzfs-umount", "fzfs-umount", "Unmount ZFS datasets recursively", [author], 1), 66 ("man/fzfs-umount", "fzfs-umount", "Unmount ZFS datasets recursively", [author], 8),
67 ] 67 ]
68 68
69 69
70 # -- Link to manual pages ---------------------------------------------------- 70 # -- Link to manual pages ----------------------------------------------------
71 71