Fix RFC URL reference.

This commit is contained in:
sperber 2002-09-02 09:24:38 +00:00
parent b6ff601949
commit 4ef633af08
1 changed files with 5 additions and 2 deletions

View File

@ -9,8 +9,11 @@
;;; RFC 822 is the "Standard for the format of ARPA Internet text messages"
;;; -- the document that essentially tells how the fields in email headers
;;; (e.g., the Subject: and To: fields) are formatted. This code is for
;;; parsing these headers. Here are two pointers to the document:
;;; URL http://www.ietf.org/rfc/rfc0822.txt
;;; parsing these headers.
;;; Here is a pointer to the document:
;;; http://www.ietf.org/rfc/rfc0822.txt
;;; RFC 822 parsing is useful in other contexts as well -- the HTTP protocol
;;; uses it, and it tends to pop up here and there.
;;;