diff options
author | Jim Meyering <jim@meyering.net> | 1994-09-04 03:56:21 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1994-09-04 03:56:21 +0000 |
commit | d7e6b36faa5d42cefaf196885cd92892a4829ebe (patch) | |
tree | 456273c0771c20a64e30b6eda379d1d36ef06ca2 /doc | |
parent | b8b4c482859415188134b45560adab4f20cc07fd (diff) | |
download | coreutils-d7e6b36faa5d42cefaf196885cd92892a4829ebe.tar.xz |
.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sh-utils.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/sh-utils.texi b/doc/sh-utils.texi index 082e63631..8727b7778 100644 --- a/doc/sh-utils.texi +++ b/doc/sh-utils.texi @@ -826,7 +826,7 @@ it's described here. @cindex read from stdin and write to stdout and files The @code{tee} command copies standard input to standard output and also -to any files given as arguments. This is useful when you not only want +to any files given as arguments. This is useful when you want not only to send some data down a pipe, but also to save a copy. Synopsis: @@ -2058,7 +2058,7 @@ time, 12-hour (hh:mm:ss [AP]M) @item %s @cindex epoch, seconds since @cindex seconds since the epoch -seconds since 1970-01-01 00:00:00 UCT (a nonstandard extension) +seconds since 1970-01-01 00:00:00 UTC (a nonstandard extension) @item %S second (00@dots{}61) @item %T |