V3/man/man1/mail.1

Compare this file to the similar file:
Show the results in this format:

.pa 1
.he 'MAIL (I)'10/25/72'MAIL (I)'
.ti 0
NAME		mail  --  send mail to another user
.sp
.ti 0
SYNOPSIS	mail____ [ -yn___ ]
.br
.ul
mail
letter person ...
.br
mail____ person
.sp
.ti 0
DESCRIPTION	mail____
without an argument searches for a file called mailbox_______, prints
it if present, and asks if it should be saved.  If the answer
is "y", the mail is renamed mbox____, otherwise it is deleted.
Mail____ with a -yn___ argument works the same way, except
that the answer to the question is supplied by the argument.
.sp
When followed by the names of a letter
and one or more people,
the letter is appended to
each person's mailbox_______.
When a person______ is specified without a letter______,
the letter is taken from the sender's standard input up to an EOT.
Each letter is preceded by the sender's name and a postmark.

A person______ is either
a user name recognized by login_____, in which case the mail
is sent to the default working directory of that user,
or the path name of a directory,
in which case mailbox_______ in that directory is used.
.sp
When a user logs in he is informed of the presence
of mail.
.sp
.ti 0
FILES		/etc/passwd	to identify sender
.br
		to locate persons
.br
mailbox		input mail
.br
mbox		saved mail
.sp
.ti 0
SEE ALSO	login(I)
.sp
.ti 0
DIAGNOSTICS	"Who are you?"
if the user cannot be identified for some reason (a bug).
"Cannot send to user" if mailbox_______ cannot be opened.
.sp
.ti 0
BUGS		--