From 25bcd45034b2289becfb34a762d5a8c0e9a0c0ef Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 27 Feb 2004 15:34:06 +0000 Subject: formatting update to produce better links with the new roffit version --- docs/libcurl/curl_getenv.3 | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'docs/libcurl/curl_getenv.3') diff --git a/docs/libcurl/curl_getenv.3 b/docs/libcurl/curl_getenv.3 index d10932197..5cfd3a496 100644 --- a/docs/libcurl/curl_getenv.3 +++ b/docs/libcurl/curl_getenv.3 @@ -8,7 +8,7 @@ curl_getenv - return value for environment name .SH SYNOPSIS .B #include .sp -.BI "char *curl_getenv(const char *" name "); +.BI "char *curl_getenv(const char *" name ");" .ad .SH DESCRIPTION curl_getenv() is a portable wrapper for the getenv() function, meant to @@ -18,7 +18,7 @@ systems libcurl builds on (including win32). If successful, curl_getenv() returns a pointer to the value of the specified environment. The memory it refers to is malloc()ed why the application must free() this when the data has completed to serve its purpose. When -.I curl_getenv() +.I curl_getenv(3) fails to find the specified name, it returns a null pointer. .SH NOTE Under unix operating systems, there isn't any point in returning an allocated @@ -27,6 +27,3 @@ unix implementation thus have to suffer slightly from the drawbacks of other systems. .SH "SEE ALSO" .BR getenv "(3C), " -.SH BUGS -Surely there are some, you tell me! - -- cgit v1.2.3