It is sendmail(1), not sendmail(8). Prepare for HTML output.
Remove trailing space.
This commit is contained in:
parent
d728febe7a
commit
3c488ef896
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: mail.1,v 1.28 2006/08/22 17:13:12 christos Exp $
|
||||
.\" $NetBSD: mail.1,v 1.29 2006/08/23 21:02:29 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1990, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -127,10 +127,10 @@ at the beginning of a line.
|
|||
.Pp
|
||||
Any flags following the list of recipients, with arguments will be passed
|
||||
directly to
|
||||
.Xr sendmail 8 .
|
||||
.Xr sendmail 1 .
|
||||
For example to change your
|
||||
.Dv From
|
||||
address to
|
||||
address to
|
||||
.Dv somebody@somewhere.net
|
||||
you can specify:
|
||||
.Dl mail recipient -f somebody@somewhere.net
|
||||
|
@ -260,9 +260,9 @@ command in
|
|||
System wide distribution lists can be created by editing
|
||||
.Pa /etc/mail/aliases ,
|
||||
see
|
||||
.Xr aliases 5
|
||||
.Xr aliases 5
|
||||
and
|
||||
.Xr sendmail 8 ;
|
||||
.Xr sendmail 1 ;
|
||||
these are kept in a different syntax.
|
||||
In mail you send, personal aliases will be expanded in mail sent
|
||||
to others so that they will be able to
|
||||
|
@ -273,7 +273,7 @@ System wide
|
|||
are not expanded when the mail is sent,
|
||||
but any reply returned to the machine will have the system wide
|
||||
alias expanded as all mail goes through
|
||||
.Xr sendmail 8 .
|
||||
.Xr sendmail 1 .
|
||||
.Ss Network mail (ARPA, UUCP, Berknet)
|
||||
See
|
||||
.Xr mailaddr 7
|
||||
|
@ -431,7 +431,7 @@ the new file.
|
|||
Some special conventions are recognized for
|
||||
the name.
|
||||
# means the previous file, % means your system
|
||||
mailbox, %user means user's system mailbox, & means
|
||||
mailbox, %user means user's system mailbox, \*[Am] means
|
||||
your
|
||||
.Ar mbox
|
||||
file, and
|
||||
|
@ -585,7 +585,7 @@ Arguments are of the form
|
|||
.Ar option .
|
||||
Quotation marks may be placed around any part of the assignment statement to
|
||||
quote blanks or tabs, i.e.
|
||||
.Dq Li "set indentprefix=\*q->\*q"
|
||||
.Dq Li "set indentprefix=\*q-\*[Gt]\*q"
|
||||
.It Ic saveignore
|
||||
.Ic Saveignore
|
||||
is to
|
||||
|
@ -770,7 +770,7 @@ is set.
|
|||
.It Ic \&~x
|
||||
Exits as with \&~q, except the message is not saved in dead.letter.
|
||||
.It Ic \&~r Ns Ar filename
|
||||
.It Ic \&~< Ns Ar filename
|
||||
.It Ic \&~\*[Lt] Ns Ar filename
|
||||
Reads the named file into the message.
|
||||
If the argument begins with !,
|
||||
the rest of the string is taken as an arbitrary system command and is
|
||||
|
@ -1055,10 +1055,10 @@ System initialization file.
|
|||
.Sh SEE ALSO
|
||||
.Xr fmt 1 ,
|
||||
.Xr newaliases 1 ,
|
||||
.Xr sendmail 1 ,
|
||||
.Xr vacation 1 ,
|
||||
.Xr aliases 5 ,
|
||||
.Xr mailaddr 7 ,
|
||||
.Xr sendmail 8
|
||||
.Xr mailaddr 7
|
||||
and
|
||||
.Rs
|
||||
.%T "The Mail Reference Manual"
|
||||
|
|
Loading…
Reference in New Issue