summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-26 14:13:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-26 14:13:33 +0000
commitc2f26f0d5e273e40eeaaf236d969d21b635f19fc (patch)
tree4a356c8149d7a5876d9eaabc76bf5ce2b74f9d3a
parentca356b5d3a04f34dd83ac88ec8c9415dd05110db (diff)
2011-07-26 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1851/doc * user/conf.t: Fix typo in CONFIGURE_MESSAGE_BUFFER_MEMORY example.
-rw-r--r--doc/ChangeLog5
-rw-r--r--doc/user/conf.t2
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 2f448d2478..75e890c3a5 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2011-07-26 Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+ PR 1851/doc
+ * user/conf.t: Fix typo in CONFIGURE_MESSAGE_BUFFER_MEMORY example.
+
2011-03-04 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1744/doc
diff --git a/doc/user/conf.t b/doc/user/conf.t
index 00571dc33d..eb06be06cb 100644
--- a/doc/user/conf.t
+++ b/doc/user/conf.t
@@ -328,7 +328,7 @@ by the type @code{other_message_type}.
@example
-#define CONFIGURE_MESSAGE_BUFFERS_FOR_QUEUE \
+#define CONFIGURE_MESSAGE_BUFFER_MEMORY \
(CONFIGURE_MESSAGE_BUFFERS_FOR_QUEUE( \
24, sizeof(one_message_type) + \
CONFIGURE_MESSAGE_BUFFERS_FOR_QUEUE( \