aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/opal-api/opal-get-msg-85.txt (renamed from doc/opal-api/opal-get-message.txt)8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/opal-api/opal-get-message.txt b/doc/opal-api/opal-get-msg-85.txt
index 05cc056..fa839a8 100644
--- a/doc/opal-api/opal-get-message.txt
+++ b/doc/opal-api/opal-get-msg-85.txt
@@ -1,7 +1,7 @@
-OPAL_GET_MESSAGE
-----------------
+OPAL_GET_MSG
+------------
-OPAL_GET_MESSAGE will get the next pending OPAL_MESSAGE (see
+OPAL_GET_MSG will get the next pending OPAL Message (see
opal-messages.txt).
Parameters:
@@ -20,7 +20,7 @@ than 72 bytes. Naturally, a HOST OS will only be able to interpret these
if it correctly uses opal-msg-size. Any OPAL message > 72 bytes, a host OS
may safely ignore.
-A host OS *SHOULD* always supply a buffer to OPAL_GET_MESSAGE of either 72
+A host OS *SHOULD* always supply a buffer to OPAL_GET_MSG of either 72
bytes or opal-msg-size. It MUST NOT supply a buffer of < 72 bytes.