From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id E91843858D1E for ; Tue, 14 Feb 2023 20:05:11 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org E91843858D1E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org Received: from csb.redhat.com (deer0x03.wildebeest.org [172.31.17.133]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id AD68330067DA; Tue, 14 Feb 2023 21:05:10 +0100 (CET) Received: by csb.redhat.com (Postfix, from userid 10916) id 8C70DCB993; Tue, 14 Feb 2023 21:05:10 +0100 (CET) From: Mark Wielaard To: elfutils-devel@sourceware.org Cc: Mark Wielaard Subject: [COMMITTED] doc: Add .TP before -g in debuginfod.8 Date: Tue, 14 Feb 2023 21:05:07 +0100 Message-Id: <20230214200507.582402-1-mark@klomp.org> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-3037.3 required=5.0 tests=BAYES_00,GIT_PATCH_0,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,KAM_NUMSUBJECT,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Fixes indentation of -g option. Signed-off-by: Mark Wielaard --- doc/ChangeLog | 4 ++++ doc/debuginfod.8 | 1 + 2 files changed, 5 insertions(+) diff --git a/doc/ChangeLog b/doc/ChangeLog index b2ef357a..7f2d6ff4 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2023-02-14 Mark Wielaard + + * debuginfod.8: Add .TP before -g. + 2023-01-11 Frank Ch. Eigler * debuginfod.8: Tweak -c/-C documentation for heuristic defaults. diff --git a/doc/debuginfod.8 b/doc/debuginfod.8 index 6d73256f..07cb01ae 100644 --- a/doc/debuginfod.8 +++ b/doc/debuginfod.8 @@ -174,6 +174,7 @@ interrupting a groom pass (if any). .B "\-r" Apply the -I and -X during groom cycles, so that files excluded by the regexes are removed from the index. These parameters are in addition to what normally qualifies a file for grooming, not a replacement. +.TP .B "\-g SECONDS" "\-\-groom\-time=SECONDS" Set the groom time for the index database. This is the amount of time the grooming thread will wait after finishing a grooming pass before -- 2.31.1