From 0e2e5dd39e46412d390d8ecca5594f59659e74ce Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Mon, 12 Feb 2024 10:03:02 -0500 Subject: [PATCH] debuginfod.8 man page: tweak -U explanation In debian bug #1063768, smcv noted that the man page was out of date with respect to the tool debuginfod actually uses for -U. Update the man page to fix the mismatch. Reported-By: Simon McVittie Signed-off-By: Frank Ch. Eigler --- doc/debuginfod.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/debuginfod.8 b/doc/debuginfod.8 index d79a193c8..c17f1519a 100644 --- a/doc/debuginfod.8 +++ b/doc/debuginfod.8 @@ -107,8 +107,8 @@ with \fB\%\-Z\ .rpm='(rpm2cpio|zstdcat)<'\fP instead of \fB\-R\fP. .TP .B "\-U" Activate DEB/DDEB patterns in archive scanning. The default is off. -Equivalent to \fB\%\-Z\ .deb='dpkg-deb\ \-\-fsys\-tarfile\fP' -\fB\%\-Z\ .ddeb='dpkg-deb\ \-\-fsys\-tarfile'\fP. +Equivalent to \fB\%\-Z\ .deb='(bsdtar\ \-O\ \-x\ \-f\ \-\ data.tar\\*)<\fP' +and same for \fB.ddeb\fP and \fB.ipk\fP. .TP .B "\-d FILE" "\-\-database=FILE" -- 2.47.3