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

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
Loading
Loading
Loading
Loading
+11 −0
Original line number Original line Diff line number Diff line
@@ -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
+453 −436

File changed and moved.

Preview size limit exceeded, changes collapsed.