From ffd76b1f308da43ac5166b5dfb74a6e0f62a3638 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Thu, 28 Dec 2023 15:58:56 +0000 Subject: [PATCH] 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 6e9221868a1..08d58fca37f 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 2ffd3e49b6c..655c3e0a895 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 */ /* -- 2.45.0