From: Yu Watanabe Date: Sun, 12 Jan 2020 07:01:25 +0000 (+0900) Subject: man: XxxRate= are in bps X-Git-Tag: v245-rc1~147 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6b8fe4c30cbb16b48c7e27396e93639155151fd1;p=thirdparty%2Fsystemd.git man: XxxRate= are in bps --- diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 36acc4dfeb3..8a75cfc1cde 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -2334,7 +2334,7 @@ TokenBufferFilterRate= Specifies the device specific bandwidth. When suffixed with K, M, or G, the specified - bandwidth is parsed as Kilobytes, Megabytes, or Gigabytes, respectively, to the base of 1000. + bandwidth is parsed as Kilobits, Megabits, or Gigabits, respectively, to the base of 1000. Defaults to unset. @@ -2352,7 +2352,7 @@ TokenBufferFilterPeakRate= Takes the maximum depletion rate of the bucket. When suffixed with K, M, or G, the - specified size is parsed as Kilobytes, Megabytes, or Gigabytes, respectively, to the base of + specified size is parsed as Kilobits, Megabits, or Gigabits, respectively, to the base of 1000. Defaults to unset. @@ -2519,7 +2519,7 @@ FairQueueTrafficPolicingMaximumRate= Specifies the maximum sending rate of a flow. When suffixed with K, M, or G, the - specified size is parsed as Kilobytes, Megabytes, or Gigabytes, respectively, to the base of + specified size is parsed as Kilobits, Megabits, or Gigabits, respectively, to the base of 1000. Defaults to unset and kernel's default is used.