Grammar fixes in last.
This commit is contained in:
parent
a7937db203
commit
c1194e1947
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: ftpd.conf.5,v 1.20 2002/05/30 00:24:47 enami Exp $
|
.\" $NetBSD: ftpd.conf.5,v 1.21 2002/05/31 09:56:12 wiz Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1997-2001 The NetBSD Foundation, Inc.
|
.\" Copyright (c) 1997-2001 The NetBSD Foundation, Inc.
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
|
@ -377,7 +377,7 @@ or
|
||||||
.Ar time
|
.Ar time
|
||||||
is not specified, set to default of 2 hours.
|
is not specified, set to default of 2 hours.
|
||||||
.It Sy mmapsize Ar class Ar size
|
.It Sy mmapsize Ar class Ar size
|
||||||
Set the size of sliding window to map a file using
|
Set the size of the sliding window to map a file using
|
||||||
.Xr mmap 2 .
|
.Xr mmap 2 .
|
||||||
If zero,
|
If zero,
|
||||||
.Xr ftpd 8
|
.Xr ftpd 8
|
||||||
|
@ -386,7 +386,7 @@ will use
|
||||||
instead. The default is zero.
|
instead. The default is zero.
|
||||||
An optional suffix may be provided as per
|
An optional suffix may be provided as per
|
||||||
.Sy rateget .
|
.Sy rateget .
|
||||||
This option affects only for binary transfer.
|
This option affects only binary transfers.
|
||||||
.It Sy modify Ar class Op Sy off
|
.It Sy modify Ar class Op Sy off
|
||||||
If
|
If
|
||||||
.Ar class
|
.Ar class
|
||||||
|
@ -522,13 +522,13 @@ is
|
||||||
.Dq none
|
.Dq none
|
||||||
or no arguments are given, disable this.
|
or no arguments are given, disable this.
|
||||||
.It Sy readsize Ar class Ar size
|
.It Sy readsize Ar class Ar size
|
||||||
Set the size of read buffer to
|
Set the size of the read buffer to
|
||||||
.Xr read 2
|
.Xr read 2
|
||||||
a file.
|
a file.
|
||||||
The default is file system block size.
|
The default is the file system block size.
|
||||||
An optional suffix may be provided as per
|
An optional suffix may be provided as per
|
||||||
.Sy rateget .
|
.Sy rateget .
|
||||||
This option affects only for binary transfer.
|
This option affects only binary transfers.
|
||||||
.It Sy sanenames Ar class Op Sy off
|
.It Sy sanenames Ar class Op Sy off
|
||||||
If
|
If
|
||||||
.Ar class
|
.Ar class
|
||||||
|
@ -543,11 +543,11 @@ Otherwise, only permit file names which don't start with a
|
||||||
and only comprise of characters from the set
|
and only comprise of characters from the set
|
||||||
.Dq [-+,._A-Za-z0-9] .
|
.Dq [-+,._A-Za-z0-9] .
|
||||||
.It Sy sendbufsize Ar class Ar size
|
.It Sy sendbufsize Ar class Ar size
|
||||||
Set the size of socket send buffer.
|
Set the size of the socket send buffer.
|
||||||
An optional suffix may be provided as per
|
An optional suffix may be provided as per
|
||||||
.Sy rateget .
|
.Sy rateget .
|
||||||
The default is zero and system default value will be used.
|
The default is zero and the system default value will be used.
|
||||||
This option affects only for binary transfer.
|
This option affects only binary transfers.
|
||||||
.It Sy sendlowat Ar class Ar size
|
.It Sy sendlowat Ar class Ar size
|
||||||
Set the low water mark of socket send buffer.
|
Set the low water mark of socket send buffer.
|
||||||
An optional suffix may be provided as per
|
An optional suffix may be provided as per
|
||||||
|
@ -620,15 +620,15 @@ Otherwise, enable them.
|
||||||
.It Sy writesize Ar class Ar size
|
.It Sy writesize Ar class Ar size
|
||||||
Limit the number of bytes to
|
Limit the number of bytes to
|
||||||
.Xr write 2
|
.Xr write 2
|
||||||
at a time. The default is zero and
|
at a time. The default is zero, which means
|
||||||
whole data available as a resul of
|
all the data available as a result of
|
||||||
.Xr mmap 2
|
.Xr mmap 2
|
||||||
or
|
or
|
||||||
.Xr read 2
|
.Xr read 2
|
||||||
will be written at a time.
|
will be written at a time.
|
||||||
An optional suffix may be provided as per
|
An optional suffix may be provided as per
|
||||||
.Sy rateget .
|
.Sy rateget .
|
||||||
This option affects only for binary transfer.
|
This option affects only binary transfers.
|
||||||
.El
|
.El
|
||||||
.Sh DEFAULTS
|
.Sh DEFAULTS
|
||||||
The following defaults are used:
|
The following defaults are used:
|
||||||
|
|
Loading…
Reference in New Issue