From 77076d254a7619b3770a991330ff7ffdfaacaa0f Mon Sep 17 00:00:00 2001 From: DTB Date: Wed, 17 Jan 2024 21:01:08 -0700 Subject: [PATCH] finish mm man page --- mm/mm.1 | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/mm/mm.1 b/mm/mm.1 index 82651b3..ab23812 100644 --- a/mm/mm.1 +++ b/mm/mm.1 @@ -1,3 +1,7 @@ +.\" Copyright (c) 2024 DTB +.\" +.\" This work is licensed under CC BY-SA 4.0. To see a copy of this license, +.\" visit . .TH mm 1 .SH NAME @@ -31,8 +35,8 @@ standard input. Standard input itself can be specified by giving the path '-'. The .B -o 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 error itself can be specified with the +standard output. Standard output itself can be specified by giving the +path '-'. Standard error itself can be specified with the .B -e option. .PP @@ -68,4 +72,4 @@ Copyright (C) 2024 DTB. License AGPLv3+: GNU AGPL version 3 or later .SH SEE ALSO -dj(1) +cat(1), dd(1), dj(1), tee(1)