diff options
Diffstat (limited to '')
-rw-r--r-- | man/dpkg-buildtree.pod | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/man/dpkg-buildtree.pod b/man/dpkg-buildtree.pod index 660ebb0..0e03cc3 100644 --- a/man/dpkg-buildtree.pod +++ b/man/dpkg-buildtree.pod @@ -55,6 +55,24 @@ Show the version and exit. =back +=head1 ENVIRONMENT + +=over + +=item B<DPKG_COLORS> + +Sets the color mode. +The currently accepted values are: B<auto> (default), B<always> and +B<never>. + +=item B<DPKG_NLS> + +If set, it will be used to decide whether to activate Native Language Support, +also known as internationalization (or i18n) support. +The accepted values are: B<0> and B<1> (default). + +=back + =head1 FILES =head2 Cleaned files |