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_slist_append.3 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'docs/libcurl/curl_slist_append.3') 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. - -- cgit v1.2.3