summaryrefslogtreecommitdiffstats
path: root/doc/started_ada/gdb.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-14 19:22:35 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-14 19:22:35 +0000
commit75dfc7f7acb78657e47d714ba6c462b7e987016e (patch)
tree9a25d1a4410a61d2d11652565f31e60f1f6e698e /doc/started_ada/gdb.t
parentfirst cut at src2html and RTEMS (diff)
downloadrtems-75dfc7f7acb78657e47d714ba6c462b7e987016e.tar.bz2
Changed arc to archive.
Switched self-maintaining ASCII tree picture.
Diffstat (limited to 'doc/started_ada/gdb.t')
-rw-r--r--doc/started_ada/gdb.t6
1 files changed, 3 insertions, 3 deletions
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