diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-07-03 14:43:22 -0700 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-07-05 14:44:30 -0600 |
commit | f7eb0de7280d73b66ba90f96f9513173c89ee062 (patch) | |
tree | 9d7a6ddb5e8515194e86f5109f6d0b69974aeca7 /Documentation/filesystems/overlayfs.rst | |
parent | d483fa04fd2298c91d22fee13265004c9b883b59 (diff) | |
download | lwn-f7eb0de7280d73b66ba90f96f9513173c89ee062.tar.gz lwn-f7eb0de7280d73b66ba90f96f9513173c89ee062.zip |
Documentation: filesystems: overlayfs: drop doubled word
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>
Diffstat (limited to 'Documentation/filesystems/overlayfs.rst')
-rw-r--r-- | Documentation/filesystems/overlayfs.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/overlayfs.rst b/Documentation/filesystems/overlayfs.rst index 660dbaf0b9b8..e569abb09aa7 100644 --- 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 |