The branch main has been updated by wosch:

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

commit 9035bfffede56ce5c8520b864a800559f6bf99ff
Author:     Wolfram Schneider <wo...@freebsd.org>
AuthorDate: 2023-12-29 09:37:43 +0000
Commit:     Wolfram Schneider <wo...@freebsd.org>
CommitDate: 2023-12-29 09:37:43 +0000

    indent: make the URL of the manpage two characters longer so that the test 
is successful
---
 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 08d58fca37f2..6c40b9acfacb 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/cgi/man.cgi?query=indent&apropos=0&sektion=0&manpath=freebsd-current&arch=default&format=html
+        * 
https://man.freebsd.org/cgi/man.cgi?query=indent&apropos=0&sektion=0&manpath=freebsd-current&arch=default&format=html&x
         */
         
        /*
diff --git a/usr.bin/indent/tests/comments.0.stdout 
b/usr.bin/indent/tests/comments.0.stdout
index 655c3e0a8950..bc3f7ace6b9b 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://www.freebsd.org/cgi/man.cgi?query=indent&apropos=0&sektion=0&manpath=freebsd-current&arch=default&format=html
+        * 
https://man.freebsd.org/cgi/man.cgi?query=indent&apropos=0&sektion=0&manpath=freebsd-current&arch=default&format=html&x
         */
 
        /*

Reply via email to