From 44f28069e2e5ecbf402244816ec6cac03c7c0cf9 Mon Sep 17 00:00:00 2001 From: Greg Lehey Date: Tue, 26 Sep 2023 15:05:16 +1000 Subject: [PATCH] makefs: Explain the -d option (cherry picked from commit 915af883221a4982e89ef878f1def0899ccac283) --- usr.sbin/makefs/makefs.8 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/usr.sbin/makefs/makefs.8 b/usr.sbin/makefs/makefs.8 index 2ffa512a3b9..5c3d88b4ac1 100644 --- a/usr.sbin/makefs/makefs.8 +++ b/usr.sbin/makefs/makefs.8 @@ -113,7 +113,12 @@ Treat duplicate paths in an mtree manifest as warnings not error. Enable various levels of debugging, depending upon which bits are set in .Ar debug-mask . -XXX: document these +This option is intended for source debugging. +.Ar debug-mask +is a bit map defined in the header file +.Ar makefs.h . +See the source for usage, and look for defines starting with +.Ar DEBUG_ . .It Fl F Ar mtree-specfile .Em This is almost certainly not the option you are looking for. To create an image from a list of files in an mtree format manifest,