Update to the new FSF address
[infodrom/cgilib] / cgiGetCookies.3
index 76d80fb..3fe1a3f 100644 (file)
@@ -1,5 +1,5 @@
 .\" cgiGetCookies - Returns a list of cookies
-.\" 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 cgiGetCookies 3 "20 August 1999" "CGI Library" "Programmer's Manual"
+.TH cgiGetCookies 3 "6 April 2008" "CGI Library" "Programmer's Manual"
 .SH NAME
 cgiGetCookies \- Returns a list of cookies
 .SH SYNOPSYS
@@ -25,23 +25,20 @@ cgiGetCookies \- Returns a list of cookies
 .BI "char **cgiGetCookies (s_cgi *" parms );
 .fi
 .SH DESCRIPTION
-This routine returns a NULL terminated array of cookies that were
+This routine returns a NULL terminated array of names of cookies that were
 transmitted by the client.  To get the value of a cookie you'll have
 to use
 .BR cgiGetCookie (3).
-To free the allocated memory, use
+To free the memory allocated for the array, use
 .BR cgiFreeList (3).
-
 .SH "RETURN VALUE"
 On success a NULL terminated array of strings is returned.  The last
 element is set to NULL.  If an error occurred or if no cookies were
 available NULL is returned.
-
 .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"
 .BR cgiGetValue (3),
 .BR cgiGetVariables (3),