git: 00b6644ab570 - stable/12 - tee.1: Add a missing article
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Nov 2022 08:00:43 UTC
The branch stable/12 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=00b6644ab570891f361787f8e45e2aecbdc943cc
commit 00b6644ab570891f361787f8e45e2aecbdc943cc
Author: Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2020-06-23 10:22:58 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-11-06 07:59:32 +0000
tee.1: Add a missing article
(cherry picked from commit 9ec571021d73d53bac53aa6db7886ecb8dd09ed3)
---
usr.bin/tee/tee.1 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/usr.bin/tee/tee.1 b/usr.bin/tee/tee.1
index 660802a8f1c9..d413d0d8ba27 100644
--- a/usr.bin/tee/tee.1
+++ b/usr.bin/tee/tee.1
@@ -75,7 +75,7 @@ option.
.Sh EXIT STATUS
.Ex -std
.Sh EXAMPLES
-Send echoed message both to stdout and to the
+Send the echoed message both to stdout and to the
.Pa greetings.txt
file:
.Bd -literal -offset indent