Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d9d1dc80 authored by Valerie Aurora's avatar Valerie Aurora Committed by Al Viro
Browse files

Documentation: Fix trivial typo in filesystems/sharedsubtree.txt



Documentation: Fix trivial typo in filesystems/sharedsubtree.txt

This typo is easy to ignore unless you have spent a great deal of time
thinking about how to eliminate duplicate dentries in unions.

Signed-off-by: default avatarValerie Aurora <vaurora@redhat.com>
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 0e45b67d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -62,10 +62,10 @@ replicas continue to be exactly same.
	# mount /dev/sd0  /tmp/a

	#ls /tmp/a
	t1 t2 t2
	t1 t2 t3

	#ls /mnt/a
	t1 t2 t2
	t1 t2 t3

	Note that the mount has propagated to the mount at /mnt as well.