diff options
author | Michael Vogt <mvo@debian.org> | 2014-01-20 08:17:43 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-01-20 08:17:43 +0100 |
commit | 7f316a3feab95370f1dd28c08c58bc3c140bf0a0 (patch) | |
tree | fd92c6a796fe39622b2d8715c46d761dc293b5ed /doc | |
parent | 75c10df1533ede97e05fef3d1e2fc6a22fc4db00 (diff) |
add support for multipl types in one line
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sources.list.5.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/sources.list.5.xml b/doc/sources.list.5.xml index 5a421293e..4d0c4d502 100644 --- a/doc/sources.list.5.xml +++ b/doc/sources.list.5.xml @@ -83,7 +83,7 @@ <para>Alternatively a rfc822 style format is also supported: <literallayout> - Type: deb + Types: deb deb-src URIs: http://example.com Suites: stable testing Sections: component1 component2 @@ -91,9 +91,9 @@ long long long [option1]: [option1-value] - Type: deb-src - URIs: http://example.com - Suites: stable + Types: deb + URIs: http://another.example.com + Suites: experimental Sections: component1 component2 Enabled: no Description: short |