aboutsummaryrefslogtreecommitdiff
path: root/lib/lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lib.h')
-rw-r--r--lib/lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lib.h b/lib/lib.h
index c793ba3f..db851631 100644
--- a/lib/lib.h
+++ b/lib/lib.h
@@ -278,7 +278,7 @@ char *elf_arch_name(int type);
#define HR_SPACE 1 // Space between number and units
#define HR_B 2 // Use "B" for single byte units
#define HR_1000 4 // Use decimal instead of binary units
-#define HR_COMMAS 8 // Commas every 1000
+#define HR_NODOT 8 // No tenths for single digit units
int human_readable_long(char *buf, unsigned long long num, int dgt, int unit,
int style);
int human_readable(char *buf, unsigned long long num, int style);