From 7c8b48251847e6c2d872d276fb1acb1cbd5dcec5 Mon Sep 17 00:00:00 2001 From: 0mp <0mp@FreeBSD.org> Date: Tue, 23 Jun 2020 10:22:58 +0000 Subject: [PATCH] tee.1: Add a missing article --- 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