summaryrefslogtreecommitdiffstats
path: root/share/man/man4
diff options
context:
space:
mode:
authorpluknet <pluknet@FreeBSD.org>2016-09-27 19:00:22 +0000
committerpluknet <pluknet@FreeBSD.org>2016-09-27 19:00:22 +0000
commit1bb92b4e03440f10fd31b47e46fec5b6a6957d7e (patch)
tree58eddc0b28fc2ed7fe9b5dba3affb0a688eedf88 /share/man/man4
parent8bf475baaa5795d0c7ab4e3ecb8ca0a5b3861d06 (diff)
downloadFreeBSD-src-1bb92b4e03440f10fd31b47e46fec5b6a6957d7e.zip
FreeBSD-src-1bb92b4e03440f10fd31b47e46fec5b6a6957d7e.tar.gz
MFC r274925: misc mdoc fixes.
Diffstat (limited to 'share/man/man4')
-rw-r--r--share/man/man4/gre.42
-rw-r--r--share/man/man4/man4.arm/cgem.435
-rw-r--r--share/man/man4/me.41
-rw-r--r--share/man/man4/netmap.42
4 files changed, 18 insertions, 22 deletions
diff --git a/share/man/man4/gre.4 b/share/man/man4/gre.4
index 15ef0ec..1efb0f5 100644
--- a/share/man/man4/gre.4
+++ b/share/man/man4/gre.4
@@ -91,7 +91,6 @@ Enables checksum calculation for outgoing packets.
Enables use of sequence number field in the GRE header for outgoing packets.
.El
.Sh EXAMPLES
-.Pp
.Bd -literal
192.168.1.* --- Router A -------tunnel-------- Router B --- 192.168.2.*
\\ /
@@ -190,7 +189,6 @@ A description of GRE encapsulation can be found in RFC 2784 and RFC 2890.
.An Andrey V. Elsukov Aq Mt ae@FreeBSD.org
.An Heiko W.Rupp Aq Mt hwr@pilhuhn.de
.Sh BUGS
-.Pp
The current implementation uses the key only for outgoing packets.
Incoming packets with a different key or without a key will be treated as if they
would belong to this interface.
diff --git a/share/man/man4/man4.arm/cgem.4 b/share/man/man4/man4.arm/cgem.4
index 8af1b2a..01e2921 100644
--- a/share/man/man4/man4.arm/cgem.4
+++ b/share/man/man4/man4.arm/cgem.4
@@ -248,6 +248,23 @@ checksum offloading is enabled.
Counter of frames discarded due to an incorrect UDP checksum when
checksum offloading is enabled.
.El
+.Sh SEE ALSO
+.Xr miibus 4 ,
+.Xr ifconfig 8
+.Rs
+.%T "Zynq-7000 SoC Technical Reference Manual (Xilinx doc UG585)"
+.%U http://www.xilinx.com/support/documentation/user_guides/\:ug585-Zynq-7000-TRM.pdf
+.Re
+.Sh HISTORY
+The
+.Nm
+device driver first appeared in
+.Fx 10.0 .
+.Sh AUTHORS
+The
+.Nm
+driver and this manual page was written by
+.An Thomas Skibo Aq Mt thomasskibo@yahoo.com .
.Sh BUGS
The GEM can perform TCP/UDP/IP checksum offloading.
However, when transmit checksum offloading is enabled, the GEM generates and
@@ -277,21 +294,3 @@ If the bug does not exist in other versions of this device, the
work-around can be disabled by setting the dev.cgem.%d.rxhangwar
.Xr sysctl 8
variable to 0.
-.Pp
-.Sh SEE ALSO
-.Xr miibus 4 ,
-.Xr ifconfig 8
-.Rs
-.%T "Zynq-7000 SoC Technical Reference Manual (Xilinx doc UG585)"
-.%U http://www.xilinx.com/support/documentation/user_guides/\:ug585-Zynq-7000-TRM.pdf
-.Re
-.Sh HISTORY
-The
-.Nm
-device driver first appeared in
-.Fx 10.0 .
-.Sh AUTHORS
-The
-.Nm
-driver and this manual page was written by
-.An Thomas Skibo Aq Mt thomasskibo@yahoo.com .
diff --git a/share/man/man4/me.4 b/share/man/man4/me.4
index e1be5c8..668d346 100644
--- a/share/man/man4/me.4
+++ b/share/man/man4/me.4
@@ -67,7 +67,6 @@ IP header is modified and the modifications are inserted between the
so modified header and the original payload.
The protocol number 55 is used for outer header.
.Sh NOTES
-.Pp
For correct operation, the
.Nm
device needs a route to the decapsulating host that does not run over the tunnel,
diff --git a/share/man/man4/netmap.4 b/share/man/man4/netmap.4
index 1b2dc7a..08349bd 100644
--- a/share/man/man4/netmap.4
+++ b/share/man/man4/netmap.4
@@ -614,7 +614,7 @@ In the example below, "netmap:foo" is any valid netmap port name.
(default) all hardware ring pairs
.It NR_REG_SW_NIC "netmap:foo^"
the ``host rings'', connecting to the host stack.
-.It NR_RING_NIC_SW "netmap:foo+
+.It NR_RING_NIC_SW "netmap:foo+"
all hardware rings and the host rings
.It NR_REG_ONE_NIC "netmap:foo-i"
only the i-th hardware ring pair, where the number is in
OpenPOWER on IntegriCloud