aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>2023-12-28 15:58:56 +0000
committerWolfram Schneider <wosch@FreeBSD.org>2023-12-28 15:58:56 +0000
commitffd76b1f308da43ac5166b5dfb74a6e0f62a3638 (patch)
treefd255f4ac9d43917735de75efd94828cc8fefbb4
parent5f71f9636efa25f6de1a832202bae7c78ad013aa (diff)
downloadsrc-ffd76b1f308da43ac5166b5dfb74a6e0f62a3638.tar.gz
src-ffd76b1f308da43ac5166b5dfb74a6e0f62a3638.zip
use long manpage URL (broken in last commit)
Reported by: pstef
-rw-r--r--usr.bin/indent/tests/comments.02
-rw-r--r--usr.bin/indent/tests/comments.0.stdout2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/indent/tests/comments.0 b/usr.bin/indent/tests/comments.0
index 6e9221868a1c..08d58fca37f2 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 2ffd3e49b6c4..655c3e0a8950 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
*/
/*