summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
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
2005-05-02(ls invocation): ls --indicator-style=directoryPaul Eggert
renamed to ls --indicator-style=slash, to avoid confusion with ls --directory.
2005-04-30Regenerate.Paul Eggert
2005-04-30Log yesterday's changes.Paul Eggert
2005-04-29(ls invocation): ls -p now marks only directories. New optionPaul Eggert
--indicator-style=directory equivalent to -p.
2005-04-28(Mode Structure, Changing Special Permissions):Paul Eggert
(Conditional Executability, Numeric Modes): These days the sticky bit is more often uses as the restricted deletion flag, so modernize the discussion about this. (Mode Structure): Linux/GNU -> GNU/Linux. (Symbolic Modes): Don't imply that "+ur" or "u" is valid. (Setting Permissions): Don't imply that "+t" is invalid. Use "rwx" rather than the less-common "rxw" in an example. (Copying Permissions): Say that ugo is a replacement for a string of the other letters. Add spaces around examples. Use "set-user-ID" rather than "set user ID" to avoid ambiguity. Use "+t" rather than "o+t", since POSIX doesn't specify the latter. Mention which combinations are portable and which are GNU. (Numeric Modes): Don't imply they aren't portable; they are nowadays.
2005-04-26* coreutils.texi: Don't complain about head -10, etc.Paul Eggert
2005-04-26(Standards conformance): Do not mention head -10,Paul Eggert
since it now works the same regardless of POSIX version. (od invocation): -w N -> -w[N]. (pr invocation): -S STRING -> -SSTRING. (fold invocation): -WIDTH works even when conforming to POSIX 1003.1-2001. (head invocation, tail invocation): Likewise for -NUM. (split invocation): Likewise for -LINES. (uniq invocation): Likewise for -N. (expand invocation, unexpand invocation): Likewise for -TAB. (nice invocation): Likewise for -ADJUSTMENT. (sort invocation): Clarify explanation of +N option. (uniq invocation): Likewise. (join invocation): Remove special case for --help, --version. (touch invocation): Clarify explanation of date options. (Options for date): -I timespec -> -I[timespec].
2005-04-24* coreutils.texi (install invocation): Use a= instead of 0 forPaul Eggert
the point of departure for -m, and explain what it meeams. (mkdir invocation, mkfifo invocation, mknod invocation): The umask does not affect the point of departure.
2005-04-12For consistency, standardize on "user ID" rather than "uid".Paul Eggert
2005-04-12For consistency, standardize on "user ID" ratherPaul Eggert
than "uid" or "UID" or "user id". Similarly for "group ID".