From b574990b5c1485e577fb44c4af562672c339afea Mon Sep 17 00:00:00 2001 From: luxh Date: Sat, 20 Oct 2012 12:41:15 -0700 Subject: [PATCH] Change wording a bit --- docs/newhandbook/Upgrading/index.mdwn | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/newhandbook/Upgrading/index.mdwn b/docs/newhandbook/Upgrading/index.mdwn index 19aab88..0249dea 100644 --- a/docs/newhandbook/Upgrading/index.mdwn +++ b/docs/newhandbook/Upgrading/index.mdwn @@ -2,14 +2,14 @@ ### Supported methods -Currently the **only supported method** of upgrading DragonFly BSD from the source code.

-Supported upgrade process only includes going from the *previous release* to *latest release*.
+The only **supported** method of upgrading DragonFly BSD is by building from source code.

+Supported upgrade process includes going from the *previous release* to *latest release*.
For example, in our actual case, only the upgrade process involving 2.10.x up to 3.0.x would be supported. ### Getting the source code -There is a helper Makefile in /usr which will ease the task of retrieving the source tree; it needs to be run as root: +There is a Makefile in /usr which will ease the task of retrieving the source tree; it needs to be run as root: % cd /usr % make src-create -- 1.7.7.2