fix typo
This commit is contained in:
parent
ff0f7c1ab4
commit
af83a0d7c4
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: ftpd.8,v 1.61 2000/11/16 13:15:14 lukem Exp $
|
.\" $NetBSD: ftpd.8,v 1.62 2000/12/01 07:59:47 lukem Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1997-2000 The NetBSD Foundation, Inc.
|
.\" Copyright (c) 1997-2000 The NetBSD Foundation, Inc.
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
|
@ -67,7 +67,7 @@
|
||||||
.\"
|
.\"
|
||||||
.\" @(#)ftpd.8 8.2 (Berkeley) 4/19/94
|
.\" @(#)ftpd.8 8.2 (Berkeley) 4/19/94
|
||||||
.\"
|
.\"
|
||||||
.Dd November 16, 2000
|
.Dd December 1, 2000
|
||||||
.Dt FTPD 8
|
.Dt FTPD 8
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
|
@ -757,7 +757,7 @@ By default
|
||||||
uses a port that is one less than the port it is listening on to
|
uses a port that is one less than the port it is listening on to
|
||||||
communicate back to the client for the
|
communicate back to the client for the
|
||||||
.Sy EPRT ,
|
.Sy EPRT ,
|
||||||
.Sy LPTR ,
|
.Sy LPRT ,
|
||||||
and
|
and
|
||||||
.Sy PORT
|
.Sy PORT
|
||||||
commands, unless overridden with
|
commands, unless overridden with
|
||||||
|
|
Loading…
Reference in New Issue