Update to the new FSF address
[infodrom/cgilib] / cgiFree.3
index 849475f..9de009d 100644 (file)
--- a/cgiFree.3
+++ b/cgiFree.3
@@ -1,5 +1,5 @@
 .\" cgiFree - Frees the data structures
-.\" Copyright (c) 1999 by Martin Schulze <joey@infodrom.north.de>
+.\" Copyright (c) 1999,2007,8 by Martin Schulze <joey@infodrom.org>
 .\" 
 .\" This program is free software; you can redistribute it and/or modify
 .\" it under the terms of the GNU General Public License as published by
 .\" GNU General Public License for more details.
 .\" 
 .\" You should have received a copy of the GNU General Public License
-.\" along with this program; if not, write to the Free Software
-.\" Foundation, Inc.,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+.\" along with this program; if not, write to the Free Software Foundation
+.\" Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 .\"
-.TH cgiFree 3 "17 August 1999" "CGI Library" "Programmer's Manual"
+.TH cgiFree 3 "6 April 2008" "CGI Library" "Programmer's Manual"
 .SH NAME
-cgiFree \- Frees the data structures
+cgiFree \- Frees CGI data structure
 .SH SYNOPSYS
 .nf
 .B #include <cgi.h>
@@ -25,17 +25,18 @@ cgiFree \- Frees the data structures
 .BI "void cgiFree (s_cgi *" parms );
 .fi
 .SH DESCRIPTION
-This routine only frees memory held by internal CGI datastructures.
+This routine frees memory allocated by CGI parsing routines.
+Temporary files from CGI file upload are also removed.
 This is the opposite of
 .BR cgiInit (3).
 
-After this routine was called, no variables, cookies and no additional
+After this routine was called, no variables, cookies, files and no additional
 header lines are available.  The result type is also reset to
 "text/html".
 
 .SH "AUTHOR"
 This CGI library is written by Martin Schulze
-<joey@infodrom.north.de>.  If you have additions or improvements
+<joey@infodrom.org>.  If you have additions or improvements
 please get in touch with him.
 
 .SH "SEE ALSO"