doc: fix binary values of SI prefixes

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Chema Gonzalez 2022-08-17 10:05:39 -07:00 committed by Andreas Rheinhardt
parent 3553b70d6d
commit 59225b459f
1 changed files with 4 additions and 4 deletions

View File

@ -1073,13 +1073,13 @@ indication of the corresponding powers of 10 and of 2.
@item T
10^12 / 2^40
@item P
10^15 / 2^40
10^15 / 2^50
@item E
10^18 / 2^50
10^18 / 2^60
@item Z
10^21 / 2^60
10^21 / 2^70
@item Y
10^24 / 2^70
10^24 / 2^80
@end table
@c man end EXPRESSION EVALUATION