[glib] Fix URL to strlcpy(3) manpage in comment.



commit e147d7aa2f1e4aba555df32b80763e2bc8199798
Author: Jasper Lievisse Adriaanse <jasper humppa nl>
Date:   Sat Oct 1 10:46:52 2011 +0200

    Fix URL to strlcpy(3) manpage in comment.

 glib/gstrfuncs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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 <Todd Miller courtesan com> 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.
  */
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]