diff options
-rw-r--r-- | usr.bin/indent/tests/comments.0 | 2 | ||||
-rw-r--r-- | 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 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 */ /* diff --git a/usr.bin/indent/tests/comments.0.stdout b/usr.bin/indent/tests/comments.0.stdout index 5c4fc6824a0c..2ffd3e49b6c4 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+12-current&arch=default&format=html + * https://man.freebsd.org/indent */ /* |