forked from bonsai/harakit
mm.1: removed STANDARD INPUT section
This commit is contained in:
parent
abc599148d
commit
ce5a4dc4bd
12
docs/mm.1
12
docs/mm.1
@ -37,13 +37,16 @@ Use the standard error as an output.
|
||||
.B -i
|
||||
.RS
|
||||
Opens a path as an input. Without any inputs specified mm will use the
|
||||
standard input.
|
||||
standard input. The standard input shall be used as an input if one or more of
|
||||
the input files is “-”.
|
||||
.RE
|
||||
|
||||
.B -o
|
||||
.RS
|
||||
Opens a path as an output. Without any outputs specified mm will use the
|
||||
standard output.
|
||||
standard output. The standard output shall be used as an output if one or more
|
||||
of the output files is “-”.
|
||||
|
||||
.RE
|
||||
|
||||
.B -u
|
||||
@ -56,11 +59,6 @@ Ensures neither input or output will be buffered.
|
||||
Causes SIGINT signals to be ignored.
|
||||
.RE
|
||||
|
||||
.SH STANDARD INPUT
|
||||
|
||||
The standard input shall be used as an input if one or more of the input files
|
||||
is “-”.
|
||||
|
||||
.SH DIAGNOSTICS
|
||||
|
||||
If an output can no longer be written mm prints a diagnostic message, ceases
|
||||
|
Loading…
Reference in New Issue
Block a user