summaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_slist_append.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_slist_append.3
parentf53d6e1c39471f4b793294490e80c6321b173066 (diff)
downloadcurl-25bcd45034b2289becfb34a762d5a8c0e9a0c0ef.tar.gz
formatting update to produce better links with the new roffit version
Diffstat (limited to 'docs/libcurl/curl_slist_append.3')
-rw-r--r--docs/libcurl/curl_slist_append.36
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/libcurl/curl_slist_append.3 b/docs/libcurl/curl_slist_append.3
index b47a38320..8a61366f1 100644
--- a/docs/libcurl/curl_slist_append.3
+++ b/docs/libcurl/curl_slist_append.3
@@ -18,7 +18,8 @@ the new list is returned from this function. The specified \fIstring\fP has
been appended when this function returns. curl_slist_append() copies the
string.
-The list should be freed again (after usage) with \fBcurl_slist_free_all()\fP.
+The list should be freed again (after usage) with
+\fBcurl_slist_free_all(3)\fP.
.SH RETURN VALUE
A null pointer is returned if anything went wrong, otherwise the new list
pointer is returned.
@@ -34,6 +35,3 @@ pointer is returned.
curl_slist_free_all(slist); /* free the list again */
.SH "SEE ALSO"
.BR curl_slist_free_all "(3), "
-.SH BUGS
-None.
-