summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2004-06-02*** empty log message ***Jim Meyering
2004-06-02(tr invocation): Mention -C.Jim Meyering
2004-06-01*** empty log message ***Jim Meyering
2004-06-01Add some index references for POSIXLY_CORRECT.Jim Meyering
(echo invocation): Document today's changes.
2004-06-01.Jim Meyering
2004-05-29.Jim Meyering
2004-05-17*** empty log message ***Jim Meyering
2004-05-17chgrp and chown now dereference symlinks by default, per POSIX.Jim Meyering
(chgrp invocation, chown invocation): Document it.
2004-05-14*** empty log message ***Jim Meyering
2004-05-14(sort invocation): Document that "sort -m -o F"Jim Meyering
might write F before reading all the input.
2004-05-09.Jim Meyering
2004-05-09*** empty log message ***Jim Meyering
2004-05-09(check-texinfo): grep -w IOJim Meyering
2004-05-09*** empty log message ***Jim Meyering
2004-05-09(stat invocation): Change IO to I/O.Jim Meyering
2004-04-26.Jim Meyering
2004-04-26*** empty log message ***Jim Meyering
2004-04-26(sort invocation): Mention -k earlier, soJim Meyering
that the options are in alphabetical order. Describe how -b works more-accurately; this involves fixing some examples, too. Mention what happens if the start field falls after an end field or after a line end. Warn about using -k without -b, -g, -M, -n, or -t. Add an example of how to sort IPv4 addresses and Apache Common Log Format dates. Remove a duplicate example. (Putting the tools together): Use separate options rather than agglomerating them.
2004-04-19.Jim Meyering
2004-04-14.Jim Meyering
2004-04-12.Jim Meyering
2004-04-12*** empty log message ***Jim Meyering
2004-04-12*** empty log message ***Jim Meyering
2004-04-12(mv invocation): Document this.Jim Meyering
(cp invocation): Document -u (it was missing!) with new behavior.
2004-04-08*** empty log message ***Jim Meyering
2004-04-08Remove noctty flag from dd.Jim Meyering
2004-04-08.Jim Meyering
2004-04-08*** empty log message ***Jim Meyering
2004-04-08New dd conv= symbols nocreat, excl, fdatasync, fsync,Jim Meyering
and new dd options iflag= and oflag=. (dd invocation): Document them.
2004-04-07*** empty log message ***Jim Meyering
2004-04-07(stty invocation - Input): Document new iutf8 option.Jim Meyering
2004-04-04*** empty log message ***Jim Meyering
2004-04-04(stat invocation): Correct --format description.Jim Meyering
2004-04-04.Jim Meyering
2004-03-31.Jim Meyering
2004-03-24*** empty log message ***Jim Meyering
2004-03-24(Block size): Document new envvar BLOCKSIZE.Jim Meyering
2004-03-24.Jim Meyering
2004-03-24Use @sc{nul} consistently for NUL.Jim Meyering
(du invocation): FILE0 -> FILE.
2004-03-24*** empty log message ***Jim Meyering
2004-03-24(check-texinfo): Add a check to ensure futureJim Meyering
consistency in using @sc{nul}, not `NUL'.
2004-03-23*** empty log message ***Jim Meyering
2004-03-23(du invocation): --files0-from is useful withJim Meyering
--total (-c), not with --summarize.
2004-03-22*** empty log message ***Jim Meyering
2004-03-22Tweak a few lines that resulted in `overfull hbox' warnings.Jim Meyering
2004-03-21*** empty log message ***Jim Meyering
2004-03-21(du invocation): Document new option: --file0-from=F.Jim Meyering
2004-03-17*** empty log message ***Jim Meyering
2004-03-17(General date syntax, Time of day items): Likewise.Jim Meyering
Add copyright notice. Change getdate to get_date when talking about the function name. (Seconds since the Epoch): New section, containing the time_t info moved from Date input formats section, along with new info about the @ syntax. Mention negative time stamps, fractional time stamps, and leap seconds. (General date syntax): Modernize examples a bit to reflect new features. (General date syntax, Relative items in date strings): Use ' rather than " to quote formats. (Time of day items): Add an example with fractional seconds. Describe fractional-second syntax.
2004-03-17(touch invocation):Jim Meyering
Describe use of fractional seconds. (date invocation, Options for date): Likewise. (date invocation): Mention effect of LC_TIME. (Options for date): Describe new --iso-8601=ns option.