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/archive.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bpkg/archive.cxx') diff --git a/bpkg/archive.cxx b/bpkg/archive.cxx index ba03d70..f61e7f3 100644 --- a/bpkg/archive.cxx +++ b/bpkg/archive.cxx @@ -64,7 +64,7 @@ namespace bpkg for (const string& o: co.tar_option ()) args.push_back (o.c_str ()); - // -O/--to-stdout -- extract to STDOUT. + // -O/--to-stdout -- extract to stdout. // args.push_back ("-O"); @@ -106,7 +106,7 @@ namespace bpkg if (verb >= 2) print_process (args); - // If err is false, then redirect STDERR to STDOUT. + // If err is false, then redirect stderr to stdout. // auto_fd nfd (err ? nullfd : fdnull ()); -- cgit v1.1