Commit 7bbfd9ad authored by NeilBrown's avatar NeilBrown Committed by Jonathan Corbet

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: default avatarNeilBrown <neilb@suse.com>
[jc: changed the toctree organization a bit]
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 036c20c0
...@@ -359,3 +359,14 @@ encryption of files and directories. ...@@ -359,3 +359,14 @@ encryption of files and directories.
:maxdepth: 2 :maxdepth: 2
fscrypt 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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment