From 75dfc7f7acb78657e47d714ba6c462b7e987016e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 14 Apr 1998 19:22:35 +0000 Subject: Changed arc to archive. Switched self-maintaining ASCII tree picture. --- doc/started_ada/gdb.t | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/started_ada/gdb.t') diff --git a/doc/started_ada/gdb.t b/doc/started_ada/gdb.t index d8820906ac..6d760ddfc2 100644 --- a/doc/started_ada/gdb.t +++ b/doc/started_ada/gdb.t @@ -26,7 +26,7 @@ Use the following commands to unarchive the gdb distribution: @example cd tools -tar xzf ../arc/@value{GDB-TAR} +tar xzf ../archive/@value{GDB-TAR} @end example The directory @value{GDB-UNTAR} is created under the tools directory. @@ -48,7 +48,7 @@ Apply the patch using the following command sequence: @example cd tools/@value{GDB-UNTAR} -zcat arc/@value{GDB-GNATPATCH} | patch -p1 +zcat archive/@value{GDB-GNATPATCH} | patch -p1 @end example Check to see if any of these patches have been rejected using the following @@ -90,7 +90,7 @@ Apply the patch using the following command sequence: @example cd tools/@value{GDB-UNTAR} -zcat arc/@value{GDB-RTEMSPATCH} | patch -p1 +zcat archive/@value{GDB-RTEMSPATCH} | patch -p1 @end example Check to see if any of these patches have been rejected using the following -- cgit v1.2.3