summaryrefslogtreecommitdiffstats
path: root/filesystem/mounting_and_unmounting.rst
diff options
context:
space:
mode:
Diffstat (limited to 'filesystem/mounting_and_unmounting.rst')
-rw-r--r--filesystem/mounting_and_unmounting.rst2
1 files changed, 1 insertions, 1 deletions
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*