From 544b544d84b1fc8459483aa37e482e9446547d35 Mon Sep 17 00:00:00 2001 From: Emma Tebibyte Date: Sun, 2 Nov 2025 00:30:27 -0600 Subject: [PATCH] mm.1: removed description of removed behavior --- docs/mm.1 | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/mm.1 b/docs/mm.1 index e5d484f..9aa69f5 100644 --- a/docs/mm.1 +++ b/docs/mm.1 @@ -42,9 +42,6 @@ appended to the list of files to use as outputs. .\" .SH DIAGNOSTICS -If an output cannot be written to, an error occurs; however, exiting will be -deferred until writing to any other specified outputs completes. - When an error is encountered, a diagnostic message is printed and the program exits with the appropriate .BR sysexits.h (3)