From d28553772a3010fb545eae09967fa54adbe63bdb Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 4 Mar 2022 20:00:26 +0300 Subject: Convert stream names to lower case in documentation --- libbuild2/b-options.cxx | 6 +++--- libbuild2/b.cli | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/libbuild2/b-options.cxx b/libbuild2/b-options.cxx index 0164a0a..ae832ef 100644 --- a/libbuild2/b-options.cxx +++ b/libbuild2/b-options.cxx @@ -714,9 +714,9 @@ namespace build2 os << std::endl << "\033[1m--structured-result\033[0m Write the result of execution in a structured form. In" << ::std::endl - << " this mode, instead of printing to \033[1mSTDERR\033[0m diagnostics" << ::std::endl + << " this mode, instead of printing to \033[1mstderr\033[0m diagnostics" << ::std::endl << " messages about the outcome of executing actions on" << ::std::endl - << " targets, the driver writes to \033[1mSTDOUT\033[0m a structured result" << ::std::endl + << " targets, the driver writes to \033[1mstdout\033[0m a structured result" << ::std::endl << " description one line per the buildspec action/target" << ::std::endl << " pair. Each line has the following format:" << ::std::endl << ::std::endl @@ -754,7 +754,7 @@ namespace build2 << "\033[1m--buildfile\033[0m \033[4mpath\033[0m The alternative file to read build information from. The" << ::std::endl << " default is \033[1mbuildfile\033[0m or \033[1mbuild2file\033[0m, depending on the" << ::std::endl << " project's build file/directory naming scheme. If \033[4mpath\033[0m is" << ::std::endl - << " '\033[1m-\033[0m', then read from \033[1mSTDIN\033[0m. Note that this option only" << ::std::endl + << " '\033[1m-\033[0m', then read from \033[1mstdin\033[0m. Note that this option only" << ::std::endl << " affects the files read as part of the buildspec" << ::std::endl << " processing. Specifically, it has no effect on the \033[1msource\033[0m" << ::std::endl << " and \033[1minclude\033[0m directives. As a result, this option is" << ::std::endl diff --git a/libbuild2/b.cli b/libbuild2/b.cli index 78eb165..ec2c8e7 100644 --- a/libbuild2/b.cli +++ b/libbuild2/b.cli @@ -318,7 +318,7 @@ namespace build2 \li|\cb{info} Print basic information (name, version, source and output - directories, etc) about one or more projects to \cb{STDOUT}, + directories, etc) about one or more projects to \cb{stdout}, separating multiple projects with a blank line. Each project is identified by its root directory target. For example: @@ -557,9 +557,9 @@ namespace build2 bool --structured-result { "Write the result of execution in a structured form. In this mode, - instead of printing to \cb{STDERR} diagnostics messages about the + instead of printing to \cb{stderr} diagnostics messages about the outcome of executing actions on targets, the driver writes to - \cb{STDOUT} a structured result description one line per the + \cb{stdout} a structured result description one line per the buildspec action/target pair. Each line has the following format: \c{\i{state} \i{meta-operation} \i{operation} \i{target}} @@ -609,7 +609,7 @@ namespace build2 "The alternative file to read build information from. The default is \cb{buildfile} or \cb{build2file}, depending on the project's build file/directory naming scheme. If is '\cb{-}', then read from - \cb{STDIN}. Note that this option only affects the files read as part + \cb{stdin}. Note that this option only affects the files read as part of the buildspec processing. Specifically, it has no effect on the \cb{source} and \cb{include} directives. As a result, this option is primarily intended for testing rather than changing the build file -- cgit v1.1