diff --git a/plugins/dynamix/DeviceInfo.page b/plugins/dynamix/DeviceInfo.page
index 47c2a96f1..3bb9470ee 100644
--- a/plugins/dynamix/DeviceInfo.page
+++ b/plugins/dynamix/DeviceInfo.page
@@ -444,10 +444,10 @@ _(Minimum free space)_:
> **MB** = 1,000,000
> **GB** = 1,000,000,000
> **TB** = 1,000,000,000,000
-> **K** = 1,024 (ie, 2**10)
-> **M** = 1,048,576 (ie, 2**20)
-> **G** = 1,073,741,824 (ie, 2**30)
-> **T** = 1,099,511,627,776 (ie, 2**40)>
+> **K** = 1,024 (ie, 2^10)
+> **M** = 1,048,576 (ie, 2^20)
+> **G** = 1,073,741,824 (ie, 2^30)
+> **T** = 1,099,511,627,776 (ie, 2^40)
>
> If no suffix, a count of 1024-byte blocks is assumed.
:end