Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/Developer Resources/Custom Packages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Linux kernel must be specified. At configure time the build system will
make an educated guess as to which kernel you want to build against.
However, if configure is unable to locate your kernel development
headers, or you want to build against a different kernel, you must
specify the exact path with the *--with-linux* and *--with-linux-obj*
specify the exact path with the ``--with-linux`` and ``--with-linux-obj``
options.

.. code:: sh
Expand All @@ -146,7 +146,7 @@ kABI-tracking kmod
The process for building kABI-tracking kmods is almost identical to for
building normal kmods. However, it will only produce binaries which can
be used by multiple kernels if the distribution supports a stable kABI.
In order to request kABI-tracking package the *--with-spec=redhat*
In order to request kABI-tracking package the ``--with-spec=redhat``
option must be passed to configure.

Be aware that these packages do not completely follow Redhat's rules, so
Expand Down Expand Up @@ -235,7 +235,7 @@ Linux kernel must be specified. At configure time the build system will
make an educated guess as to which kernel you want to build against.
However, if configure is unable to locate your kernel development
headers, or you want to build against a different kernel, you must
specify the exact path with the *--with-linux* and *--with-linux-obj*
specify the exact path with the ``--with-linux`` and ``--with-linux-obj``
options.

To build RPM converted Debian packages:
Expand Down