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] gdb: gdb.1 - order options alphabetically in manual page


> 2009-09-09  Jari Aalto  <jari.aalto@cante.net>
> 
> 	* gdb.1: Order options alphabetically.

One of the assignment officers at the FSF got back to me and said
that reordering was OK without a copyright assignement, but you also
seem to have made some changes on your own. For instance, you turned:

    -.TP
    -.BI "\-symbols=" "file"\c
    -.TP
    -.BI "\-s " "file"\c

Into:

    +.TP
    +.B -s FILE, \-symbols=FILE

As it turns out, I'm really wondering whether this is a correct change,
since the switch argument is no longer in italics. It seems to be the
convention that such arguments be in italics. Eli, what do you think?
What do others think?

In any case, I think that it's better to wait for the paperwork
to come through to accept your contribution (but please be ready
to restore the use of .BI instead of .B as explained above).

-- 
Joel


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