svn commit: r209974 - stable/8/include/arpa

Maxim Konovalov maxim at FreeBSD.org
Tue Jul 13 05:12:15 UTC 2010


Author: maxim
Date: Tue Jul 13 05:12:14 2010
New Revision: 209974
URL: http://svn.freebsd.org/changeset/base/209974

Log:
  MFC r209715: addr2ascii(3) was removed ages ago.  Fix the comment.

Modified:
  stable/8/include/arpa/inet.h
Directory Properties:
  stable/8/include/   (props changed)

Modified: stable/8/include/arpa/inet.h
==============================================================================
--- stable/8/include/arpa/inet.h	Tue Jul 13 04:31:19 2010	(r209973)
+++ stable/8/include/arpa/inet.h	Tue Jul 13 05:12:14 2010	(r209974)
@@ -62,7 +62,7 @@
 #ifndef _ARPA_INET_H_
 #define	_ARPA_INET_H_
 
-/* External definitions for functions in inet(3), addr2ascii(3) */
+/* External definitions for functions in inet(3). */
 
 #include <sys/cdefs.h>
 #include <sys/_types.h>


More information about the svn-src-stable-8 mailing list