diff options
author | Eugene V. Lyubimkin <jackyf@1501-debian> | 2008-11-02 13:25:19 +0200 |
---|---|---|
committer | Eugene V. Lyubimkin <jackyf@1501-debian> | 2008-11-02 13:25:19 +0200 |
commit | c06b16a905570845c372f10bb0b310bd7a667945 (patch) | |
tree | 6b30b8a4c0628f79cc0d1d395229f7a9e9b1016a | |
parent | 2dfa29500a30539cd0f2b3932f8a4221290968ea (diff) |
Added 'rsh', 'ssh' and 'copy' to the list of URI schemes in sources.list manpage.
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | doc/sources.list.5.xml | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index e622501ac..9d50b380e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -59,6 +59,8 @@ apt (0.7.17) unstable; urgency=low - Documented '--no-install-recommends' option in apt-get manpage. (Closes: #462962) - Documented 'Acquire::PDiffs' in apt.conf manpage. (Closes: #376029) + - Added 'copy', 'rsh', 'ssh' to the list of recognized URI schemes in + sources.list manpage, as they are already described under in the manpage. -- Eugene V. Lyubimkin <jackyf.devel@gmail.com> Fri, 24 Oct 2008 23:45:17 +0300 diff --git a/doc/sources.list.5.xml b/doc/sources.list.5.xml index e47418b27..bb154b3b0 100644 --- a/doc/sources.list.5.xml +++ b/doc/sources.list.5.xml @@ -115,7 +115,8 @@ deb http://http.us.debian.org/debian dists/stable-updates/ <refsect1><title>URI specification</title> - <para>The currently recognized URI types are cdrom, file, http, and ftp. + <para>The currently recognized URI types are cdrom, file, http, ftp, copy, + ssh, rsh. <variablelist> <varlistentry><term>file</term> <listitem><para> |