diff options
Diffstat (limited to 'lib/libftpio/ftpio.3')
-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 38527913c3a2..72445a6aa79d 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 , |