comparison docs/conf.py @ 297:a452ace0175a

Manual page for "ftjail populate"
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 18 Sep 2022 16:47:52 +0200
parents 11e6e3442df0
children 41f32fdbecf3
comparison
equal deleted inserted replaced
296:e64c726c4bd0 297:a452ace0175a
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-populate", "ftjail-populate", "Populate a prepared directory structure with the contents of a FreeBSD base system", [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), 78 ("man/man8/ftjail-snapshot-tmpl", "ftjail-snapshot-tmpl", "Recursively create ZFS dataset-snapshots of the RO base and the RW skeleton datasets", [author], 8),
78 ("man/man8/fzfs", "fzfs", "A ZFS management helper tool", [author], 8), 79 ("man/man8/fzfs", "fzfs", "A ZFS management helper tool", [author], 8),
79 ("man/man8/fzfs-mount", "fzfs-mount", "Mount ZFS datasets recursively", [author], 8), 80 ("man/man8/fzfs-mount", "fzfs-mount", "Mount ZFS datasets recursively", [author], 8),
80 ("man/man8/fzfs-umount", "fzfs-umount", "Unmount ZFS datasets recursively", [author], 8), 81 ("man/man8/fzfs-umount", "fzfs-umount", "Unmount ZFS datasets recursively", [author], 8),
81 ] 82 ]