From ff9af107d3aa1362af906972c490773eeaaad4b5 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 13 Jan 2004 16:35:43 +0000 Subject: * Option `-B' to always show the output of builders, regardless of verbosity level. --- doc/manual/nix-env.xml | 2 ++ doc/manual/nix-store.xml | 2 ++ doc/manual/opt-verbose.xml | 14 ++++++++++++++ 3 files changed, 18 insertions(+) (limited to 'doc/manual') diff --git a/doc/manual/nix-env.xml b/doc/manual/nix-env.xml index 702faa621156..c73716381f4d 100644 --- a/doc/manual/nix-env.xml +++ b/doc/manual/nix-env.xml @@ -9,6 +9,8 @@ nix-env + + diff --git a/doc/manual/nix-store.xml b/doc/manual/nix-store.xml index 479c1c3b09a5..8c6bcfe3737d 100644 --- a/doc/manual/nix-store.xml +++ b/doc/manual/nix-store.xml @@ -9,6 +9,8 @@ nix-store + + operation diff --git a/doc/manual/opt-verbose.xml b/doc/manual/opt-verbose.xml index 3868acf30852..53fe07ae76b8 100644 --- a/doc/manual/opt-verbose.xml +++ b/doc/manual/opt-verbose.xml @@ -71,3 +71,17 @@ + + + / + + + Causes the output written by build actions to standard output + and standard error to be echoed to standard error, regardless of + verbosity level. By default, it is only echoed at a verbosity + level of at least 4 (Debug), and is suppressed at + lower levels. Note that it is always written to a log file in + prefix/nix/var/log/nix. + + + -- cgit 1.4.1