git: 2a3493b93ba6 - main - Correct man page URI formatting.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 10 Jun 2023 03:50:17 UTC
The branch main has been updated by obrien:
URL: https://cgit.FreeBSD.org/src/commit/?id=2a3493b93ba64b69d04ceff86591339a8d0cdf86
commit 2a3493b93ba64b69d04ceff86591339a8d0cdf86
Author: David E. O'Brien <obrien@FreeBSD.org>
AuthorDate: 2023-06-10 03:47:03 +0000
Commit: David E. O'Brien <obrien@FreeBSD.org>
CommitDate: 2023-06-10 03:49:51 +0000
Correct man page URI formatting.
Don't format URL's embedding a ',' where one doesn't exist; so that
one may copy-n-paste the displayed URL into a browser.
---
lib/libc/string/strlcpy.3 | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/lib/libc/string/strlcpy.3 b/lib/libc/string/strlcpy.3
index e659078a6ee0..8e440d2769f4 100644
--- a/lib/libc/string/strlcpy.3
+++ b/lib/libc/string/strlcpy.3
@@ -196,8 +196,7 @@ As a matter of fact, the first version of this manual page got it wrong.
.%I USENIX Association
.%B Proceedings of the FREENIX Track: 1999 USENIX Annual Technical Conference
.%D June 6-11, 1999
-.%U http://www.usenix.org/publications/library/proceedings/usenix99/
-.%U full_papers/millert/millert.pdf
+.%U http://www.usenix.org/publications/library/proceedings/usenix99/full_papers/millert/millert.pdf
.Re
.Sh HISTORY
The