summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2005-07-11(cat invocation): Remove -B or --binary optionPaul Eggert
(available on MS-DOS-like platforms only). Explain when text and binary mode are used now. (md5sum invocation): -b actually does have an effect on Unix: it causes "*" to be output. Explain when text and binary mode are used now.
2005-07-08Regenerate.Paul Eggert
2005-07-07.Jim Meyering
2005-07-03*** empty log message ***Jim Meyering
2005-07-03(cp invocation): Mark --reply as deprecated.Jim Meyering
(mv invocation): Likewise.
2005-07-03.Jim Meyering
2005-07-03Regenerate.Paul Eggert
2005-07-02.Jim Meyering
2005-06-30.Jim Meyering
2005-06-27.Jim Meyering
2005-06-24*** empty log message ***Jim Meyering
2005-06-24(cp invocation): Clarify how --reply=no works.Jim Meyering
2005-06-23(ls invocation): Fix typo: --time=use isPaul Eggert
equivalent to --time=atime, not --time=ctime. (ls invocation, du invocation): Fix typo: --time-style=long-iso is equivalent to a time style with a leading "+". (du invocation): --last-time is now --time. --time-style no longer implies --time. The locale and posix- stuff now works only for TIME_STYLE, not for --time-style. Give equivalent format for --time-style=iso.
2005-06-23*** empty log message ***Jim Meyering
2005-06-23(du invocation): New options --last-time and --time-style.Jim Meyering
2005-06-20.Jim Meyering
2005-06-19Allow the two existing types of uses of PATH:Jim Meyering
@vindex PATH @env{PATH}
2005-06-19*** empty log message ***Jim Meyering
2005-06-19(ln invocation): Change a few `paths' to `file names'.Jim Meyering
2005-06-19*** empty log message ***Jim Meyering
2005-06-19Also catch uses of path, pathname.Jim Meyering
2005-06-19use `file system', not `filesystem'Jim Meyering
2005-06-17*** empty log message ***Jim Meyering
2005-06-17(shred invocation): Clarify that shredJim Meyering
works on ext3 as long as it's not in data=journal mode. Patch from Mark Melahn.
2005-06-16*** empty log message ***Jim Meyering
2005-06-16(Backup options): Undocument --version-control=S (-V).Jim Meyering
2005-06-10Remove the extra spaces in "ls -l" output.Paul Eggert
2005-06-09Change filesystems to `file systems'.Jim Meyering
2005-06-07*** empty log message ***Jim Meyering
2005-06-07(ln invocation): Examples, from Bob Proulx.Jim Meyering
2005-06-02Regenerate.Paul Eggert
2005-06-02Use "file name" when talking about file names, instead of "filename"Paul Eggert
or "path", as per the GNU coding standards.
2005-06-02(readlink invocation): "path component" ->Paul Eggert
"component", since we don't use the POSIX "path" nomenclature.
2005-05-30Regenerate.Paul Eggert
2005-05-26nohup now redirects a tty stdin to an unreadable fd instead of closing it.Paul Eggert
2005-05-18Regenerate.Paul Eggert
2005-05-14Regenerate.Paul Eggert
2005-05-14Update FSF postal mail address.Jim Meyering
2005-05-14.Jim Meyering
2005-05-14.Jim Meyering
2005-05-13.Jim Meyering
2005-05-12(nohup invocation): nohup now closes stdin if it is a terminal, unlessPaul Eggert
POSIXLY_CORRECT is set.
2005-05-11Update copyright date.Paul Eggert
2005-05-11* getdate.texi (General date syntax): Don't say that datePaul Eggert
date --iso-8601=ns generates acceptable dates.
2005-05-11(General date syntax): Don't say that datePaul Eggert
date --iso-8601=ns generates acceptable dates; it doesn't yet.
2005-05-06* coreutils.texi (dd invocation): New flags "binary" and "text".Paul Eggert
2005-05-06(dd invocation): New flags "binary" and "text".Paul Eggert
2005-05-04(chmod invocation): chmod -w complains if itsPaul Eggert
behavior differs from what chmod a-w would do.
2005-05-04chmod -w now complains if it differs from chmod a-w.Paul Eggert
2005-05-02ls --indicator-style=directory renamed to ls --indicator-style=slash.Paul Eggert