aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2023-06-10 03:47:03 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2023-06-10 03:49:51 +0000
commit2a3493b93ba64b69d04ceff86591339a8d0cdf86 (patch)
treebd25028b22cf6848e742e1e10ad56f95b58df5cc
parenta254f671025f3da313e1d02646b6402f54006e14 (diff)
downloadsrc-2a3493b93ba64b69d04ceff86591339a8d0cdf86.tar.gz
src-2a3493b93ba64b69d04ceff86591339a8d0cdf86.zip
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.
-rw-r--r--lib/libc/string/strlcpy.33
1 files changed, 1 insertions, 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