]> git.ipfire.org Git - thirdparty/coreutils.git/commit
doc: tee -p: clarify operation
authorPádraig Brady <P@draigBrady.com>
Mon, 27 Feb 2023 18:07:06 +0000 (18:07 +0000)
committerPádraig Brady <P@draigBrady.com>
Tue, 28 Feb 2023 14:02:42 +0000 (14:02 +0000)
commitfb757fd7d9b82284be50c10e0e6ce2d6e66b70af
tree9f6ac0cbf71e407dd237f4426e4a2a29d6e4f3e3
parentb1376bb829be9147b5699fff637529378b02f758
doc: tee -p: clarify operation

* src/tee.c (usage): Change from describing one (non pipe) aspect
to the more general point of being the option to use if working with
pipes, and referencing the more detailed info below.
* doc/coreutils.texi (tee invocation): s/standard/appropriate/ since
the standard operation with pipes is to exit immediately upon write
error.  s/early/immediately/ as it's ambiguous as to what "early"
is in relation to.
doc/coreutils.texi
src/tee.c