debuginfod/doc: Fix typo debuginfo_progressfn_t -> debuginfod_progressfn_t
authorKonrad Kleine <kkleine@redhat.com>
Wed, 12 Feb 2020 13:03:03 +0000 (14:03 +0100)
committerFrank Ch. Eigler <fche@redhat.com>
Wed, 12 Feb 2020 14:11:10 +0000 (09:11 -0500)
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 <kkleine@redhat.com>
doc/debuginfod_find_debuginfo.3

index 7e5060f..c232ac7 100644 (file)
@@ -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.