fontconfig: Branch 'master'

[email protected] (Akira TAGOH)
Newsgroups gmane.comp.fonts.fontconfig
Message-ID <[email protected]>
 doc/fontconfig-user.sgml |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit c78afa906699933e87889895ca2039887943b639
Author: Akira TAGOH <[email protected]>
Date:   Thu Apr 19 11:45:45 2018 +0900

    Fix typo in doc
    
    https://bugs.freedesktop.org/show_bug.cgi?id=106128

diff --git a/doc/fontconfig-user.sgml b/doc/fontconfig-user.sgml
index e065ff7..43ac957 100644
--- a/doc/fontconfig-user.sgml
+++ b/doc/fontconfig-user.sgml
@@ -589,9 +589,9 @@ This is an example of a system-wide configuration file
 	Names not including any well known alias are given 'sans-serif'
 --&gt;
 &lt;match target="pattern"&gt;
-	&lt;test qual="all" name="family" mode="not_eq"&gt;&lt;string&gt;sans-serif&lt;/string&gt;&lt;/test&gt;
-	&lt;test qual="all" name="family" mode="not_eq"&gt;&lt;string&gt;serif&lt;/string&gt;&lt;/test&gt;
-	&lt;test qual="all" name="family" mode="not_eq"&gt;&lt;string&gt;monospace&lt;/string&gt;&lt;/test&gt;
+	&lt;test qual="all" name="family" compare="not_eq"&gt;&lt;string&gt;sans-serif&lt;/string&gt;&lt;/test&gt;
+	&lt;test qual="all" name="family" compare="not_eq"&gt;&lt;string&gt;serif&lt;/string&gt;&lt;/test&gt;
+	&lt;test qual="all" name="family" compare="not_eq"&gt;&lt;string&gt;monospace&lt;/string&gt;&lt;/test&gt;
 	&lt;edit name="family" mode="append_last"&gt;&lt;string&gt;sans-serif&lt;/string&gt;&lt;/edit&gt;
 &lt;/match&gt;
 
@@ -653,7 +653,7 @@ This is an example of a system-wide configuration file
 	add 'monospace' as the alternative
 --&gt;
 &lt;match target="pattern"&gt;
-	&lt;test name="family" mode="eq"&gt;
+	&lt;test name="family" compare="eq"&gt;
 		&lt;string&gt;Courier New&lt;/string&gt;
 	&lt;/test&gt;
 	&lt;edit name="family" mode="prepend"&gt;
@@ -661,7 +661,7 @@ This is an example of a system-wide configuration file
 	&lt;/edit&gt;
 &lt;/match&gt;
 &lt;match target="pattern"&gt;
-	&lt;test name="family" mode="eq"&gt;
+	&lt;test name="family" compare="eq"&gt;
 		&lt;string&gt;Courier&lt;/string&gt;
 	&lt;/test&gt;
 	&lt;edit name="family" mode="prepend"&gt;
_______________________________________________
Fontconfig mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/fontconfig
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.