From e147d7aa2f1e4aba555df32b80763e2bc8199798 Mon Sep 17 00:00:00 2001 From: Jasper Lievisse Adriaanse Date: Sat, 1 Oct 2011 10:46:52 +0200 Subject: [PATCH] Fix URL to strlcpy(3) manpage in comment. --- glib/gstrfuncs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.7.4