Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Nov 2020 18:47:13 +0000 (UTC)
From:      Vincenzo Maffione <vmaffione@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r367921 - head/tools/tools/netmap
Message-ID:  <202011211847.0ALIlDbO069301@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vmaffione
Date: Sat Nov 21 18:47:13 2020
New Revision: 367921
URL: https://svnweb.freebsd.org/changeset/base/367921

Log:
  netmap: bridge, pkt-gen: fix man page typo
  
  Reported by:	ian
  MFC after:	3 days

Modified:
  head/tools/tools/netmap/bridge.8
  head/tools/tools/netmap/pkt-gen.8

Modified: head/tools/tools/netmap/bridge.8
==============================================================================
--- head/tools/tools/netmap/bridge.8	Sat Nov 21 18:20:21 2020	(r367920)
+++ head/tools/tools/netmap/bridge.8	Sat Nov 21 18:47:13 2020	(r367921)
@@ -58,7 +58,7 @@ When bridging the hardware rings of a physical port wi
 host rings, it is necessary to turn off the offloads, because netmap does
 not prepare the NIC rings with offload information.
 Example:
-.Bd -literal -offset intent
+.Bd -literal -offset indent
 ifconfig em0 -rxcsum -txcsum -tso4 -tso6 -lro
 .Ed
 .Pp

Modified: head/tools/tools/netmap/pkt-gen.8
==============================================================================
--- head/tools/tools/netmap/pkt-gen.8	Sat Nov 21 18:20:21 2020	(r367920)
+++ head/tools/tools/netmap/pkt-gen.8	Sat Nov 21 18:47:13 2020	(r367921)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd October 3, 2020
+.Dd November 21, 2020
 .Dt PKT-GEN 8
 .Os
 .Sh NAME
@@ -287,7 +287,7 @@ Send a stream of fake DNS packets between two hosts wi
 length of 128 bytes.
 You must set the destination MAC address for
 packets to be received by the target host.
-.Bd -literal -offset intent
+.Bd -literal -offset indent
 pkt-gen -i netmap:ncxl0 -f tx -s 172.16.0.1:53 -d 172.16.1.3:53 -D 00:07:43:29:2a:e0
 .Ed
 .Sh SEE ALSO



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011211847.0ALIlDbO069301>