aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2023-05-22 20:03:44 +0000
committerEd Maste <emaste@FreeBSD.org>2023-05-22 20:45:59 +0000
commitf005afe756bfb40b1d70571b7f546074a21a5636 (patch)
treebcd04e313e3e28139c41be450031bc0591734c09
parent89243b692318a50f5c8fa58365f1e2341d4e1422 (diff)
downloaddoc-f005afe756.tar.gz
doc-f005afe756.zip
linux-users: reference Git repository (not svn)
FreeBSD migrated from Subversion to Git. Event: Kitchener-Waterloo Hackathon 202305 Sponsored by: The FreeBSD Foundation
-rw-r--r--documentation/content/en/articles/linux-users/_index.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/content/en/articles/linux-users/_index.adoc b/documentation/content/en/articles/linux-users/_index.adoc
index 6f1fc1c8bf..7086c93f7c 100644
--- a/documentation/content/en/articles/linux-users/_index.adoc
+++ b/documentation/content/en/articles/linux-users/_index.adoc
@@ -273,7 +273,7 @@ ipfw add allow tcp from any to me 22 in via $ext_if
There are two methods for updating a FreeBSD system: from source or binary updates.
Updating from source is the most involved update method, but offers the greatest amount of flexibility.
-The process involves synchronizing a local copy of the FreeBSD source code with the FreeBSD Subversion servers.
+The process involves synchronizing a local copy of the FreeBSD source code with the FreeBSD Git repository.
Once the local source code is up-to-date, a new version of the kernel and userland can be compiled.
Binary updates are similar to using `yum` or `apt-get` to update a Linux(R) system.