Update to the new FSF address
[infodrom/cgilib] / cgiGetValue.3
index 12420e2..5c59556 100644 (file)
@@ -1,5 +1,5 @@
 .\" cgiGetValue - Return the value of a CGI variable
-.\" Copyright (c) 1998,9 by Martin Schulze <joey@infodrom.north.de>
+.\" Copyright (c) 1998,9,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 cgiGetValue 3 "17 August 1999" "CGI Library" "Programmer's Manual"
+.TH cgiGetValue 3 "6 April 2008" "CGI Library" "Programmer's Manual"
 .SH NAME
 cgiGetValue \- Return the value of a CGI variable
 .SH SYNOPSYS
@@ -35,19 +35,21 @@ fields are used (i.e. a variable that may contain several values) the
 value returned contains all these values concatenated together with a
 newline character as separator.
 
+Memory allocated by the returned value is automatically freed by the
+final call to
+.BR cgiFree (3).
 .SH "RETURN VALUE"
 On success a pointer to a string is returned.  If the variable wasn't
 transmitted through CGI or was empty 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 cgiGetVariables (3),
 .BR cgiGetCookie (3),
 .BR cgiGetCookies (3),
 .BR cgiDebug (3),
 .BR cgiHeader (3),
-.BR cgiInit (3).
+.BR cgiInit (3),
+.BR cgiFree (3).