diff options
Diffstat (limited to 'bin/cat/cat.1')
-rw-r--r-- | bin/cat/cat.1 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/bin/cat/cat.1 b/bin/cat/cat.1 index fd1f8c9730db..59e0dff80ed0 100644 --- a/bin/cat/cat.1 +++ b/bin/cat/cat.1 @@ -29,9 +29,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)cat.1 8.3 (Berkeley) 5/2/95 -.\" $FreeBSD$ -.\" .Dd January 29, 2013 .Dt CAT 1 .Os @@ -155,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 |