mm.1: cat(1p) and tee(1p) provide similar functionality

This commit is contained in:
Emma Tebibyte 2024-03-29 16:30:06 -06:00
parent ce5a4dc4bd
commit 5db09a5ca1
Signed by: emma
GPG Key ID: 06FA419A1698C270

View File

@ -74,9 +74,9 @@ Existing files are not truncated on ouput and are instead overwritten.
.SH RATIONALE .SH RATIONALE
The cat(1p) and tee(1p) programs specified in POSIX together provide nearly The cat(1p) and tee(1p) programs specified in POSIX together provide similar
equivalent functionality. The separation of the two sets of functionality into functionality. The separation of the two sets of functionality into separate
separate APIs seemed unncessary. APIs seemed unncessary.
.SH COPYRIGHT .SH COPYRIGHT