Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
diff docs/conf.py @ 293:73ac6bec36fe
Man page for "ftjail copy-jail"
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 18 Sep 2022 14:47:41 +0200 |
| parents | f2b4edf5f6a3 |
| children | c2e2fed957ed |
line wrap: on
line diff
--- a/docs/conf.py Sun Sep 18 14:10:40 2022 +0200 +++ b/docs/conf.py Sun Sep 18 14:47:41 2022 +0200 @@ -72,6 +72,8 @@ # (source start file, name, description, authors, manual section). man_pages = [ ("man/local-bsdtools", "local-bsdtools", 'FreeBSD specific administration helper tools v%s' % release, [author], 8), + ("man/ftjail", "ftjail", "Management helper for thin jails", [author], 8), + ("man/ftjail-copy-skel", "ftjail-copy-skel", "Recursively copy skeleton contents", [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),
