diff options
author | 2020-03-08 22:09:34 +0100 | |
---|---|---|
committer | 2020-03-10 11:13:24 -0600 | |
commit | ea6b5370836f995f1cdee45ae03a992e572efa45 (patch) | |
tree | 804d0e4c2c2854262ff10bf08e4e9b2e6046499f | |
parent | docs: Move Intel Many Integrated Core documentation (mic) under misc-devices (diff) | |
download | wireguard-linux-ea6b5370836f995f1cdee45ae03a992e572efa45.tar.xz wireguard-linux-ea6b5370836f995f1cdee45ae03a992e572efa45.zip |
docs: admin-guide: binfmt-misc: Improve the title
Trim the title a bit, since it's relatively long. Add `binfmt_misc` to
make it easier to search for the feature by its common name.
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Link: https://lore.kernel.org/r/20200308210935.7273-1-j.neuschaefer@gmx.net
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to '')
-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..95c93bbe408a 100644 --- a/Documentation/admin-guide/binfmt-misc.rst +++ b/Documentation/admin-guide/binfmt-misc.rst @@ -1,5 +1,5 @@ -Kernel Support for miscellaneous (your favourite) Binary Formats v1.1 -===================================================================== +Kernel Support for miscellaneous Binary Formats (binfmt_misc) +============================================================= This Kernel feature allows you to invoke almost (for restrictions see below) every program by simply typing its name in the shell. |