diff options
author | NeilBrown <neilb@suse.com> | 2018-12-05 02:02:51 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2018-12-06 20:06:51 +0300 |
commit | 7bbfd9ad8eb24e6683f7a0467edfcff6c189d492 (patch) | |
tree | bc0a026340feeda4ba91f7e2d193c539a5dbfca7 /Documentation/filesystems/index.rst | |
parent | 036c20c06e43679a006e1cf932ce8284f4b39b42 (diff) | |
download | linux-7bbfd9ad8eb24e6683f7a0467edfcff6c189d492.tar.xz |
Documentation: convert path-lookup from markdown to resturctured text
This allows the document to be integrated with the main documentation
tree.
Changes include:
- rename from .md to .rst
- use `` for code, not single `
- use correct sub-section marking
- fix indented blocks, both code and non-code
- fix external-link markup
Signed-off-by: NeilBrown <neilb@suse.com>
[jc: changed the toctree organization a bit]
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/filesystems/index.rst')
-rw-r--r-- | Documentation/filesystems/index.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/filesystems/index.rst b/Documentation/filesystems/index.rst index 46d1b1be3a51..ba921bdd5b06 100644 --- a/Documentation/filesystems/index.rst +++ b/Documentation/filesystems/index.rst @@ -359,3 +359,14 @@ encryption of files and directories. :maxdepth: 2 fscrypt + +Pathname lookup +=============== + +Pathname lookup in Linux is a complex beast; the document linked below +provides a comprehensive summary for those looking for the details. + +.. toctree:: + :maxdepth: 2 + + path-lookup.rst |