1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-26 10:39:01 +02:00
Commit Graph

1146 Commits

Author SHA1 Message Date
Paul Eggert 9e64eb8369 Fix wording in previous patch. 2005-09-13 23:01:59 +00:00
Paul Eggert f4e071662d (uname invocation): Mention that Linux outputs "unknown" for -i and -p. 2005-09-13 22:57:25 +00:00
Paul Eggert b673eeb49c Add date --rfc-3339. 2005-09-13 22:09:25 +00:00
Paul Eggert 602043e0b8 (Time conversion specifiers, Options for date):
Document date --rfc-3339 and new specifiers %:z, %::z, %:::z.  Use
"date and time" consistently; the old version sometimes said "time
and date".  Fix a minor bug in the documentation for --rfc-2822:
it claimed day-of-month < 10 had leading space, not leading zero.
Use a consistent format for terms like "RFC".
2005-09-13 22:07:58 +00:00
Jim Meyering aadcf5b2e4 . 2005-09-10 14:16:53 +00:00
Paul Eggert 97f9677790 Regenerate. 2005-09-09 21:21:16 +00:00
Paul Eggert 330bb6eeee Fix typo in previous patch: @command{POSIX} -> @acronym{POSIX}. 2005-09-09 21:16:49 +00:00
Paul Eggert fd4a5b1b53 More nice fixes. 2005-09-09 20:51:55 +00:00
Paul Eggert 263672792f (nice invocation): Document "niceness" versus
"nice value" versus "scheduling priority".
2005-09-09 20:50:51 +00:00
Paul Eggert 09575c108c Use the phrase "niceness" instead of "nice value" to describe
the biased nice value that can go negative.  This corrects
a discrepancy with POSIX, which states that nice values are
nonnegative.
2005-09-08 06:52:09 +00:00
Jim Meyering bbd6e2ef20 . 2005-09-04 20:08:25 +00:00
Jim Meyering 92f52ac5b5 *** empty log message *** 2005-08-15 08:41:24 +00:00
Jim Meyering bcb18ed9c2 (join invocation): Itemize the defaults. 2005-08-15 08:41:21 +00:00
Jim Meyering dfc27ade53 *** empty log message *** 2005-08-12 06:50:29 +00:00
Jim Meyering 74b0f6edde (cp invocation, mv invocation): Remove square
brackets in --reply=[HOW].  Reported by Oscar Liljeblad.
2005-08-12 06:49:48 +00:00
Jim Meyering 0508157932 . 2005-08-02 21:15:19 +00:00
Paul Eggert 19f049e34c md5sum --check now accepts multiple input files. 2005-07-19 07:35:51 +00:00
Paul Eggert b6bf239918 (md5sum invocation): --check now allows multiple FILE inputs. 2005-07-19 07:34:26 +00:00
Paul Eggert 7eb112c43b Update true/false doc. 2005-07-18 07:51:49 +00:00
Paul Eggert 8445b707fd (false invocation):
Mention that false is often built-in, and that it exits
with status >1 on some hosts.
(true invocation): Remove now-incorrect "non-POSIX mode" reference.
2005-07-18 07:51:32 +00:00
Paul Eggert 829fcc0991 nohup no longer worries about POSIXLY_CORRECT. 2005-07-15 21:55:32 +00:00
Paul Eggert adbbc35f87 (nohup invocation): POSIXLY_CORRECT no longer
affects nohup's behavior.  Input is redirected from /dev/null.
2005-07-15 21:54:56 +00:00
Jim Meyering 95550da8d3 . 2005-07-12 16:44:52 +00:00
Paul Eggert edfb9f5ba8 Updates for cat and md5sum, for text vs binary. 2005-07-11 18:31:10 +00:00
Paul Eggert bc4268f8d6 (cat invocation): Remove -B or --binary option
(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-11 18:20:34 +00:00
Paul Eggert 060594db56 Regenerate. 2005-07-08 00:35:04 +00:00
Jim Meyering 52c7a92b85 . 2005-07-07 17:59:05 +00:00
Jim Meyering 30b8e3a012 *** empty log message *** 2005-07-03 16:48:24 +00:00
Jim Meyering a131d6d892 (cp invocation): Mark --reply as deprecated.
(mv invocation): Likewise.
2005-07-03 16:48:19 +00:00
Jim Meyering 85ddb64559 . 2005-07-03 11:58:11 +00:00
Paul Eggert de0cf8356f Regenerate. 2005-07-03 07:28:38 +00:00
Jim Meyering 42f845ebc7 . 2005-07-02 14:33:56 +00:00
Jim Meyering c44874f722 . 2005-06-30 20:32:46 +00:00
Jim Meyering 7f7acc20fd . 2005-06-27 08:50:22 +00:00
Jim Meyering 36bcf322ce *** empty log message *** 2005-06-24 08:05:54 +00:00
Jim Meyering a8249aba92 (cp invocation): Clarify how --reply=no works. 2005-06-24 08:05:51 +00:00
Paul Eggert 7461cd03b5 (ls invocation): Fix typo: --time=use is
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 22:37:58 +00:00
Jim Meyering b111ca4885 *** empty log message *** 2005-06-23 15:00:35 +00:00
Jim Meyering 05b7592ab7 (du invocation): New options --last-time and --time-style. 2005-06-23 15:00:29 +00:00
Jim Meyering 7cb0b72a2c . 2005-06-20 07:13:36 +00:00
Jim Meyering 15b998e0d0 Allow the two existing types of uses of PATH:
@vindex PATH
  @env{PATH}
2005-06-19 13:43:50 +00:00
Jim Meyering e4bd8ce5ab *** empty log message *** 2005-06-19 13:39:54 +00:00
Jim Meyering e828977ada (ln invocation): Change a few paths' to file names'. 2005-06-19 13:39:51 +00:00
Jim Meyering acb16ca45c *** empty log message *** 2005-06-19 13:37:41 +00:00
Jim Meyering 09d77f4ac1 Also catch uses of path, pathname. 2005-06-19 13:37:39 +00:00
Jim Meyering c6f9b7c7c8 use file system', not filesystem' 2005-06-19 08:34:14 +00:00
Jim Meyering fd684a32fd *** empty log message *** 2005-06-17 13:12:21 +00:00
Jim Meyering e89b22a2e1 (shred invocation): Clarify that shred
works on ext3 as long as it's not in data=journal mode.
Patch from Mark Melahn.
2005-06-17 13:12:17 +00:00
Jim Meyering 8236e056a0 *** empty log message *** 2005-06-16 09:16:25 +00:00
Jim Meyering 27a8fa0664 (Backup options): Undocument --version-control=S (-V). 2005-06-16 09:16:16 +00:00