From 7a0ad7800091afce5cf8d84bb44ab7a0abad5d4c Mon Sep 17 00:00:00 2001 From: emma Date: Sun, 14 Jul 2024 18:38:02 -0600 Subject: [PATCH] mm.1: reflects new changes --- docs/mm.1 | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/mm.1 b/docs/mm.1 index 9e26420..5a90aa1 100644 --- a/docs/mm.1 +++ b/docs/mm.1 @@ -3,7 +3,7 @@ .\" This work is licensed under CC BY-SA 4.0. To see a copy of this license, .\" visit . .\" -.TH MM 1 2024-06-17 "Harakit X.X.X" +.TH MM 1 2024-07-14 "Harakit X.X.X" .SH NAME mm \(en middleman .\" @@ -30,12 +30,16 @@ Causes outputs to be overwritten instead of being truncated. Ensures neither input or output will be buffered. .IP \fB-i\fP\ \fIinput\fP Opens a path as an input. If one or more of the input files is \(lq-\(rq or if -no inputs are specified, the standard input shall be used. +no inputs are specified, the standard input shall be used. If specified as the +last option and if there are trailing arguments to the program, they shall be +appended to the list of files to use as inputs. .IP \fB-o\fP\ \fIoutput\fP Opens a path as an output. If one or more of the output files is \(lq-\(rq or if no outputs are specified and the .B -e -option is not specified, the standard output shall be used. +option is not specified, the standard output shall be used. If specified as the +last option and if there are trailing arguments to the program, they shall be +appended to the list of files to use as inputs. .\" .SH DIAGNOSTICS