Alan Barrett informs me that "advertise" (instead of "advertize") is

the norm even in American English.
This commit is contained in:
lukem 2001-07-08 07:27:14 +00:00
parent 458d1a2516
commit fe60c5801d
3 changed files with 11 additions and 11 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ftpd.8,v 1.64 2001/06/26 19:30:45 lukem Exp $
.\" $NetBSD: ftpd.8,v 1.65 2001/07/08 07:27:14 lukem Exp $
.\"
.\" Copyright (c) 1997-2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -67,7 +67,7 @@
.\"
.\" @(#)ftpd.8 8.2 (Berkeley) 4/19/94
.\"
.Dd June 27, 2001
.Dd July 8, 2001
.Dt FTPD 8
.Os
.Sh NAME
@ -142,7 +142,7 @@ for the
escape sequence (see
.Sx Display file escape sequences )
.It Fl h Ar hostname
Explicitly set the hostname to advertize as to
Explicitly set the hostname to advertise as to
.Ar hostname .
The default is the hostname associated with the IP address that
.Nm
@ -218,7 +218,7 @@ This is the default.
.It Fl V Ar version
Use
.Ar version
as the version to advertize in the login banner and in the output of
as the version to advertise in the login banner and in the output of
.Sy STAT
and
.Sy SYST

View File

@ -1,4 +1,4 @@
/* $NetBSD: ftpd.c,v 1.127 2001/06/26 19:30:45 lukem Exp $ */
/* $NetBSD: ftpd.c,v 1.128 2001/07/08 07:27:14 lukem Exp $ */
/*
* Copyright (c) 1997-2001 The NetBSD Foundation, Inc.
@ -109,7 +109,7 @@ __COPYRIGHT(
#if 0
static char sccsid[] = "@(#)ftpd.c 8.5 (Berkeley) 4/28/95";
#else
__RCSID("$NetBSD: ftpd.c,v 1.127 2001/06/26 19:30:45 lukem Exp $");
__RCSID("$NetBSD: ftpd.c,v 1.128 2001/07/08 07:27:14 lukem Exp $");
#endif
#endif /* not lint */
@ -2070,7 +2070,7 @@ statcmd(void)
(void *)&curclass.advertise.su_addr,
buf, sizeof(buf));
if (bp != NULL)
reply(0, "PASV advertize address: %s", bp);
reply(0, "PASV advertise address: %s", bp);
}
if (curclass.portmin && curclass.portmax)
reply(0, "PASV port range: %d - %d",

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ftpd.conf.5,v 1.16 2001/06/26 19:30:45 lukem Exp $
.\" $NetBSD: ftpd.conf.5,v 1.17 2001/07/08 07:27:14 lukem Exp $
.\"
.\" Copyright (c) 1997-2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -34,7 +34,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd June 27, 2001
.Dd July 8, 2001
.Dt FTPD.CONF 5
.Os
.Sh NAME
@ -120,7 +120,7 @@ Each configuration line may be one of:
.Bl -tag -width 4n
.It Sy advertise Ar class Ar host
.It Sy advertize Ar class Ar host
Set the address to advertize in the response to the
Set the address to advertise in the response to the
.Sy PASV
and
.Sy LPSV
@ -128,7 +128,7 @@ commands to the address for
.Ar host
(which may be either a host name or IP address).
This may be useful in some firewall configurations, although many
ftp clients may not work if the address being advertized is different
ftp clients may not work if the address being advertised is different
to the address that they've connected to.
If
.Ar class