The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=10b84b88f08afed6850a21c1ccffeed9f9fc607b
commit 10b84b88f08afed6850a21c1ccffeed9f9fc607b Author: Zhan-Wei <[email protected]> AuthorDate: 2023-12-26 23:52:22 +0000 Commit: Warner Losh <[email protected]> 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
