O manual em a página que você vincula está desatualizado e incorreto.
Uma página de linha onde este erro já foi corrigido é:
-size n[cwbkMG]
File uses n units of space, rounding up. The following suffixes can be used:
'b' for 512-byte blocks (this is the default if no suffix is used)
'c' for bytes
'w' for two-byte words
'k' for Kibibytes (KiB, units of 1024 bytes)
'M' for Mebibytes (MiB, units of 1024 * 1024 = 1048576 bytes)
'G' for Gibibytes (GiB, units of 1024 * 1024 * 1024 = 1073741824 bytes)
O Manual de localização do BSD ainda está incorreto.
O manual mais atualizado é o man find
em um SO atualizado.
De uma versão do GNU find (find (GNU findutils) 4.7.0-git) o manual segue como:
-size n[cwbkMG]
File uses n units of space, rounding up. The following suffixes can be used:
'b' for 512-byte blocks (this is the default if no suffix is used)
'c' for bytes
'w' for two-byte words
'k' for Kibibytes (KiB, units of 1024 bytes)
'M' for Mebibytes (MiB, units of 1024 * 1024 = 1048576 bytes)
'G' for Gibibytes (GiB, units of 1024 * 1024 * 1024 = 1073741824 bytes)
Então, o problema já foi solucionado em algumas versões do find.