From 7c68ab2f2b84af49d8620b6ce7d57a6daf9f4ff2 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 19 May 1998 19:13:01 +0000 Subject: [PATCH] Added entry for mimetypes. --- Doc/lib/libwww.tex | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Doc/lib/libwww.tex b/Doc/lib/libwww.tex index 5e698e42e90..1a92fdf2e6e 100644 --- a/Doc/lib/libwww.tex +++ b/Doc/lib/libwww.tex @@ -78,6 +78,9 @@ written by Sun Microsystems, Inc. June 1987. \item[mailcap] --- Mailcap file handling. See \rfc{1524}. +\item[mimetypes] +--- Mapping of filename extensions to MIME types. + \item[base64] --- Encode/decode binary files using the MIME base64 encoding.