From 69660c6a828eddbcf703f7bf6a70b56d69516e64 Mon Sep 17 00:00:00 2001 From: Konrad Kleine Date: Wed, 12 Feb 2020 14:03:03 +0100 Subject: [PATCH] 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 --- doc/debuginfod_find_debuginfo.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/debuginfod_find_debuginfo.3 b/doc/debuginfod_find_debuginfo.3 index 7e5060f..c232ac7 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. -- 2.7.4