Fix rst formatting in fedora.rst so that the commands look correctly on the web.
Signed-off-by: Yi-Hung Wei <[email protected]> --- Documentation/intro/install/fedora.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/intro/install/fedora.rst b/Documentation/intro/install/fedora.rst index ff9326fbc9c6..5e29e37bf5e6 100644 --- a/Documentation/intro/install/fedora.rst +++ b/Documentation/intro/install/fedora.rst @@ -64,10 +64,10 @@ The command below will create a temporary SPEC file:: And to install specific dependencies, use the corresponding tool below. For some of the dependencies on RHEL you may need to add two additional -repositories to help yum-builddep. +repositories to help yum-builddep, e.g.:: -subscription-manager repos --enable=rhel-7-server-extras-rpms -subscription-manager repos --enable=rhel-7-server-optional-rpms + $ subscription-manager repos --enable=rhel-7-server-extras-rpms + $ subscription-manager repos --enable=rhel-7-server-optional-rpms DNF:: -- 2.7.4 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
