doc: Fix DEBUGINFOD_PROGRESS description to just mention output on stderr.
authorMark Wielaard <mark@klomp.org>
Fri, 10 Jan 2020 14:46:29 +0000 (15:46 +0100)
committerMark Wielaard <mark@klomp.org>
Sun, 12 Jan 2020 16:14:52 +0000 (17:14 +0100)
An earlier variant of the default progress function could write to any
file. Which is still in the documentation. But the actual implementation
just uses stderr. Fix the documentation to match.

Signed-off-by: Mark Wielaard <mark@klomp.org>
doc/ChangeLog
doc/debuginfod_find_debuginfo.3

index 51088df..651ea33 100644 (file)
@@ -1,3 +1,8 @@
+2020-01-10  Mark Wielaard  <mark@klomp.org>
+
+       * debuginfod_find_debuginfo.3 (DEBUGINFOD_PROGRESS): Mention progress
+       output goes to stderr.
+
 2020-01-11  Frank Ch. Eigler  <fche@redhat.com
 
        * debuginfod.8: Document --fdcache-fds and --fdcache-mbs opts.
index f6ea7a4..7e5060f 100644 (file)
@@ -173,8 +173,8 @@ or negative means "no timeout".)
 This environment variable governs the default progress function.  If
 set, and if a progressfn is not explicitly set, then the library will
 configure a default progressfn.  This function will append a simple
-progress message periodically to the given file.  Consider using
-"/dev/stderr" on platforms that support it.  The default is nothing.
+progress message periodically to stderr.  The default is no progress
+function output.
 
 .TP 21
 .B DEBUGINFOD_CACHE_PATH