diff options
Diffstat (limited to 'lib/libftpio')
-rw-r--r-- | lib/libftpio/ftpio.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libftpio/ftpio.3 b/lib/libftpio/ftpio.3 index 15631e7..4304c1c 100644 --- a/lib/libftpio/ftpio.3 +++ b/lib/libftpio/ftpio.3 @@ -22,6 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $Id$ .\" .Dd June 17, 1996 .Dt ftpio 3 @@ -90,7 +91,7 @@ subsequent FTP operations. On failure, NULL is returned and will return the error code returned by the foreign server. .Pp .Fn ftpChdir -attempts to issue a server CD command to the the directory named in +attempts to issue a server CD command to the directory named in .Fa dir. On success, zero is returned. On failure, the error code from the server. .Pp |