Update to the new FSF address
[infodrom/cgilib] / cgiFreeList.3
index 36d52c4..d8b846e 100644 (file)
@@ -1,5 +1,5 @@
 .\" cgiFreeList - Frees memory used by a list
 .\" cgiFreeList - Frees memory used by a list
-.\" Copyright (c) 1999 by Martin Schulze <joey@infodrom.org>
+.\" 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
 .\" 
 .\" 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
 .\" 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 cgiFreeList 3 "20 August 1999" "CGI Library" "Programmer's Manual"
+.TH cgiFreeList 3 "6 April 2008" "CGI Library" "Programmer's Manual"
 .SH NAME
 cgiFreeList \- Frees memory used by a list
 .SH SYNOPSYS
 .SH NAME
 cgiFreeList \- Frees memory used by a list
 .SH SYNOPSYS
@@ -26,9 +26,10 @@ cgiFreeList \- Frees memory used by a list
 .fi
 .SH DESCRIPTION
 A zero terminated list of characters is returned by the routines
 .fi
 .SH DESCRIPTION
 A zero terminated list of characters is returned by the routines
-.BR cgiGetVariables (3)
+.BR cgiGetVariables (3),
+.BR cgiGetCookies (3),
 and
 and
-.BR cgiGetCookies (3).
+.BR cgiGetFiles (3).
 This routine frees memory allocated by these routines.
 
 .SH "AUTHOR"
 This routine frees memory allocated by these routines.
 
 .SH "AUTHOR"
@@ -38,4 +39,5 @@ please get in touch with him.
 
 .SH "SEE ALSO"
 .BR cgiGetVariables (3),
 
 .SH "SEE ALSO"
 .BR cgiGetVariables (3),
+.BR cgiGetFiles (3),
 .BR cgiGetCookies (3).
 .BR cgiGetCookies (3).