comparison docs/conf.py @ 295:11e6e3442df0

Manual page for "ftjail snapshot-tmpl"
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 18 Sep 2022 16:25:18 +0200
parents c2e2fed957ed
children a452ace0175a
comparison
equal deleted inserted replaced
294:c2e2fed957ed 295:11e6e3442df0
71 # One entry per manual page. List of tuples 71 # One entry per manual page. List of tuples
72 # (source start file, name, description, authors, manual section). 72 # (source start file, name, description, authors, manual section).
73 man_pages = [ 73 man_pages = [
74 ("man/man8/local-bsdtools", "local-bsdtools", 'FreeBSD specific administration helper tools v%s' % release, [author], 8), 74 ("man/man8/local-bsdtools", "local-bsdtools", 'FreeBSD specific administration helper tools v%s' % release, [author], 8),
75 ("man/man8/ftjail", "ftjail", "Management helper for thin jails", [author], 8), 75 ("man/man8/ftjail", "ftjail", "Management helper for thin jails", [author], 8),
76 ("man/man8/ftjail-copy-skel", "ftjail-copy-skel", "Recursively copy skeleton contents", [author], 8), 76 ("man/man8/ftjail-copy-skel", "ftjail-copy-skel", "Recursively copy skeleton contents", [author], 8),
77 ("man/man8/ftjail-snapshot-tmpl", "ftjail-snapshot-tmpl", "Recursively create ZFS dataset-snapshots of the RO base and the RW skeleton datasets", [author], 8),
77 ("man/man8/fzfs", "fzfs", "A ZFS management helper tool", [author], 8), 78 ("man/man8/fzfs", "fzfs", "A ZFS management helper tool", [author], 8),
78 ("man/man8/fzfs-mount", "fzfs-mount", "Mount ZFS datasets recursively", [author], 8), 79 ("man/man8/fzfs-mount", "fzfs-mount", "Mount ZFS datasets recursively", [author], 8),
79 ("man/man8/fzfs-umount", "fzfs-umount", "Unmount ZFS datasets recursively", [author], 8), 80 ("man/man8/fzfs-umount", "fzfs-umount", "Unmount ZFS datasets recursively", [author], 8),
80 ] 81 ]
81 82