]> git.proxmox.com Git - mirror_ovs.git/commitdiff
docs: Fix formatting in fedora.rst
authorYi-Hung Wei <yihung.wei@gmail.com>
Tue, 23 Jan 2018 22:21:31 +0000 (14:21 -0800)
committerBen Pfaff <blp@ovn.org>
Tue, 23 Jan 2018 23:59:18 +0000 (15:59 -0800)
Fix rst formatting in fedora.rst so that the commands look correctly
on the web.

Signed-off-by: Yi-Hung Wei <yihung.wei@gmail.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
Documentation/intro/install/fedora.rst

index ff9326fbc9c6fd018c54c757f985ca4e78642a9e..5e29e37bf5e6e1313398135dfdaa5b7d54268b9c 100644 (file)
@@ -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::