diff options
author | wosch <wosch@FreeBSD.org> | 1996-10-05 22:27:30 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1996-10-05 22:27:30 +0000 |
commit | 000fb64288e6720527f55bf8c37e36c07a308d49 (patch) | |
tree | e09db4b1b56461dbe8a4d233c39a90678607f597 /lib/libftpio | |
parent | e5ff1bbc6e5b0efe790ab98ee1d41555abd74268 (diff) | |
download | FreeBSD-src-000fb64288e6720527f55bf8c37e36c07a308d49.zip FreeBSD-src-000fb64288e6720527f55bf8c37e36c07a308d49.tar.gz |
delete doubled words, e.g.: "the the" -> "the"
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 |