From: Romuald Brunet Date: Mon, 14 Oct 2019 15:59:46 +0000 (+0200) Subject: docs: Add reference in binfmt-misc.rst X-Git-Tag: v5.7-rc1~139^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a7d47e59e77a555cf3d0cba01eb0e974ad6d5d8b;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Jiri Kosina --- diff --git a/Documentation/admin-guide/binfmt-misc.rst b/Documentation/admin-guide/binfmt-misc.rst index 97b0d79270782..4fb665e7d8a4f 100644 --- a/Documentation/admin-guide/binfmt-misc.rst +++ b/Documentation/admin-guide/binfmt-misc.rst @@ -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