diff options
author | 2006-05-19 16:43:07 +0000 | |
---|---|---|
committer | 2006-05-19 16:43:07 +0000 | |
commit | aaa2e47f21c8fb83eb38f534e5c8e9edea8ca306 (patch) | |
tree | 0e458e9fbab5df186341905b9a513404c2d9d96e /usr.bin/ftp/ftp.1 | |
parent | older alpha machines use mop; from miod (diff) | |
download | wireguard-openbsd-aaa2e47f21c8fb83eb38f534e5c8e9edea8ca306.tar.xz wireguard-openbsd-aaa2e47f21c8fb83eb38f534e5c8e9edea8ca306.zip |
be more explicit about HTTPS;
Diffstat (limited to 'usr.bin/ftp/ftp.1')
-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 |