summaryrefslogtreecommitdiff
path: root/man/lvmreport.7_main
diff options
context:
space:
mode:
Diffstat (limited to 'man/lvmreport.7_main')
-rw-r--r--man/lvmreport.7_main4
1 files changed, 4 insertions, 0 deletions
diff --git a/man/lvmreport.7_main b/man/lvmreport.7_main
index 1ef5d25db..0015cdce7 100644
--- a/man/lvmreport.7_main
+++ b/man/lvmreport.7_main
@@ -1335,6 +1335,10 @@ compared to the original \fBjson\fP format:
.RS
- it does not use double quotes around numeric values,
.br
+- numeric values are always expressed as numbers, not reserved strings
+ representing them (this also means that report/binary_values_as_numeric=1
+ setting is forced)
+.br
- it uses 'null' for undefined numeric values,
.br
- it prints string list as proper JSON array of strings instead of a single string.