Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jun 2020 10:05:07 +0000 (UTC)
From:      =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r362534 - head/usr.bin/tee
Message-ID:  <202006231005.05NA57bs015085@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006231005.05NA57bs015085>