in-memory.rst, mounting_and_unmounting.rst: Remove unnecessary backslash

This commit is contained in:
Joel Sherrill 2016-10-28 13:13:13 -05:00
parent 706a1e290f
commit 30c32cbc4c
2 changed files with 2 additions and 2 deletions

View File

@ -1144,7 +1144,7 @@ imfs_dir_close()
.. code-block:: c
rtems_libio_t \*iop
rtems_libio_t *iop
**File:**

View File

@ -52,7 +52,7 @@ Each entry in the mount table chain is of the following type:
* The best option long term for this is probably an
* open file descriptor.
*/
char \*dev;
char *dev;
};
*Node*