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 2/3] Use GNU style for metasyntactic variables in gdb


On 2018-09-14 10:55 p.m., Tom Tromey wrote:
> I searched for other spots that did not use the GNU style for
> metasyntactic syntactic variables.  This patch fixes most of the ones
> I found in gdb proper.  There are a few remaining in MI, but I was
> unsure whether those should be touched.

About MI, I don't see why it should be different.  Do you have specific
examples?

I stumbled on some messages like this:

  error (_("-environment-cd: Usage DIRECTORY"));

That looks confusing to me, I would much prefer

  error (_("Usage: -environment-cd DIRECTORY"));

Simon


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