1
0
Fork 0

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>
hifive-unleashed-5.1
NeilBrown 2018-12-05 10:02:51 +11:00 committed by Jonathan Corbet
parent 036c20c06e
commit 7bbfd9ad8e
2 changed files with 463 additions and 435 deletions

View File

@ -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