git: bdc4a7238254 - stable/13 - tcp_rack.4: Correct a link in the SEE ALSO section

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Wed, 22 Mar 2023 06:29:28 UTC
The branch stable/13 has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=bdc4a723825430d801b6811e70fba3c34c95022d

commit bdc4a723825430d801b6811e70fba3c34c95022d
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2023-03-19 08:49:33 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2023-03-22 06:29:02 +0000

    tcp_rack.4: Correct a link in the SEE ALSO section
    
    The PDF at arxiv.org is only accessible when
    retrieving it via the website.
    
    (cherry picked from commit d37cca6570e9b42fae46ed9ae3a5af5d065f4440)
---
 share/man/man4/tcp_rack.4 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/share/man/man4/tcp_rack.4 b/share/man/man4/tcp_rack.4
index ce424ae73045..cfdedb9901b8 100644
--- a/share/man/man4/tcp_rack.4
+++ b/share/man/man4/tcp_rack.4
@@ -23,7 +23,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd November 7, 2022
+.Dd March 19, 2023
 .Dt TCP_RACK 4
 .Os
 .Sh NAME
@@ -140,7 +140,7 @@ What method should we use for rate sampling 0=high, 1=low
 .%A "Ahmed M. Abdelmoniem"
 .%A "Brahim Bensaou"
 .%T "T-RACKs: A Faster Recovery Mechanism for TCP in Data Center Networks"
-.%O "https://arxiv.org/pdf/2102.07477.pdf"
+.%O "https://arxiv.org/abs/2102.07477"
 .%D "February 2021"
 .Re
 .Sh HISTORY