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
|
.B -i
|
||||||
.RS
|
.RS
|
||||||
Opens a path as an input. Without any inputs specified mm will use the
|
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
|
.RE
|
||||||
|
|
||||||
.B -o
|
.B -o
|
||||||
.RS
|
.RS
|
||||||
Opens a path as an output. Without any outputs specified mm will use the
|
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
|
.RE
|
||||||
|
|
||||||
.B -u
|
.B -u
|
||||||
@ -56,11 +59,6 @@ Ensures neither input or output will be buffered.
|
|||||||
Causes SIGINT signals to be ignored.
|
Causes SIGINT signals to be ignored.
|
||||||
.RE
|
.RE
|
||||||
|
|
||||||
.SH STANDARD INPUT
|
|
||||||
|
|
||||||
The standard input shall be used as an input if one or more of the input files
|
|
||||||
is “-”.
|
|
||||||
|
|
||||||
.SH DIAGNOSTICS
|
.SH DIAGNOSTICS
|
||||||
|
|
||||||
If an output can no longer be written mm prints a diagnostic message, ceases
|
If an output can no longer be written mm prints a diagnostic message, ceases
|
||||||
|
Loading…
Reference in New Issue
Block a user