Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jun 2020 14:32:00 +0200
From:      =?UTF-8?Q?Fernando_Apestegu=C3=ADa?= <fernape@freebsd.org>
To:        Yuri Pankov <yuripv@yuripv.dev>
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org,  svn-src-head@freebsd.org
Subject:   Re: svn commit: r362318 - head/usr.bin/tee
Message-ID:  <CAGwOe2ZKrsXr2FQLPqchn856TOP1_M9_17Cinyn6Y_S4Vxd9Cg@mail.gmail.com>
In-Reply-To: <636fac36-30dd-42bf-02ab-4ebc5bf3a065@yuripv.dev>
References:  <202006181048.05IAmcXI082275@repo.freebsd.org> <636fac36-30dd-42bf-02ab-4ebc5bf3a065@yuripv.dev>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jun 18, 2020 at 12:56 PM Yuri Pankov <yuripv@yuripv.dev> wrote:
>
> Fernando Apestegu=C3=ADa wrote:
> > Author: fernape (ports committer)
> > Date: Thu Jun 18 10:48:37 2020
> > New Revision: 362318
> > URL: https://svnweb.freebsd.org/changeset/base/362318
> >
> > Log:
> >    tee(1): Add EXAMPLES section
> >
> >    Probably the simplest one ever.
> >
> >    Approved by:       gbe@, 0mp@
> >    Differential Revision:     https://reviews.freebsd.org/D25206
> >
> > Modified:
> >    head/usr.bin/tee/tee.1
> >
> > Modified: head/usr.bin/tee/tee.1
> > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
> > --- head/usr.bin/tee/tee.1    Thu Jun 18 10:47:30 2020        (r362317)
> > +++ head/usr.bin/tee/tee.1    Thu Jun 18 10:48:37 2020        (r362318)
> > @@ -31,7 +31,7 @@
> >   .\"     @(#)tee.1   8.1 (Berkeley) 6/6/93
> >   .\" $FreeBSD$
> >   .\"
> > -.Dd November 13, 2007
> > +.Dd June 18, 2020
> >   .Dt TEE 1
> >   .Os
> >   .Sh NAME
> > @@ -74,6 +74,12 @@ except in the event of the
> >   option.
> >   .Sh EXIT STATUS
> >   .Ex -std
> > +.Sh EXAMPLES
> > +Send echoed message both to stdout and to the greetings file:
>
> Should this be like the following, at least to get the filename right?
>
> Send echoed message both to stdout and to the file
> .Pa greetings.txt :

It is probably better.

I'm not a src/docs committer. Do you want me to create a new review for thi=
s?

>
> > +.Bd -literal -offset indent
> > +$ echo "Hello" | tee greetings.txt
> > +Hello
> > +.Ed
> >   .Sh STANDARDS
> >   The
> >   .Nm
> >
>



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