diff options
author | Madhuparna Bhowmik <madhuparnabhowmik04@gmail.com> | 2019-12-04 11:19:39 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-12-19 17:35:51 +0100 |
commit | a83aaf4979e799705781ceb86a1f29d2b29736b1 (patch) | |
tree | d899bbf87f90a18274d6f7d4b917f020b340da77 /Documentation/filesystems/automount-support.txt | |
parent | RISC-V: Typo fixes in image header and documentation. (diff) | |
download | linux-a83aaf4979e799705781ceb86a1f29d2b29736b1.tar.xz linux-a83aaf4979e799705781ceb86a1f29d2b29736b1.zip |
Documentation: filesystems: automount-support: Change reference to document autofs.txt to autofs.rst
This patch fixes following documentation build warning:
Warning: Documentation/filesystems/automount-support.txt references
a file that doesn't exist: Documentation/filesystems/autofs.txt
Signed-off-by: Madhuparna Bhowmik <madhuparnabhowmik04@gmail.com>
Link: https://lore.kernel.org/r/20191204101939.6939-1-madhuparnabhowmik04@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to '')
-rw-r--r-- | Documentation/filesystems/automount-support.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/automount-support.txt b/Documentation/filesystems/automount-support.txt index b0afd3d55eaf..7d9f82607562 100644 --- a/Documentation/filesystems/automount-support.txt +++ b/Documentation/filesystems/automount-support.txt @@ -9,7 +9,7 @@ also be requested by userspace. IN-KERNEL AUTOMOUNTING ====================== -See section "Mount Traps" of Documentation/filesystems/autofs.txt +See section "Mount Traps" of Documentation/filesystems/autofs.rst Then from userspace, you can just do something like: |