Author: vmaffione
Date: Tue Oct  6 19:12:43 2020
New Revision: 366497
URL: https://svnweb.freebsd.org/changeset/base/366497

Log:
  MFC r366389
  
  netmap: minor documentation fix
  
  Also update date of pkt-gen.8 (not done in r366387).
  
  Submitted by:   milosz.kaniew...@gmail.com

Modified:
  stable/12/share/man/man4/netmap.4
  stable/12/tools/tools/netmap/pkt-gen.8
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/share/man/man4/netmap.4
==============================================================================
--- stable/12/share/man/man4/netmap.4   Tue Oct  6 19:11:55 2020        
(r366496)
+++ stable/12/share/man/man4/netmap.4   Tue Oct  6 19:12:43 2020        
(r366497)
@@ -27,7 +27,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd February 6, 2020
+.Dd October 3, 2020
 .Dt NETMAP 4
 .Os
 .Sh NAME
@@ -1051,7 +1051,7 @@ void receiver(void)
     for (;;) {
        poll(&fds, 1, -1);
         while ( (buf = nm_nextpkt(d, &h)) )
-           consume_pkt(buf, h->len);
+           consume_pkt(buf, h.len);
     }
     nm_close(d);
 }

Modified: stable/12/tools/tools/netmap/pkt-gen.8
==============================================================================
--- stable/12/tools/tools/netmap/pkt-gen.8      Tue Oct  6 19:11:55 2020        
(r366496)
+++ stable/12/tools/tools/netmap/pkt-gen.8      Tue Oct  6 19:12:43 2020        
(r366497)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd October 31, 2018
+.Dd October 3, 2020
 .Dt PKT-GEN 8
 .Os
 .Sh NAME
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to