Re: git: 271887ec35ad - main - update manpage URL
Date: Thu, 28 Dec 2023 15:44:38 UTC
On 2023-12-28 10:48:36, Wolfram Schneider wrote:
>diff --git a/usr.bin/indent/tests/comments.0 b/usr.bin/indent/tests/comments.0
>index 4a627b9f39ec..6e9221868a1c 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://www.freebsd.org/cgi/man.cgi?query=indent&apropos=0&sektion=0&manpath=FreeBSD+12-current&arch=default&format=html
>+ * https://man.freebsd.org/indent
> */
The comment makes no sense now, it was supposed to show a URL longer
than the limit, so was wrapped around by indent (before I changed to
keep such URLs) and test for future regressions.
Piotr