diff options
author | Romuald Brunet <romuald@chivil.com> | 2019-10-14 17:59:46 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2020-03-17 20:41:00 +0100 |
commit | a7d47e59e77a555cf3d0cba01eb0e974ad6d5d8b (patch) | |
tree | 5c949a2ad5024e010fac5dc167b765322cb7e664 /Documentation/admin-guide/binfmt-misc.rst | |
parent | 80ebc420ec59a7c9bcf37881b7d80f68c937ed46 (diff) |
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>
Diffstat (limited to 'Documentation/admin-guide/binfmt-misc.rst')
-rw-r--r-- | Documentation/admin-guide/binfmt-misc.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/admin-guide/binfmt-misc.rst b/Documentation/admin-guide/binfmt-misc.rst index 97b0d7927078..4fb665e7d8a4 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 |