git: ffd76b1f308d - main - use long manpage URL (broken in last commit)

From: Wolfram Schneider <wosch_at_FreeBSD.org>
Date: Thu, 28 Dec 2023 16:00:38 UTC
The branch main has been updated by wosch:

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

commit ffd76b1f308da43ac5166b5dfb74a6e0f62a3638
Author:     Wolfram Schneider <wosch@FreeBSD.org>
AuthorDate: 2023-12-28 15:58:56 +0000
Commit:     Wolfram Schneider <wosch@FreeBSD.org>
CommitDate: 2023-12-28 15:58:56 +0000

    use long manpage URL (broken in last commit)
    
    Reported by:    pstef
---
 usr.bin/indent/tests/comments.0        | 2 +-
 usr.bin/indent/tests/comments.0.stdout | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/usr.bin/indent/tests/comments.0 b/usr.bin/indent/tests/comments.0
index 6e9221868a1c..08d58fca37f2 100644
--- a/usr.bin/indent/tests/comments.0
+++ b/usr.bin/indent/tests/comments.0
@@ -10,7 +10,7 @@ void t(void) {
 	/*
 	 * Old indent wrapped the URL near where this sentence ends.
 	 *
-	 * https://man.freebsd.org/indent
+	 * https://man.freebsd.org/cgi/man.cgi?query=indent&apropos=0&sektion=0&manpath=freebsd-current&arch=default&format=html
 	 */
 	 
 	/*
diff --git a/usr.bin/indent/tests/comments.0.stdout b/usr.bin/indent/tests/comments.0.stdout
index 2ffd3e49b6c4..655c3e0a8950 100644
--- a/usr.bin/indent/tests/comments.0.stdout
+++ b/usr.bin/indent/tests/comments.0.stdout
@@ -12,7 +12,7 @@ t(void)
 	/*
 	 * Old indent wrapped the URL near where this sentence ends.
 	 *
-	 * https://man.freebsd.org/indent
+	 * https://www.freebsd.org/cgi/man.cgi?query=indent&apropos=0&sektion=0&manpath=freebsd-current&arch=default&format=html
 	 */
 
 	/*