*LIBBLKID_DEBUG*=all::
enables libblkid debug output.
-*LIBSMARTCOLS_DEBUG*=all::
-enables libsmartcols debug output.
-
-*LIBSMARTCOLS_DEBUG_PADDING*=on::
-use visible padding characters. Requires enabled *LIBSMARTCOLS_DEBUG*.
+include::man-common/env-smartcols.adoc[]
*LOCK_BLOCK_DEVICE*=<mode>::
use exclusive BSD lock. The mode is "1" or "0". See *--lock* for more details.
*LIBBLKID_DEBUG*=all::
enables libblkid debug output.
-*LIBSMARTCOLS_DEBUG*=all::
-enables libsmartcols debug output.
-
-*LIBSMARTCOLS_DEBUG_PADDING*=on::
-use visible padding characters.
+include::man-common/env-smartcols.adoc[]
*LOCK_BLOCK_DEVICE*=<mode>::
use exclusive BSD lock. The mode is "1" or "0". See *--lock* for more details.
enables libfdisk debug output.
*LIBBLKID_DEBUG*=all::
enables libblkid debug output.
-*LIBSMARTCOLS_DEBUG*=all::
-enables libsmartcols debug output.
+include::man-common/env-smartcols.adoc[]
+
*LOCK_BLOCK_DEVICE*=<mode>::
use exclusive BSD lock. The mode is "1" or "0". See *--lock* for more details.
man-common/hyperlink.adoc \
man-common/in-bytes.adoc \
man-common/manpage-stub.adoc \
+ man-common/env-smartcols.adoc \
man-common/translation.adoc
--- /dev/null
+*LIBSMARTCOLS_DEBUG*=all::
+enables libsmartcols debug output.
+
+*LIBSMARTCOLS_DEBUG_PADDING*=on::
+use visible padding characters.
+
+*LIBSMARTCOLS_JSON*=compact|lines::
+Controls JSON output format when using *--json*. Supported values are
+*compact* for JSON output with minimal whitespace, and *lines* for JSON Lines
+format (one JSON object per line). If unset or set to any other value,
+pretty-printed JSON is used.
'hyperlink.adoc',
'in-bytes.adoc',
'manpage-stub.adoc',
+ 'env-smartcols.adoc',
'translation.adoc',
)
*LIBMOUNT_DEBUG*=all::
enables libmount debug output
-*LIBSMARTCOLS_DEBUG*=all::
-enables libsmartcols debug output
-
-*LIBSMARTCOLS_DEBUG_PADDING*=on::
-use visible padding characters.
+include::man-common/env-smartcols.adoc[]
== EXAMPLES
*LIBMOUNT_DEBUG*=all::
enables *libmount* debug output.
-*LIBSMARTCOLS_DEBUG*=all::
-enables *libsmartcols* debug output.
-
-*LIBSMARTCOLS_DEBUG_PADDING*=on::
-use visible padding characters.
+include::man-common/env-smartcols.adoc[]
*LSBLK_COLUMNS*=::
specifies a comma-separated list of output columns to print. All columns listed by *--list-columns* can be used.
[type:asciidoc] ../man-common/annotate.adoc $lang:$lang/man-common/annotate.adoc opt:"--keep 0"
[type:asciidoc] ../man-common/bugreports.adoc $lang:$lang/man-common/bugreports.adoc opt:"--keep 0"
[type:asciidoc] ../man-common/colors.adoc $lang:$lang/man-common/colors.adoc opt:"--keep 0"
+[type:asciidoc] ../man-common/env-smartcols.adoc $lang:$lang/man-common/env-smartcols.adoc opt:"--keep 0"
[type:asciidoc] ../man-common/footer-config.adoc $lang:$lang/man-common/footer-config.adoc opt:"--keep 0"
[type:asciidoc] ../man-common/footer-lib.adoc $lang:$lang/man-common/footer-lib.adoc opt:"--keep 0"
[type:asciidoc] ../man-common/footer.adoc $lang:$lang/man-common/footer.adoc opt:"--keep 0"
*COLUMNS*::
is used to determine the size of the screen if no other information is available.
-*LIBSMARTCOLS_JSON*::
-Controls JSON output format when using *--json*. Supported values:
-+
-*compact*::
-Output JSON in compact form (minified, minimal whitespace).
-*lines*::
-Output in JSON Lines format (one JSON object per line).
-+
-If unset or set to any other value, pretty-printed JSON is used.
+include::man-common/env-smartcols.adoc[]
== HISTORY