From febc98612f79527b015ea372e636676f3f88e8b7 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 14 Feb 2008 19:35:39 +0000 Subject: 2008-02-14 Joel Sherrill * user/mp.t: Now builds. --- doc/ChangeLog | 4 ++++ doc/user/mp.t | 5 ----- 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 + + * user/mp.t: Now builds. + 2007-11-29 Glenn Humphrey * 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 -- cgit v1.2.3