From 000fb64288e6720527f55bf8c37e36c07a308d49 Mon Sep 17 00:00:00 2001 From: wosch Date: Sat, 5 Oct 1996 22:27:30 +0000 Subject: delete doubled words, e.g.: "the the" -> "the" --- lib/libftpio/ftpio.3 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/libftpio') 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 -- cgit v1.1