1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 18:56:39 +02:00

doc: tee: make -p decription more complete

* doc/coreutils.texi (tee invocation): Give a more
cohesive description of the -p option, and how
it differs from the default operation.
This commit is contained in:
Pádraig Brady
2022-11-28 22:39:19 +00:00
parent 8613d35be6
commit aaa306ad76

View File

@@ -14079,8 +14079,14 @@ Ignore interrupt signals.
@itemx --output-error[=@var{mode}]
@opindex -p
@opindex --output-error
Adjust the behavior with errors on the outputs,
with the long form option supporting selection
Adjust the behavior with errors on the outputs.
In summary @option{-p} allows @command{tee} to operate in a more
standard manner with pipes, and to continue to process data
to any remaining outputs, if any pipe outputs exit early.
The default operation when @option{--output-error} is @emph{not}
specified is to exit immediately on error writing to a pipe,
and diagnose errors writing to a non-pipe.
The long form @option{--output-error} option supports selection
between the following @var{mode}s:
@table @samp