]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
tee.2: ffix
authorнаб <nabijaczleweli@nabijaczleweli.xyz>
Mon, 3 Jan 2022 15:33:53 +0000 (16:33 +0100)
committerAlejandro Colomar <alx.manpages@gmail.com>
Mon, 3 Jan 2022 16:47:11 +0000 (17:47 +0100)
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
man2/tee.2

index d2ceef331bd1d72a62ab8e172caf5cd421482684..14a927c93fcf03e18f3021b6095da98a3d93ea88 100644 (file)
@@ -143,7 +143,7 @@ Here is an example of its use:
 .PP
 .in +4n
 .EX
-$ \fBdate |./a.out out.log | cat\fP
+$ \fBdate | ./a.out out.log | cat\fP
 Tue Oct 28 10:06:00 CET 2014
 $ \fBcat out.log\fP
 Tue Oct 28 10:06:00 CET 2014