docs: Add reference in binfmt-misc.rst
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>
This commit is contained in:
parent
80ebc420ec
commit
a7d47e59e7
|
@ -140,8 +140,8 @@ Hints
|
||||||
-----
|
-----
|
||||||
|
|
||||||
If you want to pass special arguments to your interpreter, you can
|
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
|
write a wrapper script for it.
|
||||||
example.
|
See :doc:`Documentation/admin-guide/java.rst <./java>` for an example.
|
||||||
|
|
||||||
Your interpreter should NOT look in the PATH for the filename; the kernel
|
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
|
passes it the full filename (or the file descriptor) to use. Using ``$PATH`` can
|
||||||
|
|
Loading…
Reference in New Issue