=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/ftp.1,v retrieving revision 1.59 retrieving revision 1.60 diff -c -r1.59 -r1.60 *** src/usr.bin/ftp/ftp.1 2007/06/13 13:52:26 1.59 --- src/usr.bin/ftp/ftp.1 2007/06/13 18:43:16 1.60 *************** *** 1,4 **** ! .\" $OpenBSD: ftp.1,v 1.59 2007/06/13 13:52:26 pyr Exp $ .\" $NetBSD: ftp.1,v 1.22 1997/08/18 10:20:22 lukem Exp $ .\" .\" Copyright (c) 1985, 1989, 1990, 1993 --- 1,4 ---- ! .\" $OpenBSD: ftp.1,v 1.60 2007/06/13 18:43:16 jmc Exp $ .\" $NetBSD: ftp.1,v 1.22 1997/08/18 10:20:22 lukem Exp $ .\" .\" Copyright (c) 1985, 1989, 1990, 1993 *************** *** 39,45 **** .Sh SYNOPSIS .Nm ftp .Op Fl 46AadEegimnptVv ! .Op Fl c Ar cookiefile .Op Fl P Ar port .Op Fl r Ar seconds .Op Ar host Op Ar port --- 39,45 ---- .Sh SYNOPSIS .Nm ftp .Op Fl 46AadEegimnptVv ! .Op Fl c Ar cookie .Op Fl P Ar port .Op Fl r Ar seconds .Op Ar host Op Ar port *************** *** 109,123 **** Causes .Nm to bypass the normal login procedure and use an anonymous login instead. ! .It Fl c ! Load a Netscape type cookiejar file. ! This option is only useful for HTTP and HTTPS transfers. With this option relevant cookies from the jar are sent with each HTTP(S) request. ! Setting the http_cookies environment variable has the same effect. ! If both the http_cookies environment variable is set and the .Fl c ! argument is given, the latter will take precedence. .It Fl d Enables debugging. .It Fl E --- 109,127 ---- Causes .Nm to bypass the normal login procedure and use an anonymous login instead. ! .It Fl c Ar cookie ! Load a Netscape-like cookiejar file ! for HTTP and HTTPS transfers. With this option relevant cookies from the jar are sent with each HTTP(S) request. ! Setting the ! .Ev http_cookies ! environment variable has the same effect. ! If both the ! .Ev http_cookies ! environment variable is set and the .Fl c ! argument is given, the latter takes precedence. .It Fl d Enables debugging. .It Fl E *************** *** 1516,1522 **** .It Ev http_proxy URL of HTTP proxy to use when making HTTP or HTTPS URL requests. .It Ev http_cookies ! Path of a Netscape like cookiejar to use when making HTTP or HTTPS URL requests. .El .Sh PORT ALLOCATION --- 1520,1526 ---- .It Ev http_proxy URL of HTTP proxy to use when making HTTP or HTTPS URL requests. .It Ev http_cookies ! Path of a Netscape-like cookiejar file to use when making HTTP or HTTPS URL requests. .El .Sh PORT ALLOCATION