Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Romuald Brunet and committed by
Jiri Kosina
a7d47e59 80ebc420

+2 -2
+2 -2
Documentation/admin-guide/binfmt-misc.rst
··· 140 140 ----- 141 141 142 142 If you want to pass special arguments to your interpreter, you can 143 - write a wrapper script for it. See Documentation/admin-guide/java.rst for an 144 - example. 143 + write a wrapper script for it. 144 + See :doc:`Documentation/admin-guide/java.rst <./java>` for an example. 145 145 146 146 Your interpreter should NOT look in the PATH for the filename; the kernel 147 147 passes it the full filename (or the file descriptor) to use. Using ``$PATH`` can