In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/0baa827e0fd16abde2450ecee673f26319010e2d?hp=c333712c4a550eeb3146b964d8508f772e294a49>
- Log ----------------------------------------------------------------- commit 0baa827e0fd16abde2450ecee673f26319010e2d Author: Theo Buehler <[email protected]> Date: Sat Aug 27 03:36:28 2016 +0200 Update outdated man links for strlcpy and strlcat. M util.c commit b2a32b29b972524d574bb0484441d6f103b9df10 Author: Karl Williamson <[email protected]> Date: Wed Aug 31 18:07:55 2016 -0600 Add Theo Buehler to AUTHORS M AUTHORS ----------------------------------------------------------------------- Summary of changes: AUTHORS | 1 + util.c | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index ce4cca1..76dd214 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1174,6 +1174,7 @@ Ted Law <[email protected]> Tels <[email protected]> Teun Burgers <[email protected]> Thad Floryan <[email protected]> +Theo Buehler <[email protected]> Thomas Bowditch <[email protected]> Thomas Conté <[email protected]> Thomas Dorner <[email protected]> diff --git a/util.c b/util.c index 069aca3..8bc34cc 100644 --- a/util.c +++ b/util.c @@ -5710,7 +5710,7 @@ C<src>. If C<size> is smaller than the return, the excess was not appended. =cut -Description stolen from http://www.openbsd.org/cgi-bin/man.cgi?query=strlcat +Description stolen from http://man.openbsd.org/strlcat.3 */ #ifndef HAS_STRLCAT Size_t @@ -5744,7 +5744,7 @@ succeeded. If it is larger than C<size>, the excess was not copied. =cut -Description stolen from http://www.openbsd.org/cgi-bin/man.cgi?query=strlcpy +Description stolen from http://man.openbsd.org/strlcpy.3 */ #ifndef HAS_STRLCPY Size_t -- Perl5 Master Repository
