comparison docs/conf.py @ 298:41f32fdbecf3

Wording in manual pages
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 18 Sep 2022 17:17:13 +0200
parents a452ace0175a
children 901b0e3c0dab
comparison
equal deleted inserted replaced
297:a452ace0175a 298:41f32fdbecf3
69 # -- Options for manual page output ------------------------------------------ 69 # -- Options for manual page output ------------------------------------------
70 70
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 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 of 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-populate", "ftjail-populate", "Populate a prepared directory structure with the contents of a FreeBSD base system", [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/ftjail-snapshot-tmpl", "ftjail-snapshot-tmpl", "Recursively create ZFS dataset-snapshots of the RO base and the RW skeleton datasets", [author], 8),
79 ("man/man8/fzfs", "fzfs", "A ZFS management helper tool", [author], 8), 79 ("man/man8/fzfs", "fzfs", "A ZFS management helper tool", [author], 8),
80 ("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),