diff options
author | schweikh <schweikh@FreeBSD.org> | 2002-12-27 12:15:40 +0000 |
---|---|---|
committer | schweikh <schweikh@FreeBSD.org> | 2002-12-27 12:15:40 +0000 |
commit | fec6546e12b076c18d8f6ccef5737bc62ee319cc (patch) | |
tree | ab5e026aafe37b18ff362bec5a3c4765fb7813f5 /lib/libftpio | |
parent | 72aba11981608aab3a44b464cea3d5fa00469d50 (diff) | |
download | FreeBSD-src-fec6546e12b076c18d8f6ccef5737bc62ee319cc.zip FreeBSD-src-fec6546e12b076c18d8f6ccef5737bc62ee319cc.tar.gz |
english(4) police.
Diffstat (limited to 'lib/libftpio')
-rw-r--r-- | lib/libftpio/ftpio.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libftpio/ftpio.3 b/lib/libftpio/ftpio.3 index 3852791..72445a6 100644 --- a/lib/libftpio/ftpio.3 +++ b/lib/libftpio/ftpio.3 @@ -111,7 +111,7 @@ more about what happened if you're familiar with FTP error codes). returns a human readable version of the supplied server failure code. .Pp .Fn ftpGet -attempts to retreive the file named by the +attempts to retrieve the file named by the .Fa file argument (which is assumed to be relative to the FTP server's current directory, see @@ -169,7 +169,7 @@ to boolean value .Fa status . .Pp .Fn ftpGetURL -attempts to retreive the file named by the supplied +attempts to retrieve the file named by the supplied .Fa URL and can be considered equivalent to the combined .Fn ftpLogin , |