From fa1adac2a421dcf107ec59fc1cab51098d4d38aa Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Sun, 18 Aug 2019 21:25:24 -0700 Subject: [PATCH] Replace comma with ; --- source/D/upgrading.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/D/upgrading.rst b/source/D/upgrading.rst index 024df51f..e01aef14 100644 --- a/source/D/upgrading.rst +++ b/source/D/upgrading.rst @@ -28,7 +28,7 @@ Once the software upgrade has completed, you want to restart your pc. This can b sudo reboot -The next thing you want to do is do the release upgrade. do-release-upgrade is the command line tool for upgrading Lubuntu installations. To run it, you need root privileges, which, from the command line means prefixing the command with sudo. Upgrades to a new operating system version can sometimes cause problems, so **always backup your files beforehand**. +The next thing you want to do is do the release upgrade. do-release-upgrade is the command line tool for upgrading Lubuntu installations. To run it, you need root privileges, which, from the command line means prefixing the command with sudo. Upgrades to a new operating system version can sometimes cause problems; so **always backup your files beforehand**. .. code::