Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/libexec/ftpd Alan Barrett informs me that "advertise" (inste...



details:   https://anonhg.NetBSD.org/src/rev/5a09a92a03a8
branches:  trunk
changeset: 512232:5a09a92a03a8
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sun Jul 08 07:27:14 2001 +0000

description:
Alan Barrett informs me that "advertise" (instead of "advertize") is
the norm even in American English.

diffstat:

 libexec/ftpd/ftpd.8      |  8 ++++----
 libexec/ftpd/ftpd.c      |  6 +++---
 libexec/ftpd/ftpd.conf.5 |  8 ++++----
 3 files changed, 11 insertions(+), 11 deletions(-)

diffs (99 lines):

diff -r db93b043fa04 -r 5a09a92a03a8 libexec/ftpd/ftpd.8
--- a/libexec/ftpd/ftpd.8       Sun Jul 08 07:16:00 2001 +0000
+++ b/libexec/ftpd/ftpd.8       Sun Jul 08 07:27:14 2001 +0000
@@ -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 @@
 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 @@
 .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
diff -r db93b043fa04 -r 5a09a92a03a8 libexec/ftpd/ftpd.c
--- a/libexec/ftpd/ftpd.c       Sun Jul 08 07:16:00 2001 +0000
+++ b/libexec/ftpd/ftpd.c       Sun Jul 08 07:27:14 2001 +0000
@@ -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 @@
 #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 @@
                            (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",
diff -r db93b043fa04 -r 5a09a92a03a8 libexec/ftpd/ftpd.conf.5
--- a/libexec/ftpd/ftpd.conf.5  Sun Jul 08 07:16:00 2001 +0000
+++ b/libexec/ftpd/ftpd.conf.5  Sun Jul 08 07:27:14 2001 +0000
@@ -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 @@
 .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 @@
 .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



Home | Main Index | Thread Index | Old Index