From 5556b5fe41173107a67dbe875fbd916a46e52a02 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 23 Feb 2014 03:13:54 +0100 Subject: core: clean up some confusing regarding SI decimal and IEC binary suffixes for sizes According to Wikipedia it is customary to specify hardware metrics and transfer speeds to the basis 1000 (SI decimal), while software metrics and physical volatile memory (RAM) sizes to the basis 1024 (IEC binary). So far we specified everything in IEC, let's fix that and be more true to what's otherwise customary. Since we don't want to parse "Mi" instead of "M" we document each time what the context used is. --- man/udev.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'man/udev.xml') diff --git a/man/udev.xml b/man/udev.xml index 9733b85760..95b37fd0cf 100644 --- a/man/udev.xml +++ b/man/udev.xml @@ -984,14 +984,18 @@ MTUBytes= - The maximum transmission unit in bytes to set for the device. + The maximum transmission unit in bytes to set for + the device. The usual suffixes K, M, G, are supported and + are understood to the base of 1024. BitsPerSecond= - The speed to set for the device, the value is rounded down - to the nearest Mbps. + The speed to set for the device, the value is + rounded down to the nearest Mbps. The usual suffixes K, M, + G, are supported and are understood to the base of + 1000. -- cgit v1.2.3-54-g00ecf