sync with OpenBSD -current

This commit is contained in:
purplerain 2025-01-10 01:40:29 +00:00
parent 4b49aefbb1
commit 1fd36b57f8
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
945 changed files with 81965 additions and 59988 deletions

View file

@ -1,5 +1,5 @@
.\" auto-generated by docbook2man-spec from docbook-utils package
.TH "FcStrStrIgnoreCase" "3" "21 10月 2022" "Fontconfig 2.14.1" ""
.TH "FcStrStrIgnoreCase" "3" "22 12月 2023" "Fontconfig 2.15.0" ""
.SH NAME
FcStrStrIgnoreCase \- locate UTF-8 substring ignoring case
.SH SYNOPSIS
@ -10,7 +10,7 @@ FcChar8 * FcStrStrIgnoreCase (const FcChar8 *\fIs1\fB, const FcChar8 *\fIs2\fB);
.fi\fR
.SH "DESCRIPTION"
.PP
Returns the location of \fIs2\fR in
Returns the location of \fIs2\fR in
\fIs1\fR, ignoring case. Returns NULL if
\fIs2\fR is not present in \fIs1\fR\&.
This test is case-insensitive for all proper UTF-8 encoded strings.