[committed] Fix gdb.texinfo for old makeinfo

Message ID 5A575A15.10404@arm.com
State New, archived
Headers

Commit Message

Szabolcs Nagy Jan. 11, 2018, 12:35 p.m. UTC
  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.

(committed as obvious)

gdb/doc/ChangeLog:

2018-01-11  Szabolcs Nagy  <szabolcs.nagy@arm.com>

	* gdb.texinfo (pwd): Fix whitespace.
  

Comments

Eli Zaretskii Jan. 11, 2018, 4:08 p.m. UTC | #1
> Date: Thu, 11 Jan 2018 12:35:33 +0000
> From: Szabolcs Nagy <szabolcs.nagy@arm.com>
> CC: nd@arm.com, John Baldwin <jhb@freebsd.org>, 
>  Eli Zaretskii <eliz@gnu.org>
> 
> 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.
> 
> (committed as obvious)

Thanks for catching this.
  
John Baldwin Jan. 11, 2018, 6:14 p.m. UTC | #2
On Thursday, January 11, 2018 12:35:33 PM Szabolcs Nagy wrote:
> 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.
> 
> (committed as obvious)
> 
> gdb/doc/ChangeLog:
> 
> 2018-01-11  Szabolcs Nagy  <szabolcs.nagy@arm.com>
> 
> 	* gdb.texinfo (pwd): Fix whitespace.

Thanks for fixing this!
  

Patch

diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 096c82cc82..dba2fa766a 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.