summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2000-11-18Update to use the Free Documentation Licence.Jim Meyering
2000-11-18Change GNU to @sc{gnu} in many places.Jim Meyering
2000-11-14reword a paragraph in the ptx sectionJim Meyering
2000-11-12Update from master repository.Jim Meyering
2000-11-11More minor rewording and grammar correction.Jim Meyering
From Brian Youmans.
2000-11-06add Paul here, too.Jim Meyering
2000-11-06Update from master repository.Jim Meyering
2000-10-31Clean up indentation and punctuation.Jim Meyering
Fix a couple typos. From Brian Youmans.
2000-10-31Use @sc where appropriate. Document theJim Meyering
ranges of supported times more precisely. Correct menu spacing. Document old Latin 12m/12pm tradition. Remove list of alphabetic time zone names, as it wasn't correct and people shouldn't be relying on it anyway. Relative items also account for non-DST adjustments. Fix some misspellings.
2000-10-30.Jim Meyering
2000-10-26(Authors of getdate): Add Paul Eggert.Jim Meyering
2000-10-26typoJim Meyering
2000-10-19Update from master repository.Jim Meyering
2000-10-18* src/date.c (universal_time): Remove; it's just a temptation toJim Meyering
do the wrong thing. (main): The -u option now just sets TZ; it doesn't do anything else. (show_date): Do not do anything special if -u is set. This affects the behavior of the -I and -R options. * doc/sh-utils.texi: Document the above.
2000-10-18(Examples of date): Fix a typo.Jim Meyering
2000-10-12(Time directives) [%S]: Range is 0..60, not 0..61.Jim Meyering
2000-09-16(Changing Special Permissions): Remove this statement:Jim Meyering
`a' in the USERS part of a symbolic mode does not cause the special permissions to be affected... It doesn't reflect what the code does and isn't required by POSIX. Reported by aldomel@ix.netcom.com via Mike Stone.
2000-09-09(Setting the time): Correct the capitalization ofJim Meyering
`HHMM' in the info-rendering of the texinfo documentation.
2000-09-07Update from master repository.Jim Meyering
2000-09-07(cut invocation): Note that when using -f, lines with no delimiters areJim Meyering
also printed.
2000-08-11Portable shell scripts should specify global options before key fields.Jim Meyering
Move global LC_CTYPE remark to each sort option that depends on LC_CTYPE. sort -g depends on LC_NUMERIC. Add @vindex where it's missing. "radix character" -> "decimal-point character", to match Standard C terminology, which is easier for most people to follow. "comm" does not consider trailing newlines to be significant.
2000-08-11Recommend against the System V syntaxJim Meyering
for tr ranges, and don't use it in examples. Use POSIX classes rather than ranges, for portability.
2000-08-11(wc invocation): Update accordingly.Jim Meyering
2000-08-05.Jim Meyering
2000-08-01*** empty log message ***Jim Meyering
2000-08-01ranges vs ebcdicJim Meyering
2000-07-29sort's -T option can now appear multiple times.Jim Meyering
2000-07-10from FSFJim Meyering
2000-07-09.Jim Meyering
2000-06-24Lots of minor rewording and grammar correction.Jim Meyering
From Brian Youmans.
2000-06-18.Jim Meyering
2000-06-09Typo-fixes and some clean-up from Brian Youmans.Jim Meyering
2000-06-08tweak references after Brian's changesJim Meyering
2000-06-08A few typos and minor formatting fixes.Jim Meyering
2000-06-08(Multiple Changes): Fix typo.Jim Meyering
2000-06-06.Jim Meyering
2000-05-20.Jim Meyering
2000-05-06.Jim Meyering
2000-04-16(tail invocation): Remove description.Jim Meyering
2000-04-10use bc in example, not dcJim Meyering
2000-04-09Include constants.texi.Jim Meyering
(tail invocation): Use `@value's instead of referring to the output of `tail --help'.
2000-04-08(factor): Use a better exampleJim Meyering
2000-04-08.Jim Meyering
2000-04-06add a node for hostidJim Meyering
2000-04-06.Jim Meyering
2000-03-19tiny tweakJim Meyering
2000-03-19a little more chroot helpJim Meyering
2000-03-19add simple chroot exampleJim Meyering
2000-03-19fix typos (dates not the same)Jim Meyering
2000-03-12describe seq gotcha re FP arithJim Meyering