diff options
author | Ori Bernstein <ori@eigenstate.org> | 2021-02-03 11:09:43 -0800 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2021-02-03 11:09:43 -0800 |
commit | 79c4c039ab4563d3aac7349c1f57f61ce63063bd (patch) | |
tree | 4ad856cfc6d216375da8c85a90513eb476c22d5d | |
parent | 101312c1d733ceff3c1bdcef225933d1de74e849 (diff) | |
download | plan9front-79c4c039ab4563d3aac7349c1f57f61ce63063bd.tar.xz |
acmemail(1): Nail => Mail
Forgot to change the program name when importing
the rewrite.
-rw-r--r-- | sys/man/1/acmemail | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/man/1/acmemail b/sys/man/1/acmemail index 28c140a0f..be9d31240 100644 --- a/sys/man/1/acmemail +++ b/sys/man/1/acmemail @@ -1,10 +1,10 @@ .TH NAIL 1 .SH NAME -Nail \- view mail in acme +Mail \- view mail in acme .SH SYNOPSIS -Nail +Mail [ .B -OsT ] @@ -23,17 +23,17 @@ Nail .SH DESCRIPTION .PP -.B Nail +.B Mail edits a mailbox in an .IR acme (1) environment. The default mailbox is /mail/fs/mbox. -Nail shows 3 views: +Mail shows 3 views: The list view, the message view, and the composition view. .PP At startup, -.B Nail +.B Mail takes the following options: .PD 0 .TP @@ -46,7 +46,7 @@ Disable writing to outbox .TP .BI -s Accept sendmail plumb messages. By default, only -the Nail instance viewing /mail/fs/mbox will +the Mail instance viewing /mail/fs/mbox will accept plumb messages. .PD 0 .TP @@ -66,7 +66,7 @@ Save a copy of outgoing messages to the mailbox instead of discarding them after they're enqueued. .PP -Nail presents and acme interface for a upas/fs mailbox. +Mail presents and acme interface for a upas/fs mailbox. When started, a mailbox, by default .IR /mail/fs/mbox , is presented. |