From 30c32cbc4c28eed98d60e379d2e61cb0f79912f6 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 28 Oct 2016 13:13:13 -0500 Subject: in-memory.rst, mounting_and_unmounting.rst: Remove unnecessary backslash --- filesystem/in-memory.rst | 2 +- filesystem/mounting_and_unmounting.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'filesystem') diff --git a/filesystem/in-memory.rst b/filesystem/in-memory.rst index 7bc188d..b80d42f 100644 --- a/filesystem/in-memory.rst +++ b/filesystem/in-memory.rst @@ -1144,7 +1144,7 @@ imfs_dir_close() .. code-block:: c - rtems_libio_t \*iop + rtems_libio_t *iop **File:** diff --git a/filesystem/mounting_and_unmounting.rst b/filesystem/mounting_and_unmounting.rst index 60b7b2e..00463ec 100644 --- a/filesystem/mounting_and_unmounting.rst +++ b/filesystem/mounting_and_unmounting.rst @@ -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* -- cgit v1.2.3