From 70204dc15700cbc914b87ec7ac37ec22f8cf6ea1 Mon Sep 17 00:00:00 2001
From: Marc Fonvieille
Date: Wed, 29 Dec 2004 17:30:26 +0000
Subject: [PATCH] Fix some links regarding synchronizing methods, make them
point directly on the right sections of the Handbook.
PR: www/75612
Submitted by: David Adam
---
en/support.sgml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/en/support.sgml b/en/support.sgml
index 6c9a30c9e4..b0d359ba23 100644
--- a/en/support.sgml
+++ b/en/support.sgml
@@ -1,5 +1,5 @@
+
%includes;
]>
@@ -286,17 +286,17 @@
it, you may choose any one of following options:
- - cvsup if you are looking
+
- cvsup if you are looking
for on-demand, low overhead access using a custom utility (written in
Modula-3 no less).
- - anoncvs
+
- anoncvs
if you are looking for on-demand access that has higher overhead than
cvsup (in terms of wall time and bytes transferred) but is easier to use
for checking out small pieces of the tree and requires nothing more
than the cvs tools already bundled with FreeBSD.
- - CTM if you are looking for
+
- CTM if you are looking for
very low overhead, batch-mode access (basically, patches through
email).