Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Feb 1998 15:15:48 -0800 (PST)
From:      archie@whistle.com
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   docs/5691: environment variables missing from ftpio(3) man page
Message-ID:  <199802092315.PAA26699@bubba.whistle.com>

next in thread | raw e-mail | index | archive | help

>Number:         5691
>Category:       docs
>Synopsis:       environment variables missing from ftpio(3) man page
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb  9 15:40:01 PST 1998
>Last-Modified:
>Originator:     Archie Cobbs
>Organization:
Whistle Communications, Inc.
>Release:        FreeBSD 2.2.5-STABLE i386
>Environment:

	FreeBSD 2.2.5

>Description:

	Missing information in ftpio(3) man page: environment variables.

>How-To-Repeat:

	man ftpio

>Fix:

Index: ftpio.3
===================================================================
RCS file: /cvs/freebsd/src/lib/libftpio/ftpio.3,v
retrieving revision 1.11.2.2
diff -c -r1.11.2.2 ftpio.3
*** ftpio.3	1997/08/03 18:42:41	1.11.2.2
--- ftpio.3	1998/02/09 23:15:29
***************
*** 185,190 ****
--- 185,201 ----
  to the server closes when the file has been completely written.  Use the
  lower-level routines if multiple puts are required as it will be far more
  efficient.
+ .Sh ENVIRONMENT
+ .Bl -tag -width FTP_PASSIVE_MODE -offset 123
+ .It Ev FTP_TIMEOUT
+ Maximum time, in seconds, to wait for a response
+ from the peer before aborting an 
+ .Tn FTP
+ connection.
+ .It Ev FTP_PASSIVE_MODE
+ Force the use of passive mode
+ .Tn FTP .
+ .El
  .Sh BUGS
  I'm sure you can get this thing's internal state machine confused if
  you really work at it, but so far it's proven itself pretty robust in
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199802092315.PAA26699>