В Tue, 10 Dec 2013 09:09:15 +0100
Vladimir 'φ-coder/phcoder' Serbinenko пишет:
> On 10.12.2013 06:48, Andrey Borzenkov wrote:
> > В Tue, 10 Dec 2013 00:55:06 +0100
> > Vladimir 'φ-coder/phcoder' Serbinenko пишет:
> >
> >> On 07.12.2013 14:27, Andrey Borzenkov wrote:
> >>> + ret = xasprintf ("
On 10.12.2013 06:48, Andrey Borzenkov wrote:
> В Tue, 10 Dec 2013 00:55:06 +0100
> Vladimir 'φ-coder/phcoder' Serbinenko пишет:
>
>> On 07.12.2013 14:27, Andrey Borzenkov wrote:
>>> + ret = xasprintf ("%s\n%s %s [default=%s]", _("print TARGET"),
>> where does "print" come from?h
>>
>
> You m
В Tue, 10 Dec 2013 00:55:06 +0100
Vladimir 'φ-coder/phcoder' Serbinenko пишет:
> On 07.12.2013 14:27, Andrey Borzenkov wrote:
> > + ret = xasprintf ("%s\n%s %s [default=%s]", _("print TARGET"),
> where does "print" come from?h
>
You mean "print" as in "print TARGET" or as in `targets[print]
On 07.12.2013 14:27, Andrey Borzenkov wrote:
> + ret = xasprintf ("%s\n%s %s [default=%s]", _("print TARGET"),
where does "print" come from?h
signature.asc
Description: OpenPGP digital signature
___
Grub-devel mailing list
Grub-devel@gnu.org
http
The number of targets in grub-probe became too large to fit in one line.
Change display to match this of grub-mkimage. Additionally sort the target
list to make it easier to read.
Table driven target list also makes sure new targets are always included in
help output automatically.
---
util/grub