summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-02-14 19:35:39 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-02-14 19:35:39 +0000
commitfebc98612f79527b015ea372e636676f3f88e8b7 (patch)
treeb452632d6a2c65dbbb4e1e89d4e46eb7c493feb3
parent78a89d7299d9b5886cc9429ff07a669590c26dbe (diff)
2008-02-14 Joel Sherrill <joel.sherrill@OARcorp.com>4.7.2
* user/mp.t: Now builds.
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/user/mp.t5
2 files changed, 4 insertions, 5 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 286c634dcb..24be219f4a 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2008-02-14 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * user/mp.t: Now builds.
+
2007-11-29 Glenn Humphrey <glenn.humphrey@OARcorp.com>
* develenv/direct.t, develenv/sample.t: Corrected various errors in the
diff --git a/doc/user/mp.t b/doc/user/mp.t
index bf6102a82a..41006f41d5 100644
--- a/doc/user/mp.t
+++ b/doc/user/mp.t
@@ -319,7 +319,6 @@ rtems_mpci_entry user_mpci_initialization(
);
@end group
@end example
-@end ifset
where configuration is the address of the user's
Configuration Table. Operations on global objects cannot be
@@ -348,7 +347,6 @@ rtems_mpci_entry user_mpci_get_packet(
);
@end group
@end example
-@end ifset
where packet is the address of a pointer to a packet.
This routine always succeeds and, upon return, packet will
@@ -376,7 +374,6 @@ rtems_mpci_entry user_mpci_return_packet(
);
@end group
@end example
-@end ifset
where packet is the address of a packet. If the
packet cannot be successfully returned, the fatal error manager
@@ -396,7 +393,6 @@ rtems_mpci_entry user_mpci_receive_packet(
);
@end group
@end example
-@end ifset
where packet is a pointer to the address of a packet
to place the message from another node. If a message is
@@ -419,7 +415,6 @@ rtems_mpci_entry user_mpci_send_packet(
);
@end group
@end example
-@end ifset
where node is the node number of the destination and packet is the
address of a packet which containing a message. If the packet cannot