net-misc/htbinit: align longdescription opening and closing tags

Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Petr Vaněk
2022-10-19 10:22:46 +02:00
committed by Sam James
parent 3267cd925d
commit a2eb6c7b6e

View File

@@ -3,13 +3,13 @@
<pkgmetadata>
<!-- maintainer-needed -->
<longdescription>
HTB.init is a shell script derived from CBQ.init that allows for easy setup of HTB-based traffic control on Linux. HTB (Hierachical Token Bucket) is a new queueing discipline which attempts to address the weaknesses of current CBQ implementation.
</longdescription>
HTB.init is a shell script derived from CBQ.init that allows for easy setup of HTB-based traffic control on Linux. HTB (Hierachical Token Bucket) is a new queueing discipline which attempts to address the weaknesses of current CBQ implementation.
</longdescription>
<longdescription lang="ja">
HTB.init は、Linux 上で HTB を基盤にしたトラフィック・コントロールのセットアップを簡単にする
CBQ.init に由来したシェル・スクリプトです。HTB (Hierachical Token Bucket) は現在の CBQ の実装の弱点に処置を講じる
キューの新しい規律です。
</longdescription>
HTB.init は、Linux 上で HTB を基盤にしたトラフィック・コントロールのセットアップを簡単にする
CBQ.init に由来したシェル・スクリプトです。HTB (Hierachical Token Bucket) は現在の CBQ の実装の弱点に処置を講じる
キューの新しい規律です。
</longdescription>
<use>
<flag name="esfq">Add support for Enhanced Stochastic Fairness queueing discipline.</flag>
</use>