summaryrefslogtreecommitdiffstats
path: root/upstream/mageia-cauldron/man1/tee.1
diff options
context:
space:
mode:
Diffstat (limited to 'upstream/mageia-cauldron/man1/tee.1')
-rw-r--r--upstream/mageia-cauldron/man1/tee.17
1 files changed, 4 insertions, 3 deletions
diff --git a/upstream/mageia-cauldron/man1/tee.1 b/upstream/mageia-cauldron/man1/tee.1
index 048c2736..1b9ad935 100644
--- a/upstream/mageia-cauldron/man1/tee.1
+++ b/upstream/mageia-cauldron/man1/tee.1
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5.
-.TH TEE "1" "April 2022" "GNU coreutils 9.1" "User Commands"
+.TH TEE "1" "August 2023" "GNU coreutils 9.4" "User Commands"
.SH NAME
tee \- read from standard input and write to standard output and files
.SH SYNOPSIS
@@ -17,7 +17,7 @@ append to the given FILEs, do not overwrite
ignore interrupt signals
.TP
\fB\-p\fR
-diagnose errors writing to non pipes
+operate in a more appropriate MODE with pipes.
.TP
\fB\-\-output\-error\fR[=\fI\,MODE\/\fR]
set behavior on write error. See MODE below
@@ -42,6 +42,7 @@ exit\-nopipe
exit on error writing to any output not a pipe
.PP
The default MODE for the \fB\-p\fR option is 'warn\-nopipe'.
+With "nopipe" MODEs, exit immediately if all outputs become broken pipes.
The default operation when \fB\-\-output\-error\fR is not specified, is to
exit immediately on error writing to a pipe, and diagnose errors
writing to non pipe outputs.
@@ -52,7 +53,7 @@ GNU coreutils online help: <https://www.gnu.org/software/coreutils/>
.br
Report any translation bugs to <https://translationproject.org/team/>
.SH COPYRIGHT
-Copyright \(co 2022 Free Software Foundation, Inc.
+Copyright \(co 2023 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
.br
This is free software: you are free to change and redistribute it.