From: Konrad Kleine Date: Wed, 12 Feb 2020 13:03:03 +0000 (+0100) Subject: debuginfod/doc: Fix typo debuginfo_progressfn_t -> debuginfod_progressfn_t X-Git-Tag: elfutils-0.179~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69660c6a828eddbcf703f7bf6a70b56d69516e64;p=thirdparty%2Felfutils.git debuginfod/doc: Fix typo debuginfo_progressfn_t -> debuginfod_progressfn_t I've copied the type name for the progress function from the manual and noticed that it didn't compile... Signed-off-by: Konrad Kleine --- diff --git a/doc/debuginfod_find_debuginfo.3 b/doc/debuginfod_find_debuginfo.3 index 7e5060f27..c232ac717 100644 --- a/doc/debuginfod_find_debuginfo.3 +++ b/doc/debuginfod_find_debuginfo.3 @@ -38,10 +38,10 @@ debuginfod_find_debuginfo \- request debuginfo from debuginfod .BI " const char *" filename "," .BI " char ** " path ");" -.BI "typedef int (*debuginfo_progressfn_t)(debuginfod_client *" client "," -.BI " long a, long b);" +.BI "typedef int (*debuginfod_progressfn_t)(debuginfod_client *" client "," +.BI " long a, long b);" .BI "void debuginfod_set_progressfn(debuginfod_client *" client "," -.BI " debuginfo_progressfn_t " progressfn ");" +.BI " debuginfod_progressfn_t " progressfn ");" Link with \fB-ldebuginfod\fP.