]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: XxxRate= are in bps
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 12 Jan 2020 07:01:25 +0000 (16:01 +0900)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 12 Jan 2020 09:11:07 +0000 (10:11 +0100)
man/systemd.network.xml

index 36acc4dfeb3712f915cd90e7c278c053980f5687..8a75cfc1cde2ee1a669376e17dd894d89176649b 100644 (file)
         <term><varname>TokenBufferFilterRate=</varname></term>
         <listitem>
           <para>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.</para>
         </listitem>
       </varlistentry>
         <term><varname>TokenBufferFilterPeakRate=</varname></term>
         <listitem>
           <para>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.</para>
         </listitem>
       </varlistentry>
         <term><varname>FairQueueTrafficPolicingMaximumRate=</varname></term>
         <listitem>
           <para>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.</para>
         </listitem>
       </varlistentry>