doc: Fix substitute-path example
authorSimon Marchi <simon.marchi@ericsson.com>
Tue, 22 Sep 2015 20:41:08 +0000 (16:41 -0400)
committerSimon Marchi <simon.marchi@ericsson.com>
Tue, 22 Sep 2015 20:53:07 +0000 (16:53 -0400)
Found by Marc Khouzam.

gdb/doc/ChangeLog:

* gdb.texinfo (Specifying Source Directories): Fix
substitute-path example.

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index 9164b89..dc9bc88 100644 (file)
@@ -1,3 +1,8 @@
+2015-09-22  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * gdb.texinfo (Specifying Source Directories): Fix
+       substitute-path example.
+
 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
 
        * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
index 0687039..57e47b8 100644 (file)
@@ -7983,11 +7983,11 @@ For example, if the file @file{/foo/bar/baz.c} was moved to
 @file{/mnt/cross/baz.c}, then the command
 
 @smallexample
-(@value{GDBP}) set substitute-path /usr/src /mnt/cross
+(@value{GDBP}) set substitute-path /foo/bar /mnt/cross
 @end smallexample
 
 @noindent
-will tell @value{GDBN} to replace @samp{/usr/src} with
+will tell @value{GDBN} to replace @samp{/foo/bar} with
 @samp{/mnt/cross}, which will allow @value{GDBN} to find the file
 @file{baz.c} even though it was moved.