From 0afd2b49e7a5cd10e6ab5223daf3caf23d01fd30 Mon Sep 17 00:00:00 2001 From: Guillaume Lelarge Date: Wed, 12 Nov 2025 22:05:41 +0100 Subject: [PATCH] Documentation fix From Adrien Nayrat. Fixex #312. --- check_pgactivity | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_pgactivity b/check_pgactivity index b3489e6..c62325e 100755 --- a/check_pgactivity +++ b/check_pgactivity @@ -870,7 +870,7 @@ LOOP_TS: while ( my $val = shift @date ) { =item B If THRESHOLD is a size, the following units are accepted (not case sensitive): -b (Byte), k (KB), m (MB), g (GB), t (TB), p (PB), e (EB) or Z (ZB). Only +b (Byte), kb (KB), mb (MB), gb (GB), tb (TB), pb (PB), eb (EB) or Zb (ZB). Only integers are accepted. Eg. C<1.5MB> will be refused, use C<1500kB>. The factor between units is 1024 bytes. Eg. C<1g = 1G = 1024*1024*1024.>