Source-Changes-HG archive

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

[src/trunk]: src/libexec/ftpd ftpd.conf(5): remove duplicate "be"



details:   https://anonhg.NetBSD.org/src/rev/026fce2796d8
branches:  trunk
changeset: 942907:026fce2796d8
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sat Aug 22 08:08:47 2020 +0000

description:
ftpd.conf(5): remove duplicate "be"

Two be or not two be.
Noted by SAITOH Masanobu in private mail.

diffstat:

 libexec/ftpd/ftpd.conf.5 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r fc7c3b7846dc -r 026fce2796d8 libexec/ftpd/ftpd.conf.5
--- a/libexec/ftpd/ftpd.conf.5  Sat Aug 22 08:01:34 2020 +0000
+++ b/libexec/ftpd/ftpd.conf.5  Sat Aug 22 08:08:47 2020 +0000
@@ -1,6 +1,6 @@
-.\"    $NetBSD: ftpd.conf.5,v 1.37 2009/04/09 02:25:45 joerg Exp $
+.\"    $NetBSD: ftpd.conf.5,v 1.38 2020/08/22 08:08:47 lukem Exp $
 .\"
-.\" Copyright (c) 1997-2008 The NetBSD Foundation, Inc.
+.\" Copyright (c) 1997-2020 The NetBSD Foundation, Inc.
 .\" All rights reserved.
 .\"
 .\" This code is derived from software contributed to The NetBSD Foundation
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd April 13, 2007
+.Dd August 22, 2020
 .Dt FTPD.CONF 5
 .Os
 .Sh NAME
@@ -476,7 +476,7 @@
 .Ar max
 must be greater than
 .Ar min ,
-and both numbers must be be between
+and both numbers must be between
 .Dv IPPORT_RESERVED
 (1024) and 65535.
 If



Home | Main Index | Thread Index | Old Index