Commit a734a723 authored by Jonathan Neuschäfer's avatar Jonathan Neuschäfer Committed by Jonathan Corbet

docs: binfmt-misc: Fix .rst formatting

"name below" is not part of the /proc path and should not be formatted
in monospace.

"doesn``t" is rendered in HTML with a double backtick. Revert it back to
"doesn't".
Signed-off-by: default avatarJonathan Neuschäfer <j.neuschaefer@gmx.net>
Link: https://lore.kernel.org/r/20210101211447.1021412-1-j.neuschaefer@gmx.netSigned-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 0ef597c3
...@@ -23,7 +23,7 @@ Here is what the fields mean: ...@@ -23,7 +23,7 @@ Here is what the fields mean:
- ``name`` - ``name``
is an identifier string. A new /proc file will be created with this is an identifier string. A new /proc file will be created with this
``name below /proc/sys/fs/binfmt_misc``; cannot contain slashes ``/`` for name below ``/proc/sys/fs/binfmt_misc``; cannot contain slashes ``/`` for
obvious reasons. obvious reasons.
- ``type`` - ``type``
is the type of recognition. Give ``M`` for magic and ``E`` for extension. is the type of recognition. Give ``M`` for magic and ``E`` for extension.
...@@ -83,7 +83,7 @@ Here is what the fields mean: ...@@ -83,7 +83,7 @@ Here is what the fields mean:
``F`` - fix binary ``F`` - fix binary
The usual behaviour of binfmt_misc is to spawn the The usual behaviour of binfmt_misc is to spawn the
binary lazily when the misc format file is invoked. However, binary lazily when the misc format file is invoked. However,
this doesn``t work very well in the face of mount namespaces and this doesn't work very well in the face of mount namespaces and
changeroots, so the ``F`` mode opens the binary as soon as the changeroots, so the ``F`` mode opens the binary as soon as the
emulation is installed and uses the opened image to spawn the emulation is installed and uses the opened image to spawn the
emulator, meaning it is always available once installed, emulator, meaning it is always available once installed,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment