summaryrefslogtreecommitdiffstats
path: root/share
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
parent8bf475baaa5795d0c7ab4e3ecb8ca0a5b3861d06 (diff)
downloadFreeBSD-src-1bb92b4e03440f10fd31b47e46fec5b6a6957d7e.zip
FreeBSD-src-1bb92b4e03440f10fd31b47e46fec5b6a6957d7e.tar.gz
MFC r274925: misc mdoc fixes.
Diffstat (limited to 'share')
-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
-rw-r--r--share/man/man9/get_cyclecount.91
-rw-r--r--share/man/man9/malloc.912
-rw-r--r--share/man/man9/sleepqueue.91
7 files changed, 24 insertions, 30 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
diff --git a/share/man/man9/get_cyclecount.9 b/share/man/man9/get_cyclecount.9
index eabaeb1..04efdd5 100644
--- a/share/man/man9/get_cyclecount.9
+++ b/share/man/man9/get_cyclecount.9
@@ -77,7 +77,6 @@ and
processors use the
.Li TSC
register.
-.Pp
The
.Tn IA64
processors use the
diff --git a/share/man/man9/malloc.9 b/share/man/man9/malloc.9
index 9653b58..45a52d1 100644
--- a/share/man/man9/malloc.9
+++ b/share/man/man9/malloc.9
@@ -208,12 +208,6 @@ one must include
.In sys/types.h )
and
.In sys/kernel.h .
-.Sh IMPLEMENTATION NOTES
-The memory allocator allocates memory in chunks that have size a power
-of two for requests up to the size of a page of memory.
-For larger requests, one or more pages is allocated.
-While it should not be relied upon, this information may be useful for
-optimizing the efficiency of memory use.
.Pp
Programmers should be careful not to confuse the malloc flags
.Dv M_NOWAIT
@@ -255,6 +249,12 @@ when holding a
.Xr vnode 9
interlock, will cause a LOR (Lock Order Reversal) due to the
intertwining of VM Objects and Vnodes.
+.Sh IMPLEMENTATION NOTES
+The memory allocator allocates memory in chunks that have size a power
+of two for requests up to the size of a page of memory.
+For larger requests, one or more pages is allocated.
+While it should not be relied upon, this information may be useful for
+optimizing the efficiency of memory use.
.Sh RETURN VALUES
The
.Fn malloc ,
diff --git a/share/man/man9/sleepqueue.9 b/share/man/man9/sleepqueue.9
index 7f6269b..46f6539 100644
--- a/share/man/man9/sleepqueue.9
+++ b/share/man/man9/sleepqueue.9
@@ -246,7 +246,6 @@ allows to pass additional
.Fn callout_reset_sbt
flags.
.Pp
-.Pp
Once the thread is ready to suspend,
one of the wait functions is called to put the current thread to sleep
until it is awakened and to context switch to another thread.
OpenPOWER on IntegriCloud