1
0

finish mm man page

This commit is contained in:
dtb 2024-01-17 21:01:08 -07:00
parent 0450ccacfc
commit 77076d254a

10
mm/mm.1
View File

@ -1,3 +1,7 @@
.\" Copyright (c) 2024 DTB <trinity@trinity.moe>
.\"
.\" This work is licensed under CC BY-SA 4.0. To see a copy of this license,
.\" visit <http://creativecommons.org/licenses/by-sa/4.0/>.
.TH mm 1 .TH mm 1
.SH NAME .SH NAME
@ -31,8 +35,8 @@ standard input. Standard input itself can be specified by giving the path '-'.
The The
.B -o .B -o
option opens a path as an output. Without any outputs specified mm will use option opens a path as an output. Without any outputs specified mm will use
standard output. Standard output itself can be specified by giving the path standard output. Standard output itself can be specified by giving the
'-'. Standard error itself can be specified with the path '-'. Standard error itself can be specified with the
.B -e .B -e
option. option.
.PP .PP
@ -68,4 +72,4 @@ Copyright (C) 2024 DTB. License AGPLv3+: GNU AGPL version 3 or later
.SH SEE ALSO .SH SEE ALSO
dj(1) cat(1), dd(1), dj(1), tee(1)