git: 9a4c4a965423 - stable/13 - tee.1: Add a HISTORY section
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Nov 2022 07:55:53 UTC
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=9a4c4a9654238bf712b687674c139f90b4e6c351 commit 9a4c4a9654238bf712b687674c139f90b4e6c351 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-10-30 10:29:59 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-11-06 07:55:41 +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 .