# HG changeset patch # User Franz Glasner # Date 1663514233 -7200 # Node ID 41f32fdbecf3c2e09794e9a5d73bb1e6a6995751 # Parent a452ace0175a33b625a6992a88e68d8d1ba70e3e Wording in manual pages diff -r a452ace0175a -r 41f32fdbecf3 docs/conf.py --- a/docs/conf.py Sun Sep 18 16:47:52 2022 +0200 +++ b/docs/conf.py Sun Sep 18 17:17:13 2022 +0200 @@ -71,8 +71,8 @@ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - ("man/man8/local-bsdtools", "local-bsdtools", 'FreeBSD specific administration helper tools v%s' % release, [author], 8), - ("man/man8/ftjail", "ftjail", "Management helper for thin jails", [author], 8), + ("man/man8/local-bsdtools", "local-bsdtools", 'FreeBSD administration helper tools v%s' % release, [author], 8), + ("man/man8/ftjail", "ftjail", "Management of Thin Jails", [author], 8), ("man/man8/ftjail-copy-skel", "ftjail-copy-skel", "Recursively copy skeleton contents", [author], 8), ("man/man8/ftjail-populate", "ftjail-populate", "Populate a prepared directory structure with the contents of a FreeBSD base system", [author], 8), ("man/man8/ftjail-snapshot-tmpl", "ftjail-snapshot-tmpl", "Recursively create ZFS dataset-snapshots of the RO base and the RW skeleton datasets", [author], 8), diff -r a452ace0175a -r 41f32fdbecf3 docs/man/man8/ftjail.rst --- a/docs/man/man8/ftjail.rst Sun Sep 18 16:47:52 2022 +0200 +++ b/docs/man/man8/ftjail.rst Sun Sep 18 17:17:13 2022 +0200 @@ -11,6 +11,13 @@ **ftjail subcommand** +Description +----------- + +Management tool for Thin Jails: creation of base and skeleton datasets, +mount and population helpers. + + Subcommands -----------