From: Simon Wilkinson Date: Wed, 30 Dec 2009 01:04:23 +0000 (+0000) Subject: Documentation: vos dump -verbose outputs to stderr X-Git-Tag: openafs-devel-1_5_69~79 X-Git-Url: http://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=acd1bcf7267ea800ee4e3a19761105482a24f7b6 Documentation: vos dump -verbose outputs to stderr 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 Tested-by: Russ Allbery --- diff --git a/doc/man-pages/pod1/vos_dump.pod b/doc/man-pages/pod1/vos_dump.pod index a11e5ed..8406c78 100644 --- a/doc/man-pages/pod1/vos_dump.pod +++ b/doc/man-pages/pod1/vos_dump.pod @@ -172,7 +172,7 @@ B<-noauth> flag. For more details, see L. =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.