diff options
author | Michael Vogt <mvo@debian.org> | 2014-01-20 08:10:50 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-01-20 08:10:50 +0100 |
commit | 75c10df1533ede97e05fef3d1e2fc6a22fc4db00 (patch) | |
tree | 2df3cde9610b399fa236e021d92d6e97ae798fec /doc | |
parent | 7dd62ea93413a73b4ec394b16ff4e0367d226395 (diff) |
add support for multiple URIs in deb822 style sources.list
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sources.list.5.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/sources.list.5.xml b/doc/sources.list.5.xml index a2f6e985e..5a421293e 100644 --- a/doc/sources.list.5.xml +++ b/doc/sources.list.5.xml @@ -84,7 +84,7 @@ <para>Alternatively a rfc822 style format is also supported: <literallayout> Type: deb - URI: http://example.com + URIs: http://example.com Suites: stable testing Sections: component1 component2 Description: short @@ -92,7 +92,7 @@ [option1]: [option1-value] Type: deb-src - URI: http://example.com + URIs: http://example.com Suites: stable Sections: component1 component2 Enabled: no |