Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/ftp correct URL syntax in comment



details:   https://anonhg.NetBSD.org/src/rev/aa4334870eee
branches:  trunk
changeset: 555914:aa4334870eee
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu Dec 04 12:51:18 2003 +0000

description:
correct URL syntax in comment

diffstat:

 usr.bin/ftp/fetch.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 71273c93371d -r aa4334870eee usr.bin/ftp/fetch.c
--- a/usr.bin/ftp/fetch.c       Thu Dec 04 12:42:54 2003 +0000
+++ b/usr.bin/ftp/fetch.c       Thu Dec 04 12:51:18 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fetch.c,v 1.144 2003/07/31 05:23:59 lukem Exp $        */
+/*     $NetBSD: fetch.c,v 1.145 2003/12/04 12:51:18 lukem Exp $        */
 
 /*-
  * Copyright (c) 1997-2003 The NetBSD Foundation, Inc.
@@ -41,7 +41,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: fetch.c,v 1.144 2003/07/31 05:23:59 lukem Exp $");
+__RCSID("$NetBSD: fetch.c,v 1.145 2003/12/04 12:51:18 lukem Exp $");
 #endif /* not lint */
 
 /*
@@ -245,7 +245,7 @@
 
 /*
  * Parse URL of form:
- *     <type>://[<user>[:<password>@]]<host>[:<port>][/<path>]
+ *     <type>://[<user>[:<password>]@]<host>[:<port>][/<path>]
  * Returns -1 if a parse error occurred, otherwise 0.
  * It's the caller's responsibility to url_decode() the returned
  * user, pass and path.



Home | Main Index | Thread Index | Old Index