projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d483fa0
)
Documentation: filesystems: overlayfs: drop doubled word
author
Randy Dunlap
<rdunlap@infradead.org>
Fri, 3 Jul 2020 21:43:22 +0000
(14:43 -0700)
committer
Jonathan Corbet
<corbet@lwn.net>
Sun, 5 Jul 2020 20:44:30 +0000
(14:44 -0600)
Drop the doubled word "the".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: Miklos Szeredi <miklos@szeredi.hu>
Cc: linux-unionfs@vger.kernel.org
Link:
https://lore.kernel.org/r/20200703214325.31036-8-rdunlap@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/filesystems/overlayfs.rst
patch
|
blob
|
history
diff --git
a/Documentation/filesystems/overlayfs.rst
b/Documentation/filesystems/overlayfs.rst
index 660dbaf0b9b8cd022d9a1f5cd1a74a1444ffc720..e569abb09aa7cdd67f57e5f339153473d9cc8cc7 100644
(file)
--- a/
Documentation/filesystems/overlayfs.rst
+++ b/
Documentation/filesystems/overlayfs.rst
@@
-328,7
+328,7
@@
the time of copy (on-demand vs. up-front).
Multiple lower layers
---------------------
-Multiple lower layers can now be given using the
the
colon (":") as a
+Multiple lower layers can now be given using the colon (":") as a
separator character between the directory names. For example:
mount -t overlay overlay -olowerdir=/lower1:/lower2:/lower3 /merged