forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 cde9070d9970eef1f7ec2360586c802a16230ad8
kernel/Documentation/admin-guide/binfmt-misc.rst
....@@ -1,5 +1,5 @@
1
-Kernel Support for miscellaneous (your favourite) Binary Formats v1.1
2
-=====================================================================
1
+Kernel Support for miscellaneous Binary Formats (binfmt_misc)
2
+=============================================================
33
44 This Kernel feature allows you to invoke almost (for restrictions see below)
55 every program by simply typing its name in the shell.
....@@ -140,8 +140,8 @@
140140 -----
141141
142142 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.
145145
146146 Your interpreter should NOT look in the PATH for the filename; the kernel
147147 passes it the full filename (or the file descriptor) to use. Using ``$PATH`` can