From: Daan De Meyer Date: Thu, 19 Aug 2021 12:37:41 +0000 (+0100) Subject: link: Stop prefixing features with "the" X-Git-Tag: v250-rc1~792^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f20710c74c08bf69472f62c886e5bdd5e38c87a5;p=thirdparty%2Fsystemd.git link: Stop prefixing features with "the" --- diff --git a/man/systemd.link.xml b/man/systemd.link.xml index fe85e1b209c..6d8dcb9af76 100644 --- a/man/systemd.link.xml +++ b/man/systemd.link.xml @@ -662,49 +662,49 @@ ReceiveChecksumOffload= - Takes a boolean. If set to true, the hardware offload for checksumming of ingress + Takes a boolean. If set to true, hardware offload for checksumming of ingress network packets is enabled. When unset, the kernel's default will be used. TransmitChecksumOffload= - Takes a boolean. If set to true, the hardware offload for checksumming of egress + Takes a boolean. If set to true, hardware offload for checksumming of egress network packets is enabled. When unset, the kernel's default will be used. TCPSegmentationOffload= - Takes a boolean. If set to true, the TCP Segmentation Offload (TSO) is enabled. + Takes a boolean. If set to true, TCP Segmentation Offload (TSO) is enabled. When unset, the kernel's default will be used. TCP6SegmentationOffload= - Takes a boolean. If set to true, the TCP6 Segmentation Offload (tx-tcp6-segmentation) is enabled. + Takes a boolean. If set to true, TCP6 Segmentation Offload (tx-tcp6-segmentation) is enabled. When unset, the kernel's default will be used. GenericSegmentationOffload= - Takes a boolean. If set to true, the Generic Segmentation Offload (GSO) is enabled. + Takes a boolean. If set to true, Generic Segmentation Offload (GSO) is enabled. When unset, the kernel's default will be used. GenericReceiveOffload= - Takes a boolean. If set to true, the Generic Receive Offload (GRO) is enabled. + Takes a boolean. If set to true, Generic Receive Offload (GRO) is enabled. When unset, the kernel's default will be used. LargeReceiveOffload= - Takes a boolean. If set to true, the Large Receive Offload (LRO) is enabled. + Takes a boolean. If set to true, Large Receive Offload (LRO) is enabled. When unset, the kernel's default will be used. @@ -736,7 +736,7 @@ RxFlowControl= - Takes a boolean. When set, enables the receive flow control, also known as the ethernet + Takes a boolean. When set, enables receive flow control, also known as the ethernet receive PAUSE message (generate and send ethernet PAUSE frames). When unset, the kernel's default will be used. @@ -744,7 +744,7 @@ TxFlowControl= - Takes a boolean. When set, enables the transmit flow control, also known as the ethernet + Takes a boolean. When set, enables transmit flow control, also known as the ethernet transmit PAUSE message (respond to received ethernet PAUSE frames). When unset, the kernel's default will be used. @@ -752,7 +752,7 @@ AutoNegotiationFlowControl= - Takes a boolean. When set, the auto negotiation enables the interface to exchange state + Takes a boolean. When set, auto negotiation enables the interface to exchange state advertisements with the connected peer so that the two devices can agree on the ethernet PAUSE configuration. When unset, the kernel's default will be used.