From b176de3af77f686a512dec04a98e8fa6ce6af908 Mon Sep 17 00:00:00 2001 From: Justin B Rye Date: Thu, 24 May 2012 15:09:49 +0200 Subject: * doc/*.xml: - remove 'GNU/Linux' from 'Debian systems' strings as Debian has more systems than just GNU/Linux nowadays --- doc/guide.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/guide.sgml') diff --git a/doc/guide.sgml b/doc/guide.sgml index ff727f6ca..8d762b6f3 100644 --- a/doc/guide.sgml +++ b/doc/guide.sgml @@ -19,7 +19,7 @@ by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

-For more details, on Debian GNU/Linux systems, see the file +For more details, on Debian systems, see the file /usr/share/common-licenses/GPL for the full license. -- cgit v1.2.3 From 25838be607c1a61783060c352d1842cd23b2677f Mon Sep 17 00:00:00 2001 From: Justin B Rye Date: Fri, 25 May 2012 09:45:59 +0200 Subject: * doc/apt-cdrom.8.xml: - replace CDROM with the proper CD-ROM in text --- doc/guide.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/guide.sgml') diff --git a/doc/guide.sgml b/doc/guide.sgml index 8d762b6f3..747c5718c 100644 --- a/doc/guide.sgml +++ b/doc/guide.sgml @@ -174,11 +174,11 @@ select the packages to be installed or removed and APT actually installs them. To enable the APT method you need to select [A]ccess in dselect and then choose the APT method. You will be prompted for a set of Sources which are places to fetch archives from. These can be remote -Internet sites, local Debian mirrors or CDROMs. Each source can provide +Internet sites, local Debian mirrors or CD-ROMs. Each source can provide a fragment of the total Debian archive, APT will automatically combine them -to form a complete set of packages. If you have a CDROM then it is a good idea +to form a complete set of packages. If you have a CD-ROM then it is a good idea to specify it first and then specify a mirror so that you have access to -the latest bug fixes. APT will automatically use packages on your CDROM before +the latest bug fixes. APT will automatically use packages on your CD-ROM before downloading from the Internet.

-- cgit v1.2.3