aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorZhan-Wei <david5061@gapp.nthu.edu.tw>2023-12-26 23:52:22 +0000
committerWarner Losh <imp@FreeBSD.org>2023-12-26 23:53:40 +0000
commit10b84b88f08afed6850a21c1ccffeed9f9fc607b (patch)
tree18dd1b16bcd51ad414ce3feaadb9ed4db25e8581 /bin
parentb3ab6b5029104c04697df40015add32f219671fa (diff)
downloadsrc-10b84b88f08afed6850a21c1ccffeed9f9fc607b.tar.gz
src-10b84b88f08afed6850a21c1ccffeed9f9fc607b.zip
cat: Use present tense
Event: Advanced UNIX Programming Course (Fall23) at NTHU. Reviewed by: imp, lwhsu Pull Request: https://github.com/freebsd/freebsd-src/pull/923
Diffstat (limited to 'bin')
-rw-r--r--bin/cat/cat.12
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cat/cat.1 b/bin/cat/cat.1
index b34c6fbf842b..59e0dff80ed0 100644
--- a/bin/cat/cat.1
+++ b/bin/cat/cat.1
@@ -152,7 +152,7 @@ character, print the contents of
read and output contents of the standard input again, then finally output
the contents of
.Pa file3 .
-Note that if the standard input referred to a file, the second dash
+Note that if the standard input refers to a file, the second dash
on the command-line would have no effect, since the entire contents of the file
would have already been read and printed by
.Nm