]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
docs: Add reference in binfmt-misc.rst
authorRomuald Brunet <romuald@chivil.com>
Mon, 14 Oct 2019 15:59:46 +0000 (17:59 +0200)
committerJiri Kosina <jkosina@suse.cz>
Tue, 17 Mar 2020 19:41:00 +0000 (20:41 +0100)
While looking at the binfmt-misc documentation I noticed that there is a
reference to the “java” example that could be a direct link.

This patch simply adds the link without changing the HTML output.

Signed-off-by: Romuald Brunet <romuald@chivil.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Documentation/admin-guide/binfmt-misc.rst

index 97b0d792707825b2d43ef221eca4861604b8ccd1..4fb665e7d8a4f0f4283df2b37971ae36cfd8e09c 100644 (file)
@@ -140,8 +140,8 @@ Hints
 -----
 
 If you want to pass special arguments to your interpreter, you can
-write a wrapper script for it. See Documentation/admin-guide/java.rst for an
-example.
+write a wrapper script for it.
+See :doc:`Documentation/admin-guide/java.rst <./java>` for an example.
 
 Your interpreter should NOT look in the PATH for the filename; the kernel
 passes it the full filename (or the file descriptor) to use.  Using ``$PATH`` can