summaryrefslogtreecommitdiff
path: root/doc/sources.list.5.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/sources.list.5.xml')
-rw-r--r--doc/sources.list.5.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/sources.list.5.xml b/doc/sources.list.5.xml
index 454f00871..f221cb20e 100644
--- a/doc/sources.list.5.xml
+++ b/doc/sources.list.5.xml
@@ -577,21 +577,21 @@ URIs: http://archive.debian.org/debian-archive
Suites: hamm
Components: main</literallayout>
- <para>Uses FTP to access the archive at ftp.debian.org, under the debian
+ <para>Uses FTP to access the archive at ftp.example.org, under the debian
directory, and uses only the &debian-stable-codename;/contrib area.</para>
- <literallayout>deb ftp://ftp.debian.org/debian &debian-stable-codename; contrib</literallayout>
+ <literallayout>deb ftp://ftp.example.org/debian &debian-stable-codename; contrib</literallayout>
<literallayout>Types: deb
-URIs: ftp://ftp.debian.org/debian
+URIs: ftp://ftp.example.org/debian
Suites: &debian-stable-codename;
Components: contrib</literallayout>
- <para>Uses FTP to access the archive at ftp.debian.org, under the debian
+ <para>Uses FTP to access the archive at ftp.example.org, under the debian
directory, and uses only the unstable/contrib area. If this line appears as
well as the one in the previous example in <filename>sources.list</filename>
a single FTP session will be used for both resource lines.</para>
- <literallayout>deb ftp://ftp.debian.org/debian unstable contrib</literallayout>
+ <literallayout>deb ftp://ftp.example.org/debian unstable contrib</literallayout>
<literallayout>Types: deb
-URIs: ftp://ftp.debian.org/debian
+URIs: ftp://ftp.example.org/debian
Suites: unstable
Components: contrib</literallayout>