mirror of
https://git.rtems.org/rtems-docs/
synced 2025-10-17 06:59:38 +08:00
in-memory.rst, mounting_and_unmounting.rst: Remove unnecessary backslash
This commit is contained in:
@@ -1144,7 +1144,7 @@ imfs_dir_close()
|
||||
|
||||
.. code-block:: c
|
||||
|
||||
rtems_libio_t \*iop
|
||||
rtems_libio_t *iop
|
||||
|
||||
**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*
|
||||
|
Reference in New Issue
Block a user