bug#6442: About the modifier of -k option in sort

2010-06-17 Thread Pádraig Brady
On 17/06/10 03:07, Peng Yu wrote: Hello, The modifiers of -k are discussed in the examples in 'info sort' rather than in the main entry of -k. I feel that this be improved by clearly describe each modifier under the main entry of -k. It is not very clear to how many modifiers there are.

bug#6427: Autotest: enable colored test results.

2010-06-17 Thread Eric Blake
On 06/17/2010 01:06 PM, Ralf Wildenhues wrote: * Pádraig Brady wrote on Tue, Jun 15, 2010 at 11:50:01AM CEST: On 14/06/10 21:23, Eric Blake wrote: ls --color = color ls --color=yes = color ls --color=auto = plain ls --color=always = color grep --color = plain grep --color=yes = color grep

bug#6442: About the modifier of -k option in sort

2010-06-17 Thread Peng Yu
2010/6/17 Pádraig Brady p...@draigbrady.com: On 17/06/10 03:07, Peng Yu wrote: Hello, The modifiers of -k are discussed in the examples in 'info sort' rather than in the main entry of -k. I feel that this be improved by clearly describe each modifier under the main entry of -k. It is not

bug#6442: About the modifier of -k option in sort

2010-06-17 Thread Eric Blake
On 06/17/2010 03:11 PM, Peng Yu wrote: You are looking at the latest version right? Would the following be enough to highlight the info you might have missed? --- a/src/sort.c +++ b/src/sort.c @@ -386,7 +386,7 @@ Other options:\n\ ), stdout); fputs (_(\ -k, --key=POS1[,POS2]

bug#6427: Autotest: enable colored test results.

2010-06-17 Thread Ralf Wildenhues
* Pádraig Brady wrote on Tue, Jun 15, 2010 at 11:50:01AM CEST: On 14/06/10 21:23, Eric Blake wrote: ls --color = color ls --color=yes = color ls --color=auto = plain ls --color=always = color grep --color = plain grep --color=yes = color grep --color=auto = plain grep