diff docs/conf.py @ 315:9c5b76df4f9d

Begin manual pages for the "fjail" command
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 24 Nov 2022 09:37:57 +0100
parents 2102b46566f0
children ebe98c3b0835
line wrap: on
line diff
--- a/docs/conf.py	Thu Nov 24 02:03:58 2022 +0100
+++ b/docs/conf.py	Thu Nov 24 09:37:57 2022 +0100
@@ -72,6 +72,15 @@
 # (source start file, name, description, authors, manual section).
 man_pages = [
     ("man/man8/local-bsdtools", "local-bsdtools", 'FreeBSD administration helper tools v%s' % release, [author], 8),
+    ("man/man8/fjail", "fjail", "Management of Jails", [author], 8),
+    #("man/man8/fjail-configure", "fjail", "Basic Configuration of Jails", [author], 8),
+    #("man/man8/fjail-copy", "fjail-copy", "Recursively copy ZFS datasets including all properties", [author], 8),
+    #("man/man8/fjail-datasets", "fjail-datasets", "Create a new tree of ZFS datasets that will encompass a jail", [author], 8),
+    #("man/man8/fjail-hostid", "fjail-hostid", "Compute a proposal for a new BSD Host UUID and ID", [author], 8),
+    #("man/man8/fjail-mount", "fjail-mount", "Recursively mount a ZFS dataset and its children", [author], 8),
+    #("man/man8/fjail-populate", "fjail-populate", "Populate a directory with content from a FreeBSD base.txz", [author], 8),
+    #("man/man8/fjail-privs", "fjail-privs", "Adjust some privileges within a mounted jail", [author], 8),    
+    #("man/man8/fjail-umount", "fjail-umount", "Recursively unmount a ZFS datasets and its children", [author], 8),
     ("man/man8/ftjail", "ftjail", "Management of Thin Jails", [author], 8),
     ("man/man8/ftjail-build-etcupdate-current-tmpl", "ftjail-build-etcupdate-current-tmpl", "Build a \"current\" tree suitable for the default and extract mode of \"etcupdate\"", [author], 8),    
     ("man/man8/ftjail-copy-skel", "ftjail-copy-skel", "Recursively copy skeleton contents", [author], 8),