bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: factor documentation problem


From: Jim Meyering
Subject: Re: factor documentation problem
Date: Sun, 14 Sep 2003 19:26:43 +0200

Varga Dániel <address@hidden> wrote:
> $ factor 3628746859628453216852492
> factor: `3628746859628453216852492' is not a valid positive integer
> Try `factor --help' for more information.
>
> ------------------
>
> I firmly believe that `3628746859628453216852492' is a valid positive
> integer. :)
>
> "factor --help" did not help at all.

Thanks for the report.
I've changed it like this:

        * src/factor.c (print_factors): Give a separate diagnostic
        for numbers that are too large, but otherwise valid.
        Reported by Varga Dániel.

E.g.,

  $ ./factor 3628746859628453216852492
  ./factor: `3628746859628453216852492' is too large
  Try `./factor --help' for more information.
  [Exit 1]




reply via email to

[Prev in Thread] Current Thread [Next in Thread]