Skip to content

Commit

Permalink
libcurl/c/curl_strnequal: new stand-alone page
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Jul 1, 2024
1 parent 2643c75 commit 6a5302d
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
6 changes: 6 additions & 0 deletions libcurl/c/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ PAGES = \
curl_slist_append.html \
curl_slist_free_all.html \
curl_strequal.html \
curl_strnequal.html \
curl_unescape.html \
curl_version.html \
curl_version_info.html \
Expand Down Expand Up @@ -309,6 +310,11 @@ curl_strequal.html: _curl_strequal.html $(MAINPARTS_CAPI) curl_strequal.gen
curl_strequal.gen: $(MANROOT)/curl_strequal.3 curlopt2href.pl
$(REN)$(MAN2HTML) < $< >$@

curl_strnequal.html: _curl_strnequal.html $(MAINPARTS_CAPI) curl_strnequal.gen
$(REN)$(MANACTION)
curl_strnequal.gen: $(MANROOT)/curl_strnequal.3 curlopt2href.pl
$(REN)$(MAN2HTML) < $< >$@

curl_mprintf.html: _curl_mprintf.html $(MAINPARTS_CAPI) curl_mprintf.gen
$(REN)$(MANACTION)
curl_mprintf.gen: $(MANROOT)/curl_mprintf.3 curlopt2href.pl
Expand Down
24 changes: 24 additions & 0 deletions libcurl/c/_curl_strnequal.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
#include "_doctype.html"
<html>
<head> <title>libcurl - curl_strnequal()</title>
#include "css.t"
#include "manpage.t"
</head>

#define RAW_FILE curl_strequal.md
#define BUG_TITLE curl_strequal%20man%20page:
#define MENU_EASY
#define LIBCURL_DOCS
#define DOCS_STREQUAL

#include "_menu.html"
#include "setup.t"

WHERE3(libcurl, "/libcurl/", API, "/libcurl/c/", curl_strequal)
TITLE(curl_strnequal - compare two strings ignoring case)
#include "libcurl-related.t"
#include "curl_strnequal.gen"
#include "_footer.html"

</body>
</html>

0 comments on commit 6a5302d

Please sign in to comment.