Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/ftp change references from draft-ietf-ipngwg-url-lit...
details: https://anonhg.NetBSD.org/src/rev/70a47140b031
branches: trunk
changeset: 479796:70a47140b031
user: lukem <lukem%NetBSD.org@localhost>
date: Tue Dec 21 13:00:18 1999 +0000
description:
change references from draft-ietf-ipngwg-url-literal-01.txt to RFC 2732
diffstat:
usr.bin/ftp/fetch.c | 8 ++++----
usr.bin/ftp/ftp.1 | 10 ++++------
2 files changed, 8 insertions(+), 10 deletions(-)
diffs (68 lines):
diff -r 61abef5c8001 -r 70a47140b031 usr.bin/ftp/fetch.c
--- a/usr.bin/ftp/fetch.c Tue Dec 21 12:57:45 1999 +0000
+++ b/usr.bin/ftp/fetch.c Tue Dec 21 13:00:18 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fetch.c,v 1.101 1999/12/11 00:56:13 lukem Exp $ */
+/* $NetBSD: fetch.c,v 1.102 1999/12/21 13:00:18 lukem Exp $ */
/*-
* Copyright (c) 1997-1999 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: fetch.c,v 1.101 1999/12/11 00:56:13 lukem Exp $");
+__RCSID("$NetBSD: fetch.c,v 1.102 1999/12/21 13:00:18 lukem Exp $");
#endif /* not lint */
/*
@@ -262,7 +262,7 @@
* the number given, or ftpport if ftp://, or httpport if http://.
*
* If <host> is surrounded by `[' and ']', it's parsed as an
- * IPv6 address (as per draft-ietf-ipngwg-url-literal-01.txt).
+ * IPv6 address (as per RFC 2732).
*
* XXX: this is not totally RFC 1738 compliant; <path> will have the
* leading `/' unless it's an ftp:// URL, as this makes things easier
@@ -365,7 +365,7 @@
#ifdef INET6
/*
* Check if thost is an encoded IPv6 address, as per
- * draft-ietf-ipngwg-url-literal-01.txt:
+ * RFC 2732:
* `[' ipv6-address ']'
*/
if (*thost == '[') {
diff -r 61abef5c8001 -r 70a47140b031 usr.bin/ftp/ftp.1
--- a/usr.bin/ftp/ftp.1 Tue Dec 21 12:57:45 1999 +0000
+++ b/usr.bin/ftp/ftp.1 Tue Dec 21 13:00:18 1999 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ftp.1,v 1.60 1999/11/26 21:41:57 lukem Exp $
+.\" $NetBSD: ftp.1,v 1.61 1999/12/21 13:00:19 lukem Exp $
.\"
.\" Copyright (c) 1996-1999 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -68,7 +68,7 @@
.\"
.\" @(#)ftp.1 8.3 (Berkeley) 10/9/94
.\"
-.Dd November 27, 1999
+.Dd December 20, 1999
.Dt FTP 1
.Os
.Sh NAME
@@ -1936,11 +1936,9 @@
.Cm RFC 1123 ,
.Cm RFC 1738 ,
.Cm RFC 2068 ,
+.Cm RFC 2428 ,
and
-.Cm RFC 2428 .
-.Pp
-The following IETF draft proposals are also implemented:
-.Cm draft-ietf-ipngwg-url-literal-01.txt
+.Cm RFC 2732 .
.Sh HISTORY
The
.Nm
Home |
Main Index |
Thread Index |
Old Index