Correct the man pages, USD doc and online help to refer to /var/mail

instead of {usr|var}/spool/mail
This commit is contained in:
markm 1995-11-20 20:51:42 +00:00
parent cc094780c5
commit 67ceb13958
6 changed files with 8 additions and 8 deletions

View File

@ -74,7 +74,7 @@ waiting in your system mailbox. If you are a
.i csh .i csh
user, you will be notified when new mail arrives if you inform user, you will be notified when new mail arrives if you inform
the shell of the location of your mailbox. On version 7 systems, the shell of the location of your mailbox. On version 7 systems,
your system mailbox is located in the directory /usr/spool/mail your system mailbox is located in the directory /var/mail
in a file with your login name. If your login name is in a file with your login name. If your login name is
.q sam, .q sam,
then you can make then you can make
@ -82,7 +82,7 @@ then you can make
notify you of new mail by including the following line in your .cshrc notify you of new mail by including the following line in your .cshrc
file: file:
.(l .(l
set mail=/usr/spool/mail/sam set mail=/var/mail/sam
.)l .)l
When you read your mail using When you read your mail using
.i Mail , .i Mail ,

View File

@ -939,7 +939,7 @@ to truncate your system mailbox instead of deleting it when it
is empty. This is useful if you elect to protect your mailbox, which is empty. This is useful if you elect to protect your mailbox, which
you would do with the shell command: you would do with the shell command:
.(l .(l
chmod 600 /usr/spool/mail/yourname chmod 600 /var/mail/yourname
.)l .)l
where where
.i yourname .i yourname

View File

@ -74,7 +74,7 @@ mail instead of your own. Unwitting others often neglect to protect
their mailboxes, but discretion is advised. Essentially, their mailboxes, but discretion is advised. Essentially,
.b "\-u user" .b "\-u user"
is a shorthand way of doing is a shorthand way of doing
.b "\-f /usr/spool/mail/user". .b "\-f /var/mail/user".
.ip "\-v" .ip "\-v"
Use the Use the
.b \-v .b \-v

View File

@ -58,7 +58,7 @@ A collection of messages. Often used in the phrase,
.q "Have you read your mail?" .q "Have you read your mail?"
.ip "\fImailbox\fP" .ip "\fImailbox\fP"
The place where your mail is stored, typically in the directory The place where your mail is stored, typically in the directory
/usr/spool/mail. /var/mail.
.ip "\fImessage\fP" .ip "\fImessage\fP"
A single letter from someone, initially stored in your A single letter from someone, initially stored in your
.i mailbox . .i mailbox .

View File

@ -108,7 +108,7 @@ writes undeleted messages back to this file.
.It Fl u .It Fl u
Is equivalent to: Is equivalent to:
.Pp .Pp
.Dl mail -f /var/spool/mail/user .Dl mail -f /var/mail/user
.El .El
.Ss Sending mail .Ss Sending mail
To send a message to one or more people, To send a message to one or more people,
@ -987,7 +987,7 @@ and
environment variables. environment variables.
.Sh FILES .Sh FILES
.Bl -tag -width /usr/share/misc/Mail.help* -compact .Bl -tag -width /usr/share/misc/Mail.help* -compact
.It Pa /var/spool/mail/* .It Pa /var/mail/*
Post office. Post office.
.It ~/mbox .It ~/mbox
User's old mail. User's old mail.

View File

@ -8,7 +8,7 @@ s <message list> file append messages to file
u <message list> undelete messages u <message list> undelete messages
R <message list> reply to message senders R <message list> reply to message senders
r <message list> reply to message senders and all recipients r <message list> reply to message senders and all recipients
pre <message list> make messages go back to /usr/spool/mail pre <message list> make messages go back to /var/mail
m <user list> mail to specific users m <user list> mail to specific users
q quit, saving unresolved messages in mbox q quit, saving unresolved messages in mbox
x quit, do not remove system mailbox x quit, do not remove system mailbox