This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Fix gdb.texinfo for old makeinfo


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=754452f07e701448e5d9bd004cb108ddc48a8d67

commit 754452f07e701448e5d9bd004cb108ddc48a8d67
Author: Szabolcs Nagy <szabolcs.nagy@arm.com>
Date:   Thu Jan 11 12:13:39 2018 +0000

    Fix gdb.texinfo for old makeinfo
    
    With old makeinfo (version 4.13) the changes introduced in
    
    commit 2d97a5d9d33aea87c3bd02fd1fa417f5d4e1fa05
    Author:     John Baldwin <jhb@FreeBSD.org>
    
        Document support for 'info proc' on FreeBSD.
    
    fail to build.
    
    gdb/doc/ChangeLog:
    
    	* gdb.texinfo (pwd): Fix whitespace.

Diff:
---
 gdb/doc/ChangeLog   | 4 ++++
 gdb/doc/gdb.texinfo | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 940f1d4..76ce904 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,7 @@
+2018-01-11  Szabolcs Nagy  <szabolcs.nagy@arm.com>
+
+	* gdb.texinfo (pwd): Fix whitespace.
+
 2018-01-09  John Baldwin  <jhb@FreeBSD.org>
 
 	* gdb.texinfo (pwd): Update cross-reference for Process Information
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 096c82c..dba2fa7 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -2524,7 +2524,7 @@ Print the @value{GDBN} working directory.
 It is generally impossible to find the current working directory of
 the process being debugged (since a program can change its directory
 during its run).  If you work on a system where @value{GDBN} supports
-the @code {info proc} command (@pxref{Process Information}), you can
+the @code{info proc} command (@pxref{Process Information}), you can
 use the @code{info proc} command to find out the
 current working directory of the debuggee.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]