diff options
author | Jim Meyering <jim@meyering.net> | 2006-12-14 09:15:51 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-12-14 09:15:51 +0100 |
commit | 56007809c35dc4c3d139662578741281e11d0e3b (patch) | |
tree | 5a2f19b87ea76423c01713aaa63bbca28d6b79c6 | |
parent | 629214eaf859dd5a6d0773bedb0b96b6defea2dc (diff) | |
download | coreutils-56007809c35dc4c3d139662578741281e11d0e3b.tar.xz |
* coreutils.texi: Remove two doubled words.
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/coreutils.texi | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index e9b87194a..026b34a19 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2006-12-14 Jim Meyering <jim@meyering.net> + + * coreutils.texi: Remove two doubled words. + 2006-11-28 Jim Meyering <jim@meyering.net> * perm.texi (Mode Structure): Fix typo: s/setgid/setuid/. diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 3cf34af9b..8e6126f36 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -9151,7 +9151,7 @@ operations, for a user to change the ctime field to a user-specified value. Time stamps assume the time zone rules specified by the @env{TZ} environment variable, or by the system default rules if @env{TZ} is not set. @xref{TZ Variable,, Specifying the Time Zone with @env{TZ}, -libc, The GNU C Library}. You can avoid avoid ambiguities during +libc, The GNU C Library}. You can avoid ambiguities during daylight saving transitions by using @sc{utc} time stamps. The program accepts the following options. Also see @ref{Common options}. @@ -9799,7 +9799,7 @@ $ stat --format=%d:%i / /usr @opindex --printf=@var{format} @cindex output format Use @var{format} rather than the default format. -Like like @option{--format}, but interpret backslash escapes, +Like @option{--format}, but interpret backslash escapes, and do not output a mandatory trailing newline. If you want a newline, include @samp{\n} in the @var{format}. Here's how you would use @option{--printf} to print the device |