aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2012-05-08 13:14:49 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2012-05-16 13:23:38 -0400
commit767a8eeb73019ba88a6044d5a2d1a8764580c3d6 (patch)
tree0266b30347234467a8bc5200109e2919da914eb4
parent984c9a10e5c70f8147fcf70ddb7b68eba56e41e4 (diff)
downloadlibrambutan-767a8eeb73019ba88a6044d5a2d1a8764580c3d6.tar.gz
librambutan-767a8eeb73019ba88a6044d5a2d1a8764580c3d6.zip
libmaple/api/ring_buffer.rst: Fix title.
Update for new libmaple include style. Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
-rw-r--r--source/libmaple/api/ring_buffer.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/libmaple/api/ring_buffer.rst b/source/libmaple/api/ring_buffer.rst
index e9b6637..ef082dd 100644
--- a/source/libmaple/api/ring_buffer.rst
+++ b/source/libmaple/api/ring_buffer.rst
@@ -1,8 +1,8 @@
.. highlight:: c
.. _libmaple-ring_buffer:
-``ring_buffer.h``
-=================
+``<libmaple/ring_buffer.h>``
+============================
Simple circular byte buffer. This implementation is not thread-safe.
In particular, none of these functions is guaranteed to be re-entrant.