[ovs-dev] [PATCH] docs: Fix formatting in fedora.rst

Gregory Rose gvrose8192 at gmail.com
Tue Jan 23 22:50:36 UTC 2018


On 1/23/2018 2:21 PM, Yi-Hung Wei wrote:
> Fix rst formatting in fedora.rst so that the commands look correctly
> on the web.
>
> Signed-off-by: Yi-Hung Wei <yihung.wei at gmail.com>
> ---
>   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::
>   

Thanks Yi-Hung!

LGTM

Reviewed-by: Greg Rose <gvrose8192 at gmail.com>



More information about the dev mailing list