linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation: Fix trivial typo in filesystems/sharedsubtree.txt
@ 2010-08-30 21:23 Valerie Aurora
  2010-08-31 18:34 ` Ram Pai
  0 siblings, 1 reply; 2+ messages in thread
From: Valerie Aurora @ 2010-08-30 21:23 UTC (permalink / raw)
  To: Alexander Viro; +Cc: linux-fsdevel, Ram Pai

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>

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.
 


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-08-31 18:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-30 21:23 [PATCH] Documentation: Fix trivial typo in filesystems/sharedsubtree.txt Valerie Aurora
2010-08-31 18:34 ` Ram Pai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).