git: 10b84b88f08a - main - cat: Use present tense
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 26 Dec 2023 23:55:43 UTC
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=10b84b88f08afed6850a21c1ccffeed9f9fc607b commit 10b84b88f08afed6850a21c1ccffeed9f9fc607b Author: Zhan-Wei <david5061@gapp.nthu.edu.tw> AuthorDate: 2023-12-26 23:52:22 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2023-12-26 23:53:40 +0000 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 --- bin/cat/cat.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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