This is the mail archive of the gdb-patches@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]

Re: [PATCH] cd command defaults to ~


> Date: Fri, 3 Aug 2012 22:55:10 -0700
> From: Nathaniel Flath <flat0103@gmail.com>
> Cc: Jan Kratochvil <jan.kratochvil@redhat.com>, gdb-patches@sourceware.org
> 
> --- NEWS        4 Jul 2012 20:49:56 -0000       1.533
> +++ NEWS        7 Jul 2012 04:28:05 -0000
> @@ -3,6 +3,8 @@
> 
>  *** Changes since GDB 7.4
> 
> +* The 'cd' command now defaults to using '~'(the home directory) if
> not given an argument.                      ^^

A blank is missing.

> +Set the @value{GDBN} working directory to @var{directory}.  If not
> +given, +@var{directory} uses @file'~'.
          ^                     ^^^^^^^^
Please delete the extra '+', and please use "@file{~}".

The documentation part is OK with these changes.

Thanks.


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