diff options
author | Jani Nikula <jani.nikula@intel.com> | 2016-11-03 11:43:29 +0200 |
---|---|---|
committer | Jani Nikula <jani.nikula@intel.com> | 2016-11-03 12:39:00 +0200 |
commit | 07a37ba5835315f40431900dd1a8e80af4682294 (patch) | |
tree | 1236a60b35ca5f051f8c324e7dd051d7f46cc826 /Documentation/admin-guide/mono.rst | |
parent | b459106ea4b7f317faa24b47e9a6b20c2f254d2d (diff) | |
download | lwn-07a37ba5835315f40431900dd1a8e80af4682294.tar.gz lwn-07a37ba5835315f40431900dd1a8e80af4682294.zip |
Documentation/admin-guide: use code-block with proper language
Now that we don't have automatic syntax highlighting, use the code-block
directive with the explicitly selected language, where appropriate.
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Diffstat (limited to 'Documentation/admin-guide/mono.rst')
-rw-r--r-- | Documentation/admin-guide/mono.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/admin-guide/mono.rst b/Documentation/admin-guide/mono.rst index 9a9744ca0cf3..cdddc099af64 100644 --- a/Documentation/admin-guide/mono.rst +++ b/Documentation/admin-guide/mono.rst @@ -31,7 +31,9 @@ other program after you have done the following: more about the configuration process. 3) Add the following entries to ``/etc/rc.local`` or similar script - to be run at system startup:: + to be run at system startup: + + .. code-block:: sh # Insert BINFMT_MISC module into the kernel if [ ! -e /proc/sys/fs/binfmt_misc/register ]; then |