projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e45b67
)
Documentation: Fix trivial typo in filesystems/sharedsubtree.txt
author
Valerie Aurora
<vaurora@redhat.com>
Mon, 30 Aug 2010 21:23:12 +0000
(17:23 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Tue, 26 Oct 2010 01:18:21 +0000
(21:18 -0400)
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>
Documentation/filesystems/sharedsubtree.txt
patch
|
blob
|
history
diff --git
a/Documentation/filesystems/sharedsubtree.txt
b/Documentation/filesystems/sharedsubtree.txt
index fc0e39af43c32a42343f97daed5a5d285f844863..4ede421c9687a71d33027b95118c90dc743da0fe 100644
(file)
--- 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 t
2
+ t1 t2 t
3
#ls /mnt/a
- t1 t2 t
2
+ t1 t2 t
3
Note that the mount has propagated to the mount at /mnt as well.