All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] docs: Add reference in binfmt-misc.rst
@ 2019-10-14 15:59 Romuald Brunet
  0 siblings, 0 replies; only message in thread
From: Romuald Brunet @ 2019-10-14 15:59 UTC (permalink / raw)
  To: linux-doc; +Cc: trivial

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>

diff --git a/Documentation/admin-guide/binfmt-misc.rst b/Documentation/admin-guide/binfmt-misc.rst
index 97b0d792707..4fb665e7d8a 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


-- 
Romuald Brunet


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-10-14 15:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-14 15:59 [PATCH] docs: Add reference in binfmt-misc.rst Romuald Brunet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.