From: Jasper Lievisse Adriaanse Date: Sat, 1 Oct 2011 08:46:52 +0000 (+0200) Subject: Fix URL to strlcpy(3) manpage in comment. X-Git-Tag: 2.31.0~330 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e147d7aa2f1e4aba555df32b80763e2bc8199798;p=platform%2Fupstream%2Fglib.git Fix URL to strlcpy(3) manpage in comment. --- diff --git a/glib/gstrfuncs.c b/glib/gstrfuncs.c index d46fe75..945c21f 100644 --- a/glib/gstrfuncs.c +++ b/glib/gstrfuncs.c @@ -1610,7 +1610,7 @@ extern const char *strsignal(int); /* Functions g_strlcpy and g_strlcat were originally developed by * Todd C. Miller to simplify writing secure code. - * See ftp://ftp.openbsd.org/pub/OpenBSD/src/lib/libc/string/strlcpy.3 + * See http://www.openbsd.org/cgi-bin/man.cgi?query=strlcpy * for more information. */