diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml
index 411cfcf..f5dd444 100644
--- a/manual/qpdf-manual.xml
+++ b/manual/qpdf-manual.xml
@@ -2943,7 +2943,12 @@ outfile.pdf
recover, after which other options are effectively operating
on the recovered file. Combining with
other options in this way can be useful for manually
- recovering severely damaged files.
+ recovering severely damaged files. Note that
+ produces no output to standard output
+ when everything is valid, so if you are using this to
+ programmatically validate files in bulk, it is safe to run
+ without output redirected to /dev/null
+ and just check for a 0 exit code.