From 762f4f6a1382b9fd3ee50cbb5a52e0750f1b7c9d Mon Sep 17 00:00:00 2001 From: Andrew David Wong Date: Fri, 3 Jun 2016 15:18:09 -0700 Subject: [PATCH] Minor formatting --- common-tasks/software-update-dom0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common-tasks/software-update-dom0.md b/common-tasks/software-update-dom0.md index ebf6a2f9..7490ba43 100644 --- a/common-tasks/software-update-dom0.md +++ b/common-tasks/software-update-dom0.md @@ -84,7 +84,7 @@ You can re-install in a similar fashion to downgrading. sudo yum reinstall package ~~~ - Note that yum will only re-install if the installed and downloaded versions match. You can ensure they match by either updating the package to the latest version, or specifying the package version in the first step using the form _package-version_. + Note that yum will only re-install if the installed and downloaded versions match. You can ensure they match by either updating the package to the latest version, or specifying the package version in the first step using the form `package-version`. ### How to uninstall a package