progs/catsign.1: Fix the warning about `verify' output.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 11 Jul 2013 09:09:14 +0000 (10:09 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 11 Jul 2013 09:09:14 +0000 (10:09 +0100)
Obviously copied from `catcrypt decrypt', which does only output
verified data because of its chunking; but `catsign' doesn't work like
this by default.

progs/catsign.1

index 190c631..5f19a1d 100644 (file)
@@ -539,8 +539,16 @@ No output.  Watch the exit status.
 All messages.
 .PP
 .B Warning!
 All messages.
 .PP
 .B Warning!
-All output written has been checked for authenticity.  However, output
-can fail madway through for many reasons, and the resulting message may
+Unless the
+.B \-b
+option is set (which happens automatically if writing to standard
+output),
+.BR catsign 's
+output is
+.I not
+checked for authenticity until it has all been written.  Even with
+.BR \-b ,
+output can fail midway for many reasons, and the resulting message may
 therefore be truncated.  Don't rely on the output being complete until
 .B OK
 is printed or
 therefore be truncated.  Don't rely on the output being complete until
 .B OK
 is printed or