summaryrefslogtreecommitdiffstats
path: root/doc/started/gdb.t
diff options
context:
space:
mode:
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