Fix hyphenation build-time path and install-time path.
authorJim Wilson <wilson@gcc.gnu.org>
Thu, 26 Oct 2017 20:44:58 +0000 (13:44 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Thu, 26 Oct 2017 20:44:58 +0000 (13:44 -0700)
gcc/
* doc/invoke.texi (-fdebug-prefix-map): Expand documentation.

From-SVN: r254122

gcc/doc/invoke.texi

index 0d2121b08675182f97143e260eab86b1c1ea3f42..efe8f8688fddc32c8a54f9b44965d95f45bb41f1 100644 (file)
@@ -6983,7 +6983,7 @@ link processing time.  Merging is enabled by default.
 @opindex fdebug-prefix-map
 When compiling files in directory @file{@var{old}}, record debugging
 information describing them as in @file{@var{new}} instead.  This can be
-used to replace a build time path with an install time path in the debug info.
+used to replace a build-time path with an install-time path in the debug info.
 It can also be used to change an absolute path to a relative path by using
 @file{.} for @var{new}.  This can give more reproducible builds, which are
 location independent, but may require an extra command to tell GDB where to