From 5db09a5ca19aca7b8d2e39b18bb5ac61927ff0fd Mon Sep 17 00:00:00 2001 From: emma Date: Fri, 29 Mar 2024 16:30:06 -0600 Subject: [PATCH] mm.1: cat(1p) and tee(1p) provide similar functionality --- docs/mm.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/mm.1 b/docs/mm.1 index 6a1f664..5315c8c 100644 --- a/docs/mm.1 +++ b/docs/mm.1 @@ -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