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
1 changed files with 3 additions and 3 deletions

View File

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