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/mounting_and_unmounting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filesystem/mounting_and_unmounting.rst') 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