git: 77636100557f - stable/12 - tee.1: Add a HISTORY section

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sun, 06 Nov 2022 08:00:44 UTC
The branch stable/12 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=77636100557f6c1f397969f15174d95a74ea2738

commit 77636100557f6c1f397969f15174d95a74ea2738
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-10-30 10:29:59 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-11-06 08:00:22 +0000

    tee.1: Add a HISTORY section
    
    The most accurate information I have found is that
    tee(1) first appeared in Version 7 AT&T UNIX.
    
    Reviewed by:    pauamma
    Differential Revision:  https://reviews.freebsd.org/D37206
    
    (cherry picked from commit 514df63539db57d356e81f63369ca1a894c253e1)
---
 usr.bin/tee/tee.1 | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/usr.bin/tee/tee.1 b/usr.bin/tee/tee.1
index d413d0d8ba27..56fe4fd4d017 100644
--- a/usr.bin/tee/tee.1
+++ b/usr.bin/tee/tee.1
@@ -31,7 +31,7 @@
 .\"     @(#)tee.1	8.1 (Berkeley) 6/6/93
 .\" $FreeBSD$
 .\"
-.Dd June 23, 2020
+.Dd October 30, 2022
 .Dt TEE 1
 .Os
 .Sh NAME
@@ -88,3 +88,8 @@ The
 utility is expected to be
 .St -p1003.2
 compatible.
+.Sh HISTORY
+The
+.Nm
+command first appeared in
+.At v7 .