From archie@whistle.com  Mon Feb  9 15:30:30 1998
Received: from whistle.com (s205m131.whistle.com [207.76.205.131])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA22507
          for <FreeBSD-gnats-submit@freebsd.org>; Mon, 9 Feb 1998 15:30:30 -0800 (PST)
          (envelope-from archie@whistle.com)
Received: (from smap@localhost) by whistle.com (8.7.5/8.6.12) id PAA01174 for <FreeBSD-gnats-submit@freebsd.org>; Mon, 9 Feb 1998 15:16:05 -0800 (PST)
Received: from bubba.whistle.com(207.76.205.7) by whistle.com via smap (V1.3)
	id sma001166; Mon Feb  9 15:15:48 1998
Received: (from archie@localhost) by bubba.whistle.com (8.8.7/8.6.12) id PAA26699; Mon, 9 Feb 1998 15:15:48 -0800 (PST)
Message-Id: <199802092315.PAA26699@bubba.whistle.com>
Date: Mon, 9 Feb 1998 15:15:48 -0800 (PST)
From: archie@whistle.com
Reply-To: archie@whistle.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: environment variables missing from ftpio(3) man page
X-Send-Pr-Version: 3.2

>Number:         5691
>Category:       docs
>Synopsis:       environment variables missing from ftpio(3) man page
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb  9 15:40:01 PST 1998
>Closed-Date:    Mon Feb 9 23:02:12 PST 1998
>Last-Modified:  Mon Feb  9 23:02:24 PST 1998
>Originator:     Archie Cobbs
>Release:        FreeBSD 2.2.5-STABLE i386
>Organization:
Whistle Communications, Inc.
>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
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: jkh 
State-Changed-When: Mon Feb 9 23:02:12 PST 1998 
State-Changed-Why:  
Fix applied, thanks! 
>Unformatted:
