git: 271887ec35ad - main - update manpage URL
- Reply: Piotr P. Stefaniak: "Re: git: 271887ec35ad - main - update manpage URL"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Dec 2023 10:48:36 UTC
The branch main has been updated by wosch:
URL: https://cgit.FreeBSD.org/src/commit/?id=271887ec35ad6fe3372215e443309c387d3a8c27
commit 271887ec35ad6fe3372215e443309c387d3a8c27
Author: Wolfram Schneider <wosch@FreeBSD.org>
AuthorDate: 2023-12-28 10:48:04 +0000
Commit: Wolfram Schneider <wosch@FreeBSD.org>
CommitDate: 2023-12-28 10:48:04 +0000
update manpage URL
---
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 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
*/
/*