aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_getenv.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-02-27 15:34:06 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-02-27 15:34:06 +0000
commit25bcd45034b2289becfb34a762d5a8c0e9a0c0ef (patch)
treec3e2e532e660464ddaccf08fe67663690fea0032 /docs/libcurl/curl_getenv.3
parentf53d6e1c39471f4b793294490e80c6321b173066 (diff)
formatting update to produce better links with the new roffit version
Diffstat (limited to 'docs/libcurl/curl_getenv.3')
-rw-r--r--docs/libcurl/curl_getenv.37
1 files changed, 2 insertions, 5 deletions
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 <curl/curl.h>
.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!
-