gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 45/411: docs: non-existing macros in man pages


From: gnunet
Subject: [gnurl] 45/411: docs: non-existing macros in man pages
Date: Wed, 13 Jan 2021 01:17:40 +0100

This is an automated email from the git hooks/post-receive script.

nikita pushed a commit to branch master
in repository gnurl.

commit 0ac310a825c5333cd1586ad0cab55f3d6bef3ecc
Author: Alessandro Ghedini <alessandro@ghedini.me>
AuthorDate: Mon Aug 24 10:00:13 2020 +0200

    docs: non-existing macros in man pages
    
    As reported by man(1) when invoked as:
    
      man --warnings -E UTF-8 -l -Tutf8 -Z <file> >/dev/null
    
    Closes #5846
---
 docs/libcurl/opts/CURLOPT_PROXY_CAPATH.3  | 2 +-
 docs/libcurl/opts/CURLOPT_WRITEFUNCTION.3 | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/libcurl/opts/CURLOPT_PROXY_CAPATH.3 
b/docs/libcurl/opts/CURLOPT_PROXY_CAPATH.3
index 6acec6bdb..0f9ad9c78 100644
--- a/docs/libcurl/opts/CURLOPT_PROXY_CAPATH.3
+++ b/docs/libcurl/opts/CURLOPT_PROXY_CAPATH.3
@@ -67,5 +67,5 @@ CURLE_UNKNOWN_OPTION
 CURLE_OUT_OF_MEMORY
 .SH "SEE ALSO"
 .BR CURLOPT_PROXY_CAINFO "(3), "
-.Br CURLOPT_CAINFO "(3), " CURLOPT_PROXY_SSL_VERIFYHOST "(3), "
+.BR CURLOPT_CAINFO "(3), " CURLOPT_PROXY_SSL_VERIFYHOST "(3), "
 .BR CURLOPT_STDERR "(3), " CURLOPT_DEBUGFUNCTION "(3), "
diff --git a/docs/libcurl/opts/CURLOPT_WRITEFUNCTION.3 
b/docs/libcurl/opts/CURLOPT_WRITEFUNCTION.3
index cba599e9b..03dfca957 100644
--- a/docs/libcurl/opts/CURLOPT_WRITEFUNCTION.3
+++ b/docs/libcurl/opts/CURLOPT_WRITEFUNCTION.3
@@ -76,7 +76,7 @@ Support for the CURL_WRITEFUNC_PAUSE return code was added in 
version 7.18.0.
 .SH RETURN VALUE
 This will return CURLE_OK.
 .SH EXAMPLE
-.NF
+.nf
  struct memory {
    char *response;
    size_t size;
@@ -106,7 +106,7 @@ This will return CURLE_OK.
 
  /* we pass our 'chunk' struct to the callback function */
  curl_easy_setopt(curl_handle, CURLOPT_WRITEDATA, (void *)&chunk);
-.FI
+.fi
 .SH "SEE ALSO"
 .BR CURLOPT_WRITEDATA "(3), " CURLOPT_READFUNCTION "(3), "
 .BR CURLOPT_HEADERFUNCTION "(3), "

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]