From 9035bfffede56ce5c8520b864a800559f6bf99ff Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Fri, 29 Dec 2023 09:37:43 +0000 Subject: [PATCH] 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 08d58fca37f..6c40b9acfac 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 655c3e0a895..bc3f7ace6b9 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 */ /*