Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Valerie Aurora <vaurora@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

authored by

Valerie Aurora and committed by
Al Viro
d9d1dc80 0e45b67d

+2 -2
+2 -2
Documentation/filesystems/sharedsubtree.txt
··· 62 62 # mount /dev/sd0 /tmp/a 63 63 64 64 #ls /tmp/a 65 - t1 t2 t2 65 + t1 t2 t3 66 66 67 67 #ls /mnt/a 68 - t1 t2 t2 68 + t1 t2 t3 69 69 70 70 Note that the mount has propagated to the mount at /mnt as well. 71 71