summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorVincenzo Maffione <vmaffione@FreeBSD.org>2020-11-21 18:47:13 +0000
committerVincenzo Maffione <vmaffione@FreeBSD.org>2020-11-21 18:47:13 +0000
commitf234252d16dfbdda75689750b62ce6bb4aea3241 (patch)
treec4d90396f5136b4b497af05f2fd18295725d52e6 /tools
parent792d05c2c871c111a96022eaa6170ea09d481e15 (diff)
downloadsrc-test2-f234252d16dfbdda75689750b62ce6bb4aea3241.tar.gz
src-test2-f234252d16dfbdda75689750b62ce6bb4aea3241.zip
netmap: bridge, pkt-gen: fix man page typo
Reported by: ian MFC after: 3 days
Notes
Notes: svn path=/head/; revision=367921
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/netmap/bridge.82
-rw-r--r--tools/tools/netmap/pkt-gen.84
2 files changed, 3 insertions, 3 deletions
diff --git a/tools/tools/netmap/bridge.8 b/tools/tools/netmap/bridge.8
index 723c97e347a5..b6314ece6664 100644
--- a/tools/tools/netmap/bridge.8
+++ b/tools/tools/netmap/bridge.8
@@ -58,7 +58,7 @@ When bridging the hardware rings of a physical port with the corresponding
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
diff --git a/tools/tools/netmap/pkt-gen.8 b/tools/tools/netmap/pkt-gen.8
index b4a1170ff5f7..c3f0330e46ba 100644
--- a/tools/tools/netmap/pkt-gen.8
+++ b/tools/tools/netmap/pkt-gen.8
@@ -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 with a packet
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