changeset 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 49890965e43c
files docs/conf.py docs/man/man8/ftjail.rst
diffstat 2 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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),
--- 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
 -----------