diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-05-19 16:43:08 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-05-19 16:43:08 +0000 |
commit | 5004f4459b5d8a51b244d16586a89bf275b5d5cd (patch) | |
tree | e6ca93aacaa674ac7c32e39a9444d9a9ba934c9a | |
parent | 73e13d53c710689f82e444d78f116ef070efb828 (diff) |
be more explicit about HTTPS;
-rw-r--r-- | usr.bin/ftp/ftp.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ftp/ftp.1 b/usr.bin/ftp/ftp.1 index 39ed87dbfdd..53b2ee8f1ec 100644 --- a/usr.bin/ftp/ftp.1 +++ b/usr.bin/ftp/ftp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ftp.1,v 1.54 2006/05/16 16:20:42 deraadt Exp $ +.\" $OpenBSD: ftp.1,v 1.55 2006/05/19 16:43:07 jmc Exp $ .\" $NetBSD: ftp.1,v 1.22 1997/08/18 10:20:22 lukem Exp $ .\" .\" Copyright (c) 1985, 1989, 1990, 1993 @@ -76,8 +76,8 @@ standard File Transfer Protocol (FTP). The program allows a user to transfer files to and from a remote network site. .Pp -The latter three usage formats will fetch a file using either the -HTTP or FTP protocols into the current directory. +The latter four usage formats will fetch a file using either the +FTP, HTTP, or HTTPS protocols into the current directory. This is ideal for scripts. Refer to .Sx AUTO-FETCHING FILES |