Skip to content

Commit

Permalink
Documentation: Fix trivial typo in filesystems/sharedsubtree.txt
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Valerie Aurora authored and Al Viro committed Oct 26, 2010
1 parent 0e45b67 commit d9d1dc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/filesystems/sharedsubtree.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit d9d1dc8

Please sign in to comment.