aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2007-05-17 04:41:02 +0000
committerBen Elliston <bje@gnu.org>2007-05-17 04:41:02 +0000
commit711cfd6af52de1b17b4954194622edab34b70364 (patch)
treeb0da12a8d9a2680a73de7aa1a7783920f345e240
parentf38488cf84af5e45aa517358671ef5072ba8470e (diff)
downloaddejagnu-711cfd6af52de1b17b4954194622edab34b70364.zip
dejagnu-711cfd6af52de1b17b4954194622edab34b70364.tar.gz
dejagnu-711cfd6af52de1b17b4954194622edab34b70364.tar.bz2
* doc/user.xml: Correct the syntax for running apt-get on a Debian
GNU/Linux system. From Peter Welte <weltepe@gmail.com>.
-rw-r--r--ChangeLog5
-rw-r--r--doc/user.xml2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c608adb..60da7d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-05-17 Ben Elliston <bje@gnu.org>
+
+ * doc/user.xml: Correct the syntax for running apt-get on a Debian
+ GNU/Linux system. From Peter Welte <weltepe@gmail.com>.
+
2007-04-30 Bob Wilson <bob.wilson@acm.org>
* baseboards/xtensa-sim.exp: Set target_install. Stop using
diff --git a/doc/user.xml b/doc/user.xml
index d0f0838..fd3f85d 100644
--- a/doc/user.xml
+++ b/doc/user.xml
@@ -13,7 +13,7 @@ subtle problems. You have been warned.</para>
<para>It should be no big problems installing &dj; using your
package manager or from the source code. Under a Debian/GNU/Linux
-systems just type (as root) <programlisting>apt-get
+systems just type (as root) <programlisting>apt-get install
dejagnu</programlisting>. These examples were run on a primary machine
with a AMD K6 and a Mac Powerbook G3 serving as a remote
target.</para>