From 69091e3dbeb7f1346fe29e5cc8c0eefda2271b65 Mon Sep 17 00:00:00 2001 From: Brian Swenson Date: Fri, 13 Dec 2013 23:16:47 +0100 Subject: [PATCH] Fix sixlowpan attribute name in sphinx --- src/sixlowpan/doc/sixlowpan.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sixlowpan/doc/sixlowpan.rst b/src/sixlowpan/doc/sixlowpan.rst index 4b74086c1..27279801a 100644 --- a/src/sixlowpan/doc/sixlowpan.rst +++ b/src/sixlowpan/doc/sixlowpan.rst @@ -51,7 +51,7 @@ GetMtu behaviour. It will always return *at least* 1280 bytes, as is the minumum The module does provide some attributes and some tracesources. The attributes are: -* :rfc:`6282` (boolean, default true), used to activate HC1 (:rfc:`4944`) or IPHC (:rfc:`6282`) compression. +* Rfc6282 (boolean, default true), used to activate HC1 (:rfc:`4944`) or IPHC (:rfc:`6282`) compression. * OmitUdpChecksum (boolean, default true), used to activate UDP checksum compression in IPHC. * FragmentReassemblyListSize (integer, default 0), indicating the number of packets that can be reassembled at the same time. If the limit is reached, the oldest packet is discarded. Zero means infinite. * FragmentExpirationTimeout (Time, default 60 seconds), being the timeout to wait for further fragments before discarding a partial packet.