Author: kevlo
Date: Mon Jun 23 05:17:39 2014
New Revision: 267763
URL: http://svnweb.freebsd.org/changeset/base/267763

Log:
  Catch up with r186809, correct comments.

Modified:
  head/share/man/man9/domain.9
  head/sys/netinet6/ip6protosw.h

Modified: head/share/man/man9/domain.9
==============================================================================
--- head/share/man/man9/domain.9        Mon Jun 23 03:45:39 2014        
(r267762)
+++ head/share/man/man9/domain.9        Mon Jun 23 05:17:39 2014        
(r267763)
@@ -111,7 +111,7 @@ struct protosw {
        pr_slowtimo_t *pr_slowtimo;     /* slow timeout (500ms) */
        pr_drain_t *pr_drain;           /* flush any excess space possible */
 
-       struct  pr_usrreqs *pr_usrreqs; /* supersedes pr_usrreq() */
+       struct  pr_usrreqs *pr_usrreqs; /* user-protocol hook */
 };
 .Ed
 .Pp

Modified: head/sys/netinet6/ip6protosw.h
==============================================================================
--- head/sys/netinet6/ip6protosw.h      Mon Jun 23 03:45:39 2014        
(r267762)
+++ head/sys/netinet6/ip6protosw.h      Mon Jun 23 05:17:39 2014        
(r267763)
@@ -138,7 +138,7 @@ struct ip6protosw {
                        (void);
        void    (*pr_drain)             /* flush any excess space possible */
                        (void);
-       struct  pr_usrreqs *pr_usrreqs; /* supersedes pr_usrreq() */
+       struct  pr_usrreqs *pr_usrreqs; /* user-protocol hook */
 };
 
 #ifdef _KERNEL
_______________________________________________
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-unsubscr...@freebsd.org"

Reply via email to