summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2005-12-07* coreutils.texi (dd invocation): New noatime flag.Paul Eggert
2005-12-07(dd invocation): New noatime flag.Paul Eggert
2005-12-03.Jim Meyering
2005-11-26Log today's changes.Paul Eggert
2005-11-26(df invocation): Document treatment of dummy filePaul Eggert
systems better.
2005-11-22.Jim Meyering
2005-11-16(tail invocation): Say that the obsolete form uses exactly onePaul Eggert
option and at most one file.
2005-11-16Improve quality of ln's diagnostics.Paul Eggert
2005-11-16(ln invocation): ln -v now outputs lines only for successful links.Paul Eggert
2005-11-13(Mode Structure): Capitalize two sentences in anJim Meyering
enumerated list and fix a typo. From Aaron Hawley.
2005-11-13*** empty log message ***Jim Meyering
2005-11-08ls now defaults to --time-style='locale', which in turn actsPaul Eggert
like --time-style='posix-long-iso' if the locale settings are messed up.
2005-11-08(Formatting file timestamps): ls now defaults toPaul Eggert
--time-style='locale', which in turn acts like --time-style='posix-long-iso' if the locale settings are messed up.
2005-11-02rm -d no longer has any effect, and we plan to remove it (and maybe ln -d).Paul Eggert
2005-11-02(rm invocation): Don't mention --directory (-d).Paul Eggert
2005-11-01"touch 0101000000" now operates as POSIX 1002.1-2001 requires.Paul Eggert
2005-11-01(touch invocation): The old usage works only for 1969-1999 now.Paul Eggert
2005-11-01"tail -c 2 FILE" now operates as POSIX 1003.1-2001 requires.Paul Eggert
2005-11-01(tail invocation): Describe obsolete usagesPaul Eggert
like "tail -2" more precisely.
2005-10-23*** empty log message ***Jim Meyering
2005-10-23Document SHA-1 and SHA-2 utlities.Jim Meyering
2005-10-23.Jim Meyering
2005-10-16(Top, General output formatting, dir invocation):Jim Meyering
(vdir invocation): Don't document the old v and d commands.
2005-10-16*** empty log message ***Jim Meyering
2005-10-15*** empty log message ***Jim Meyering
2005-10-15(who invocation): Remove documentation for deprecated --idle (-i).Jim Meyering
2005-10-15*** empty log message ***Jim Meyering
2005-10-15(du invocation): Document du's -m option, now that we've decided to keep it.Jim Meyering
2005-10-13*** empty log message ***Jim Meyering
2005-10-13Avoid a few overfull/underfull hboxes.Jim Meyering
2005-09-25"touch -" now touches standard output.Paul Eggert
2005-09-25(touch invocation): "touch -" now touches standard output.Paul Eggert
2005-09-23.Jim Meyering
2005-09-22.Jim Meyering
2005-09-22Regenerate.Paul Eggert
2005-09-21.Jim Meyering
2005-09-17coreutils.texi (who invocation): Remove a stray '+'.Paul Eggert
2005-09-17(who invocation): Remove a stray '+'.Paul Eggert
2005-09-16Regenerate.Paul Eggert
2005-09-15uname -a no longer generates the -p and -i outputs if they are unknown.Paul Eggert
2005-09-13Fix wording in previous patch.Paul Eggert
2005-09-13(uname invocation): Mention that Linux outputs "unknown" for -i and -p.Paul Eggert
2005-09-13Add date --rfc-3339.Paul Eggert
2005-09-13(Time conversion specifiers, Options for date):Paul Eggert
Document date --rfc-3339 and new specifiers %:z, %::z, %:::z. Use "date and time" consistently; the old version sometimes said "time and date". Fix a minor bug in the documentation for --rfc-2822: it claimed day-of-month < 10 had leading space, not leading zero. Use a consistent format for terms like "RFC".
2005-09-10.Jim Meyering
2005-09-09Regenerate.Paul Eggert
2005-09-09Fix typo in previous patch: @command{POSIX} -> @acronym{POSIX}.Paul Eggert
2005-09-09More nice fixes.Paul Eggert
2005-09-09(nice invocation): Document "niceness" versusPaul Eggert
"nice value" versus "scheduling priority".
2005-09-08Use the phrase "niceness" instead of "nice value" to describePaul Eggert
the biased nice value that can go negative. This corrects a discrepancy with POSIX, which states that nice values are nonnegative.