From 5b2b72ed08f514444f05e7b42556ae096879f2e8 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 12 Jul 2018 19:54:23 +0300 Subject: Move STDIN, STDOUT, and STDERR to lower case --- bpkg/pkg-verify.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bpkg/pkg-verify.cxx') diff --git a/bpkg/pkg-verify.cxx b/bpkg/pkg-verify.cxx index 69014ac..a372efa 100644 --- a/bpkg/pkg-verify.cxx +++ b/bpkg/pkg-verify.cxx @@ -28,7 +28,7 @@ namespace bpkg // If diag is false, we need to make tar not print any diagnostics. There // doesn't seem to be an option to suppress this and the only way is to - // redirect STDERR to something like /dev/null. + // redirect stderr to something like /dev/null. // // If things go badly for tar and it starts spitting errors instead of the // manifest, the manifest parser will fail. But that's ok since we assume @@ -196,7 +196,7 @@ namespace bpkg { try { - manifest_serializer s (cout, "STDOUT"); + manifest_serializer s (cout, "stdout"); m.serialize (s); } catch (const manifest_serialization& e) @@ -205,7 +205,7 @@ namespace bpkg } catch (const io_error&) { - fail << "unable to write to STDOUT"; + fail << "unable to write to stdout"; } } else if (verb && !o.silent () && !o.no_result ()) -- cgit v1.1