diff options
author | Valerie Aurora <vaurora@redhat.com> | 2010-08-30 17:23:12 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2010-10-25 21:18:21 -0400 |
commit | d9d1dc802ffae507956ceb350eb3f4a995734f1e (patch) | |
tree | b64db0fa1fd93ddd37b30a700a370d9d978475a0 /Documentation | |
parent | 0e45b67d5aeb3dcfb6b149cf61c30b9a8e503f74 (diff) | |
download | op-kernel-dev-d9d1dc802ffae507956ceb350eb3f4a995734f1e.zip op-kernel-dev-d9d1dc802ffae507956ceb350eb3f4a995734f1e.tar.gz |
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/filesystems/sharedsubtree.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/filesystems/sharedsubtree.txt b/Documentation/filesystems/sharedsubtree.txt index fc0e39a..4ede421 100644 --- a/Documentation/filesystems/sharedsubtree.txt +++ b/Documentation/filesystems/sharedsubtree.txt @@ -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. |