summaryrefslogtreecommitdiffstats
path: root/doc/started/gdb.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-14 21:17:53 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-14 21:17:53 +0000
commitae2e9f2935585164dfd1d9c6ef1ba8011d85478f (patch)
tree3d577ebf1f9ae1d30f428e318787fe44f6975541 /doc/started/gdb.t
parentNow accounts for region used by RTEMS malloc and extension used (diff)
downloadrtems-ae2e9f2935585164dfd1d9c6ef1ba8011d85478f.tar.bz2
"arc" changed to "archive"
Pictures now in ASCII.
Diffstat (limited to 'doc/started/gdb.t')
-rw-r--r--doc/started/gdb.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/started/gdb.t b/doc/started/gdb.t
index 753be10c87..d54fca9d42 100644
--- a/doc/started/gdb.t
+++ b/doc/started/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-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