svn commit: r362534 - head/usr.bin/tee

Fernando Apesteguía fernape at FreeBSD.org
Tue Jun 23 10:05:07 UTC 2020


Author: fernape (ports committer)
Date: Tue Jun 23 10:05:07 2020
New Revision: 362534
URL: https://svnweb.freebsd.org/changeset/base/362534

Log:
  tee(1): Add EXAMPLES section
  
  Add one simple example
  
  Approved by:	bcr@
  Differential Revision:	https://reviews.freebsd.org/D25337

Modified:
  head/usr.bin/tee/tee.1

Modified: head/usr.bin/tee/tee.1
==============================================================================
--- head/usr.bin/tee/tee.1	Tue Jun 23 07:48:48 2020	(r362533)
+++ head/usr.bin/tee/tee.1	Tue Jun 23 10:05:07 2020	(r362534)
@@ -31,7 +31,7 @@
 .\"     @(#)tee.1	8.1 (Berkeley) 6/6/93
 .\" $FreeBSD$
 .\"
-.Dd June 18, 2020
+.Dd June 23, 2020
 .Dt TEE 1
 .Os
 .Sh NAME
@@ -75,7 +75,9 @@ option.
 .Sh EXIT STATUS
 .Ex -std
 .Sh EXAMPLES
-Send echoed message both to stdout and to the greetings file:
+Send echoed message both to stdout and to the
+.Pa greetings.txt
+file:
 .Bd -literal -offset indent
 $ echo "Hello" | tee greetings.txt
 Hello


More information about the svn-src-all mailing list