From 377f5eae918e510924b9e9ab1702622626342a43 Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Thu, 14 May 2026 02:57:03 +0300 Subject: docs: fix cfgcmd body indent in interface-disable-flow-control.txt (Copilot review) --- docs/_include/interface-disable-flow-control.txt | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'docs/_include') diff --git a/docs/_include/interface-disable-flow-control.txt b/docs/_include/interface-disable-flow-control.txt index 71a7595c..718a8984 100644 --- a/docs/_include/interface-disable-flow-control.txt +++ b/docs/_include/interface-disable-flow-control.txt @@ -1,20 +1,20 @@ .. cfgcmd:: set interfaces {{ var0 }} {{ var2 }} {{ var3 }} disable-flow-control - Ethernet flow control is a mechanism for temporarily stopping the transmission - of data on Ethernet family computer networks. The goal of this mechanism is to - ensure zero packet loss in the presence of network congestion. + Ethernet flow control is a mechanism for temporarily stopping the transmission + of data on Ethernet family computer networks. The goal of this mechanism is to + ensure zero packet loss in the presence of network congestion. - The first flow control mechanism, the pause frame, was defined by the IEEE - 802.3x standard. + The first flow control mechanism, the pause frame, was defined by the IEEE + 802.3x standard. - A sending station (computer or network switch) may be transmitting data faster - than the other end of the link can accept it. Using flow control, the - receiving station can signal the sender requesting suspension of - transmissions until the receiver catches up. + A sending station (computer or network switch) may be transmitting data faster + than the other end of the link can accept it. Using flow control, the + receiving station can signal the sender requesting suspension of + transmissions until the receiver catches up. - Use this command to disable the generation of Ethernet flow control (pause - frames). + Use this command to disable the generation of Ethernet flow control (pause + frames). Example: -- cgit v1.2.3