James Youngman <[EMAIL PROTECTED]> wrote: > * doc/coreutils.texi (uptime invocation): document uptime. > * TODO: uptime is documented now. > * src/uptime.c (print_uptime): Use fprintftime to print the time, rather > than printf. This should make the situation better for translations. > --- > TODO | 1 - > doc/coreutils.texi | 38 +++++++++++++++++++++++++++++++++++--- > src/uptime.c | 26 ++++++++++++++++++-------- > 3 files changed, 53 insertions(+), 12 deletions(-) > > diff --git a/TODO b/TODO > index c7bb820..18371b3 100644 > --- a/TODO > +++ b/TODO > @@ -11,7 +11,6 @@ document the following in coreutils.texi: > mktemp > [ > pinky > - uptime
Oooh! Very nice. Thanks a lot for doing that. Applied and pushed. _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
