mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-15 07:07:19 +08:00
in-memory.rst, mounting_and_unmounting.rst: Remove unnecessary backslash
This commit is contained in:
parent
706a1e290f
commit
30c32cbc4c
@ -1144,7 +1144,7 @@ imfs_dir_close()
|
|||||||
|
|
||||||
.. code-block:: c
|
.. code-block:: c
|
||||||
|
|
||||||
rtems_libio_t \*iop
|
rtems_libio_t *iop
|
||||||
|
|
||||||
**File:**
|
**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
|
* The best option long term for this is probably an
|
||||||
* open file descriptor.
|
* open file descriptor.
|
||||||
*/
|
*/
|
||||||
char \*dev;
|
char *dev;
|
||||||
};
|
};
|
||||||
|
|
||||||
*Node*
|
*Node*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user