Commit Graph

770 Commits

Author SHA1 Message Date
Jim Meyering 7d3d2fb075 *** empty log message *** 2003-10-15 07:43:07 +00:00
Jim Meyering 0d3c3801d6 (ln invocation): Note that --directory, -d, -F
probably won't work even for superuser.
2003-10-15 07:43:04 +00:00
Jim Meyering 1fa0bdedfa *** empty log message *** 2003-10-08 17:53:28 +00:00
Jim Meyering 49e0862ebb (csplit invocation):
The regexp offset need not have a sign; POSIX requires support
for signless offets.
2003-10-08 17:53:18 +00:00
Jim Meyering 65cf146ccb . 2003-10-07 07:21:37 +00:00
Jim Meyering 4bb11ad5bf *** empty log message *** 2003-10-03 20:15:40 +00:00
Jim Meyering b1c0650ca5 (du invocation): Describe -P, --no-dereference. 2003-10-03 20:15:36 +00:00
Jim Meyering 870b12372e . 2003-10-02 20:30:47 +00:00
Jim Meyering 5fba963d34 (Translating): Correct typo in menu description. 2003-09-28 08:00:50 +00:00
Jim Meyering adc224e5b1 . 2003-09-10 09:35:07 +00:00
Jim Meyering 00b25daa96 . 2003-09-05 20:55:28 +00:00
Jim Meyering c39acefee8 (sort invocation): -d now overrides -i.
"whitespace" -> "blanks"; "whitespace" isn't correct.
-t '\0' now specifies a NUL tab.
2003-09-04 22:25:34 +00:00
Jim Meyering d702490003 *** empty log message *** 2003-09-04 22:24:21 +00:00
Jim Meyering 941b28ec5b . 2003-08-19 21:05:04 +00:00
Jim Meyering 48e6983c88 . 2003-08-18 09:46:12 +00:00
Jim Meyering afb16a5a4a . 2003-08-18 09:45:27 +00:00
Jim Meyering 2a1a23828c (who invocation): Begin adding missing option documentation. 2003-08-17 17:10:25 +00:00
Jim Meyering 485e87fc26 (who invocation): Add an entry for -l, --login.
Remove `-l' from the entry for --lookup.
2003-08-17 16:13:30 +00:00
Jim Meyering e1bb200a92 . 2003-08-09 10:57:04 +00:00
Jim Meyering 4bbd70a251 *** empty log message *** 2003-08-09 09:52:37 +00:00
Jim Meyering 923ca8c812 (split invocation): Add -d or --numeric-suffixes option to 'split'. 2003-08-09 09:50:52 +00:00
Jim Meyering 5a6401d82e . 2003-08-06 19:36:32 +00:00
Jim Meyering 37eb1bb333 *** empty log message *** 2003-08-01 22:38:50 +00:00
Jim Meyering cd5b47646f (General date syntax): Add --rfc-2822 option to GNU date. 2003-08-01 22:38:36 +00:00
Jim Meyering 6f2002699e (Options for date): Fix a typo in format: it's now %d not %_d. Add URLs.
(Time directives, Options for date, Examples of date): Add --rfc-2822
option to GNU date.
2003-08-01 22:37:20 +00:00
Jim Meyering 85dfddc659 *** empty log message *** 2003-07-31 20:33:48 +00:00
Jim Meyering fed2d190f0 (Relative items in date strings): Warn about fuzz in relative units. 2003-07-31 20:33:45 +00:00
Jim Meyering 55804c74a2 . 2003-07-29 19:38:34 +00:00
Jim Meyering 4867e7aa90 (tail invocation): Restore two end-of-sentence
words that were mistakenly removed on 2002-09-13.
2003-07-29 18:20:56 +00:00
Jim Meyering a586b992d7 *** empty log message *** 2003-07-28 10:15:14 +00:00
Jim Meyering 9943b0564a (dd invocation): Explain that a SIGUSR1 signal
makes dd give a progress report to stderr.
2003-07-28 10:15:11 +00:00
Jim Meyering 8f808b6208 *** empty log message *** 2003-07-26 12:18:27 +00:00
Jim Meyering 0cffa272aa Document changes of 2003-07-24. 2003-07-26 12:18:21 +00:00
Jim Meyering 17f96e3004 *** empty log message *** 2003-07-24 09:29:15 +00:00
Jim Meyering 28c66112b8 (su invocation): Use @subsection', not invalid @heading'. 2003-07-24 09:29:04 +00:00
Jim Meyering 6c32aa26a2 wc count field widths now are heuristically adjusted depending
on the input size, if known.  If only one count is printed, it
is guaranteed to be printed without leading spaces.

Previously, wc did not align the count fields if
POSIXLY_CORRECT was set, but POSIX did not actually require
this undesirable behavior, so it has been removed.

* doc/coreutils.texi (wc invocation): Likewise.
2003-07-20 15:24:21 +00:00
Jim Meyering 32d2cea9b8 convert each 8-space prefix to a TAB 2003-07-20 11:19:12 +00:00
Jim Meyering 66021e0b0f *** empty log message *** 2003-07-18 07:50:45 +00:00
Jim Meyering 7bb7cd570a (expr invocation): Exit status is 2 if the
expression is syntactically invalid, 3 if there is some other error.
This change is for conformance to POSIX.
2003-07-18 07:50:39 +00:00
Jim Meyering d5c938e2ba *** empty log message *** 2003-07-15 06:39:54 +00:00
Jim Meyering b5dfcc1d0d (uname invocation): Explain the POSIX terminology behind uname -m and uname -s. 2003-07-15 06:39:49 +00:00
Jim Meyering 8effe1d8af *** empty log message *** 2003-07-13 09:38:07 +00:00
Jim Meyering db425e487a (nohup invocation): Tell what happens when stdout is not a terminal.
Based on a suggestion from Steven Mocking.
2003-07-13 09:38:04 +00:00
Jim Meyering cad299f354 Use @code, not (nonexistent) @function. 2003-07-13 08:45:39 +00:00
Jim Meyering f24368a67a *** empty log message *** 2003-07-13 08:15:15 +00:00
Jim Meyering fad1b46e08 (chown invocation): Warn that chown
now clears set-user-ID and set-group-ID bits on some systems.
2003-07-13 08:15:11 +00:00
Jim Meyering 32a2c6f6d9 . 2003-07-12 20:47:23 +00:00
Jim Meyering 112cba9a8b . 2003-07-11 06:07:04 +00:00
Jim Meyering 6b31ccecb8 . 2003-07-10 20:16:41 +00:00
Jim Meyering b34abb6f44 (Standards conformance): Mention that uses like
`tail -1' and `head -1', like `sort +1', are non conforming.
(chown invocation): Say that using `.' as a separator may not work.
2003-07-10 19:48:43 +00:00