From f02e87257aa62bd8b78fb199a33a3cf1a5ad18be Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Thu, 18 Feb 2016 10:32:05 +1100 Subject: Fix the double quotes. --- c_user/multiprocessing.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'c_user/multiprocessing.rst') diff --git a/c_user/multiprocessing.rst b/c_user/multiprocessing.rst index 6bb3f12..e709bf3 100644 --- a/c_user/multiprocessing.rst +++ b/c_user/multiprocessing.rst @@ -159,9 +159,9 @@ application: and returns it to the originating node. #. The MPCI layer on the originating node senses the arrival of a packet - (typically via an interrupt), and calls the - RTEMS``rtems_multiprocessing_announce`` directive. This directive readies - the Multiprocessing Server. + (typically via an interrupt), and calls the RTEMS + ``rtems_multiprocessing_announce`` directive. This directive readies the + Multiprocessing Server. #. The Multiprocessing Server calls the user-provided MPCI routine ``RECEIVE_PACKET``, readies the original requesting task, and blocks until -- cgit v1.2.3