X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/0f4556f12c8f75078501c9d1338ae7648a97f975..95f51977ddc18faa2e212f30c00a39540b39f325:/usr/man/man1/cat.1 diff --git a/usr/man/man1/cat.1 b/usr/man/man1/cat.1 index 501e0d9167..3c99c262f7 100644 --- a/usr/man/man1/cat.1 +++ b/usr/man/man1/cat.1 @@ -1,4 +1,10 @@ -.TH CAT 1 "18 January 1983" +.\" Copyright (c) 1980 Regents of the University of California. +.\" All rights reserved. The Berkeley software License Agreement +.\" specifies the terms and conditions for redistribution. +.\" +.\" @(#)cat.1 6.2 (Berkeley) 5/5/86 +.\" +.TH CAT 1 "May 5, 1986" .UC 4 .SH NAME cat \- catenate and print @@ -34,8 +40,9 @@ concatenates the first two files and places the result on the third. If no input file is given, or if the argument `\-' is encountered, .I cat reads from the standard input file. -Output is buffered in 1024-byte blocks unless the standard -output is a terminal, in which case it is line buffered. The +Output is buffered in the block size recommended by \fIstat\fP(2) +unless the standard output is a terminal, +when it is line buffered. The .B \-u option makes the output completely unbuffered. .PP