update to reflect new po-box syntax

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5034 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1998-06-29 00:38:33 +00:00
parent c9e2af3ca3
commit 6f350532cf

View File

@@ -17,24 +17,31 @@ fetch mail via POP
.Oo Fl p Ar port-spec \*(Ba Xo
.Fl -port= Ns Ar port-spec Oc
.Xc
.Ar hostname Ns Oo : Ns Ar username Oc
.Ar po-box
.Pa filename
.Sh DESCRIPTION
.Nm
retrieves mail for
.Ar username
from the post office at
.Ar hostname ,
and stores the mail in mbox format
retrieves mail from the post office box
.Ar po-box ,
and stores the mail in mbox format in
.Pa filename .
The
.Ar po-box
can have any of the following formats:
.Bl -hang -compact -offset indent
.It Ql hostname:username
.It Ql po:hostname:username
.It Ql username@hostname
.It Ql po:username@hostname
.It Ql hostname
.It Ql po:username
.El
If no username is specified,
.Nm
assumes that it's the same as on the local machine. If
assumes that it's the same as on the local machine;
.Ar hostname
is
.\" Li is parsed, so we need to quote po...
.Ql \&po ,
the hostname is taken from the
defaults to the value of the
.Ev MAILHOST
environment variable.
@@ -76,8 +83,7 @@ that fails, Kerberos 4.
.Bl -tag -width Ds
.It Ev MAILHOST
points to the post office, if the hostname is specified as
.Ql \&po
points to the post office, if no other hostname is specified.
.El
.\".Sh FILES
.Sh EXAMPLES