Date: Tue, 6 Jul 2010 03:50:02 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: freebsd-doc@FreeBSD.org Subject: Re: docs/148383: commit references a PR Message-ID: <201007060350.o663o205032976@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/148383; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: docs/148383: commit references a PR Date: Tue, 6 Jul 2010 03:48:55 +0000 (UTC) Author: maxim Date: Tue Jul 6 03:48:46 2010 New Revision: 209715 URL: http://svn.freebsd.org/changeset/base/209715 Log: o addr2ascii(3) was removed ages ago. Fix the comment. PR: docs/148383 Submitted by: pluknet MFC after: 1 week Modified: head/include/arpa/inet.h Modified: head/include/arpa/inet.h ============================================================================== --- head/include/arpa/inet.h Tue Jul 6 02:07:59 2010 (r209714) +++ head/include/arpa/inet.h Tue Jul 6 03:48:46 2010 (r209715) @@ -58,7 +58,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> _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007060350.o663o205032976>