Documentation: vos dump -verbose outputs to stderr
authorSimon Wilkinson <sxw@inf.ed.ac.uk>
Wed, 30 Dec 2009 01:04:23 +0000 (01:04 +0000)
committerRuss Allbery <rra|account-1000002@unknown>
Wed, 30 Dec 2009 01:11:26 +0000 (17:11 -0800)
vos dump -verbose sends its logging to stderr, not to stdout (where
it would potentially collide with the dump data itself).

FIXES 124911

Change-Id: I515c50df59d2f376787969df59b6e01e244ecbc7
Reviewed-on: http://gerrit.openafs.org/1044
Reviewed-by: Russ Allbery <rra@stanford.edu>
Tested-by: Russ Allbery <rra@stanford.edu>

doc/man-pages/pod1/vos_dump.pod

index a11e5ed..8406c78 100644 (file)
@@ -172,7 +172,7 @@ B<-noauth> flag. For more details, see L<vos(1)>.
 
 =item B<-verbose>
 
-Produces on the standard output stream a detailed trace of the command's
+Produces on the standard error stream a detailed trace of the command's
 execution. If this argument is omitted, only warnings and error messages
 appear.