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 04/18] add new "unload" command (symetry of existing "load" command)


> From: Joel Brobecker <brobecker@adacore.com>
> Cc: Joel Brobecker <brobecker@adacore.com>
> Date: Thu, 24 Feb 2011 12:49:09 -0500
> 
> +If your @value{GDBN} does not have an @code{unload} command, attempting
> +to execute it triggers the error message ``@code{You can't do that when
> +your target is @dots{}}''


``@code{...}'' is wrong, because in Info output, @code adds yet
another quote, which is too much.  How about @emph{..} instead, like
so:

  @emph{"You can't do that when your target is @dots{}"}

The documentation part is okay with this change.


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