about summary refs log tree commit diff
path: root/man
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-08-08 16:01:06 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2016-08-08 16:01:06 +0200
commitd2d687478d055fa0acf2a6452cac324cc6bb54fb (patch)
tree3df33f515b20d38d0dc3fecdee89873603215a84 /man
parentd453a5ac58e7e197e22a73ab9fc7ed24c213e383 (diff)
downloadmblaze-d2d687478d055fa0acf2a6452cac324cc6bb54fb.tar.gz
mblaze-d2d687478d055fa0acf2a6452cac324cc6bb54fb.tar.xz
mblaze-d2d687478d055fa0acf2a6452cac324cc6bb54fb.zip
rename mcomp -> mcom, mrepl -> mrep
mcomp is in mtools already.

mfwd will be added in the future.
Diffstat (limited to 'man')
-rw-r--r--man/mblaze.74
-rw-r--r--man/mcom.1 (renamed from man/mcomp.1)16
-rw-r--r--man/mrep.11
3 files changed, 11 insertions, 10 deletions
diff --git a/man/mblaze.7 b/man/mblaze.7
index 2f3133c..6e30c6b 100644
--- a/man/mblaze.7
+++ b/man/mblaze.7
@@ -20,7 +20,7 @@ consists of a set of Unix tools that each do one job:
 to extract addresses from mail
 .It Xr magrep 1
 to find mails matching a pattern
-.It Xr mcomp 1
+.It Xr mcom 1
 to write and send mail
 .It Xr mdeliver 1
 to deliver messages or import mailboxes
@@ -43,7 +43,7 @@ to list and filter mail messages
 to create MIME messages
 .It Xr mpick 1
 to filter mail
-.It Xr mrepl 1
+.It Xr mrep 1
 to reply to mail
 .It Xr mscan 1
 to generate single line summaries of mail
diff --git a/man/mcomp.1 b/man/mcom.1
index 3eb129b..5e4a15e 100644
--- a/man/mcomp.1
+++ b/man/mcom.1
@@ -1,24 +1,24 @@
 .Dd July 22, 2016
-.Dt MCOMP 1
+.Dt MCOM 1
 .Os
 .Sh NAME
-.Nm mcomp ,
-.Nm mrepl
+.Nm mcom ,
+.Nm mrep
 .Nd compose new, reply to, and send mail
 .Sh SYNOPSIS
-.Nm mcomp
+.Nm mcom
 .Op Ar recipient
-.Nm mrepl
+.Nm mrep
 .Ar msg
 .Sh DESCRIPTION
-.Nm mcomp
+.Nm mcom
 creates a new draft mail and runs an editor.
 After editing, a loop is started where the user can re-edit, send or
 cancel the mail.
 .Pp
-.Nm mrepl
+.Nm mrep
 behaves like
-.Nm mcomp
+.Nm mcom
 but fills the draft such that the mail will be a reply to the message
 .Ar msg .
 See
diff --git a/man/mrep.1 b/man/mrep.1
new file mode 100644
index 0000000..04eb765
--- /dev/null
+++ b/man/mrep.1
@@ -0,0 +1 @@
+.so man1/mcom.1