[wiki] [sites] Fix character escapes in manuals || Laslo Hunhold

From: <git_AT_suckless.org>
Date: Fri, 07 Oct 2022 11:01:54 +0200

commit 31b1070d8ec1bb713036eb6b40eba86ff00e8f50
Author: Laslo Hunhold <dev_AT_frign.de>
Date: Fri Oct 7 11:01:46 2022 +0200

    Fix character escapes in manuals
    
    Signed-off-by: Laslo Hunhold <dev_AT_frign.de>

diff --git a/libs.suckless.org/libgrapheme/man/grapheme_decode_utf8.3/index.md b/libs.suckless.org/libgrapheme/man/grapheme_decode_utf8.3/index.md
index f5725e91..d3af6586 100644
--- a/libs.suckless.org/libgrapheme/man/grapheme_decode_utf8.3/index.md
+++ b/libs.suckless.org/libgrapheme/man/grapheme_decode_utf8.3/index.md
_AT_@ -6,7 +6,7 @@ GRAPHEME\_DECODE\_UTF8(3) - Library Functions Manual
 
 # SYNOPSIS
 
-**#include &lt;grapheme.h>**
+**#include <grapheme.h>**
 
 *size\_t*
 **grapheme\_decode\_utf8**(*const char \*str*, *size\_t len*, *uint\_least32\_t \*cp*);
_AT_@ -107,6 +107,6 @@ libgrapheme(7)
 
 # AUTHORS
 
-Laslo Hunhold &lt;[dev_AT_frign.de](mailto:dev_AT_frign.de)&gt;
+Laslo Hunhold <[dev_AT_frign.de](mailto:dev_AT_frign.de)>
 
 suckless.org - 2022-10-06
diff --git a/libs.suckless.org/libgrapheme/man/grapheme_encode_utf8.3/index.md b/libs.suckless.org/libgrapheme/man/grapheme_encode_utf8.3/index.md
index f4a18655..56db0a29 100644
--- a/libs.suckless.org/libgrapheme/man/grapheme_encode_utf8.3/index.md
+++ b/libs.suckless.org/libgrapheme/man/grapheme_encode_utf8.3/index.md
_AT_@ -6,7 +6,7 @@ GRAPHEME\_ENCODE\_UTF8(3) - Library Functions Manual
 
 # SYNOPSIS
 
-**#include &lt;grapheme.h>**
+**#include <grapheme.h>**
 
 *size\_t*
 **grapheme\_encode\_utf8**(*uint\_least32\_t cp*, *char \*str*, *size\_t len*);
_AT_@ -108,6 +108,6 @@ libgrapheme(7)
 
 # AUTHORS
 
-Laslo Hunhold &lt;[dev_AT_frign.de](mailto:dev_AT_frign.de)&gt;
+Laslo Hunhold <[dev_AT_frign.de](mailto:dev_AT_frign.de)>
 
 suckless.org - 2022-10-06
diff --git a/libs.suckless.org/libgrapheme/man/grapheme_is_character_break.3/index.md b/libs.suckless.org/libgrapheme/man/grapheme_is_character_break.3/index.md
index 5c01d610..5434b042 100644
--- a/libs.suckless.org/libgrapheme/man/grapheme_is_character_break.3/index.md
+++ b/libs.suckless.org/libgrapheme/man/grapheme_is_character_break.3/index.md
_AT_@ -6,7 +6,7 @@ GRAPHEME\_IS\_CHARACTER\_BREAK(3) - Library Functions Manual
 
 # SYNOPSIS
 
-**#include &lt;grapheme.h>**
+**#include <grapheme.h>**
 
 *size\_t*
 **grapheme\_is\_character\_break**(*uint\_least32\_t cp1*, *uint\_least32\_t cp2*, *uint\_least16\_t \*state*);
_AT_@ -90,6 +90,6 @@ is compliant with the Unicode 15.0.0 specification.
 
 # AUTHORS
 
-Laslo Hunhold &lt;[dev_AT_frign.de](mailto:dev_AT_frign.de)&gt;
+Laslo Hunhold <[dev_AT_frign.de](mailto:dev_AT_frign.de)>
 
 suckless.org - 2022-10-06
diff --git a/libs.suckless.org/libgrapheme/man/grapheme_is_lowercase.3/index.md b/libs.suckless.org/libgrapheme/man/grapheme_is_lowercase.3/index.md
index 02de1741..9140bfbb 100644
--- a/libs.suckless.org/libgrapheme/man/grapheme_is_lowercase.3/index.md
+++ b/libs.suckless.org/libgrapheme/man/grapheme_is_lowercase.3/index.md
_AT_@ -6,7 +6,7 @@ GRAPHEME\_IS\_LOWERCASE(3) - Library Functions Manual
 
 # SYNOPSIS
 
-**#include &lt;grapheme.h>**
+**#include <grapheme.h>**
 
 *size\_t*
 **grapheme\_is\_lowercase**(*const uint\_least32\_t \*str*, *size\_t len*, *size\_t \*caselen*);
_AT_@ -60,6 +60,6 @@ is compliant with the Unicode 15.0.0 specification.
 
 # AUTHORS
 
-Laslo Hunhold &lt;[dev_AT_frign.de](mailto:dev_AT_frign.de)&gt;
+Laslo Hunhold <[dev_AT_frign.de](mailto:dev_AT_frign.de)>
 
 suckless.org - 2022-10-06
diff --git a/libs.suckless.org/libgrapheme/man/grapheme_is_lowercase_utf8.3/index.md b/libs.suckless.org/libgrapheme/man/grapheme_is_lowercase_utf8.3/index.md
index e9aca911..72bb744b 100644
--- a/libs.suckless.org/libgrapheme/man/grapheme_is_lowercase_utf8.3/index.md
+++ b/libs.suckless.org/libgrapheme/man/grapheme_is_lowercase_utf8.3/index.md
_AT_@ -6,7 +6,7 @@ GRAPHEME\_IS\_LOWERCASE\_UTF8(3) - Library Functions Manual
 
 # SYNOPSIS
 
-**#include &lt;grapheme.h>**
+**#include <grapheme.h>**
 
 *size\_t*
 **grapheme\_is\_lowercase\_utf8**(*const char \*str*, *size\_t len*, *size\_t \*caselen*);
_AT_@ -60,6 +60,6 @@ is compliant with the Unicode 15.0.0 specification.
 
 # AUTHORS
 
-Laslo Hunhold &lt;[dev_AT_frign.de](mailto:dev_AT_frign.de)&gt;
+Laslo Hunhold <[dev_AT_frign.de](mailto:dev_AT_frign.de)>
 
 suckless.org - 2022-10-06
diff --git a/libs.suckless.org/libgrapheme/man/grapheme_is_titlecase.3/index.md b/libs.suckless.org/libgrapheme/man/grapheme_is_titlecase.3/index.md
index d4897c87..4d58cd0e 100644
--- a/libs.suckless.org/libgrapheme/man/grapheme_is_titlecase.3/index.md
+++ b/libs.suckless.org/libgrapheme/man/grapheme_is_titlecase.3/index.md
_AT_@ -6,7 +6,7 @@ GRAPHEME\_IS\_TITLECASE(3) - Library Functions Manual
 
 # SYNOPSIS
 
-**#include &lt;grapheme.h>**
+**#include <grapheme.h>**
 
 *size\_t*
 **grapheme\_is\_titlecase**(*const uint\_least32\_t \*str*, *size\_t len*, *size\_t \*caselen*);
_AT_@ -60,6 +60,6 @@ is compliant with the Unicode 15.0.0 specification.
 
 # AUTHORS
 
-Laslo Hunhold &lt;[dev_AT_frign.de](mailto:dev_AT_frign.de)&gt;
+Laslo Hunhold <[dev_AT_frign.de](mailto:dev_AT_frign.de)>
 
 suckless.org - 2022-10-06
diff --git a/libs.suckless.org/libgrapheme/man/grapheme_is_titlecase_utf8.3/index.md b/libs.suckless.org/libgrapheme/man/grapheme_is_titlecase_utf8.3/index.md
index f0efa06e..f829565e 100644
--- a/libs.suckless.org/libgrapheme/man/grapheme_is_titlecase_utf8.3/index.md
+++ b/libs.suckless.org/libgrapheme/man/grapheme_is_titlecase_utf8.3/index.md
_AT_@ -6,7 +6,7 @@ GRAPHEME\_IS\_TITLECASE\_UTF8(3) - Library Functions Manual
 
 # SYNOPSIS
 
-**#include &lt;grapheme.h>**
+**#include <grapheme.h>**
 
 *size\_t*
 **grapheme\_is\_titlecase\_utf8**(*const char \*str*, *size\_t len*, *size\_t \*caselen*);
_AT_@ -60,6 +60,6 @@ is compliant with the Unicode 15.0.0 specification.
 
 # AUTHORS
 
-Laslo Hunhold &lt;[dev_AT_frign.de](mailto:dev_AT_frign.de)&gt;
+Laslo Hunhold <[dev_AT_frign.de](mailto:dev_AT_frign.de)>
 
 suckless.org - 2022-10-06
diff --git a/libs.suckless.org/libgrapheme/man/grapheme_is_uppercase.3/index.md b/libs.suckless.org/libgrapheme/man/grapheme_is_uppercase.3/index.md
index 302b5d3a..988a3546 100644
--- a/libs.suckless.org/libgrapheme/man/grapheme_is_uppercase.3/index.md
+++ b/libs.suckless.org/libgrapheme/man/grapheme_is_uppercase.3/index.md
_AT_@ -6,7 +6,7 @@ GRAPHEME\_IS\_UPPERCASE(3) - Library Functions Manual
 
 # SYNOPSIS
 
-**#include &lt;grapheme.h>**
+**#include <grapheme.h>**
 
 *size\_t*
 **grapheme\_is\_uppercase**(*const uint\_least32\_t \*str*, *size\_t len*, *size\_t \*caselen*);
_AT_@ -60,6 +60,6 @@ is compliant with the Unicode 15.0.0 specification.
 
 # AUTHORS
 
-Laslo Hunhold &lt;[dev_AT_frign.de](mailto:dev_AT_frign.de)&gt;
+Laslo Hunhold <[dev_AT_frign.de](mailto:dev_AT_frign.de)>
 
 suckless.org - 2022-10-06
diff --git a/libs.suckless.org/libgrapheme/man/grapheme_is_uppercase_utf8.3/index.md b/libs.suckless.org/libgrapheme/man/grapheme_is_uppercase_utf8.3/index.md
index e9aca911..72bb744b 100644
--- a/libs.suckless.org/libgrapheme/man/grapheme_is_uppercase_utf8.3/index.md
+++ b/libs.suckless.org/libgrapheme/man/grapheme_is_uppercase_utf8.3/index.md
_AT_@ -6,7 +6,7 @@ GRAPHEME\_IS\_LOWERCASE\_UTF8(3) - Library Functions Manual
 
 # SYNOPSIS
 
-**#include &lt;grapheme.h>**
+**#include <grapheme.h>**
 
 *size\_t*
 **grapheme\_is\_lowercase\_utf8**(*const char \*str*, *size\_t len*, *size\_t \*caselen*);
_AT_@ -60,6 +60,6 @@ is compliant with the Unicode 15.0.0 specification.
 
 # AUTHORS
 
-Laslo Hunhold &lt;[dev_AT_frign.de](mailto:dev_AT_frign.de)&gt;
+Laslo Hunhold <[dev_AT_frign.de](mailto:dev_AT_frign.de)>
 
 suckless.org - 2022-10-06
diff --git a/libs.suckless.org/libgrapheme/man/grapheme_next_character_break.3/index.md b/libs.suckless.org/libgrapheme/man/grapheme_next_character_break.3/index.md
index 09ad70e1..61658c32 100644
--- a/libs.suckless.org/libgrapheme/man/grapheme_next_character_break.3/index.md
+++ b/libs.suckless.org/libgrapheme/man/grapheme_next_character_break.3/index.md
_AT_@ -6,7 +6,7 @@ GRAPHEME\_NEXT\_CHARACTER\_BREAK(3) - Library Functions Manual
 
 # SYNOPSIS
 
-**#include &lt;grapheme.h>**
+**#include <grapheme.h>**
 
 *size\_t*
 **grapheme\_next\_character\_break**(*const uint\_least32\_t \*str*, *size\_t len*);
_AT_@ -65,6 +65,6 @@ is compliant with the Unicode 15.0.0 specification.
 
 # AUTHORS
 
-Laslo Hunhold &lt;[dev_AT_frign.de](mailto:dev_AT_frign.de)&gt;
+Laslo Hunhold <[dev_AT_frign.de](mailto:dev_AT_frign.de)>
 
 suckless.org - 2022-10-06
diff --git a/libs.suckless.org/libgrapheme/man/grapheme_next_character_break_utf8.3/index.md b/libs.suckless.org/libgrapheme/man/grapheme_next_character_break_utf8.3/index.md
index e43157a5..9add6a92 100644
--- a/libs.suckless.org/libgrapheme/man/grapheme_next_character_break_utf8.3/index.md
+++ b/libs.suckless.org/libgrapheme/man/grapheme_next_character_break_utf8.3/index.md
_AT_@ -6,7 +6,7 @@ GRAPHEME\_NEXT\_CHARACTER\_BREAK\_UTF8(3) - Library Functions Manual
 
 # SYNOPSIS
 
-**#include &lt;grapheme.h>**
+**#include <grapheme.h>**
 
 *size\_t*
 **grapheme\_next\_character\_break\_utf8**(*const char \*str*, *size\_t len*);
_AT_@ -103,6 +103,6 @@ is compliant with the Unicode 15.0.0 specification.
 
 # AUTHORS
 
-Laslo Hunhold &lt;[dev_AT_frign.de](mailto:dev_AT_frign.de)&gt;
+Laslo Hunhold <[dev_AT_frign.de](mailto:dev_AT_frign.de)>
 
 suckless.org - 2022-10-06
diff --git a/libs.suckless.org/libgrapheme/man/grapheme_next_line_break.3/index.md b/libs.suckless.org/libgrapheme/man/grapheme_next_line_break.3/index.md
index 0d674b67..8e714575 100644
--- a/libs.suckless.org/libgrapheme/man/grapheme_next_line_break.3/index.md
+++ b/libs.suckless.org/libgrapheme/man/grapheme_next_line_break.3/index.md
_AT_@ -6,7 +6,7 @@ GRAPHEME\_NEXT\_LINE\_BREAK(3) - Library Functions Manual
 
 # SYNOPSIS
 
-**#include &lt;grapheme.h>**
+**#include <grapheme.h>**
 
 *size\_t*
 **grapheme\_next\_line\_break**(*const uint\_least32\_t \*str*, *size\_t len*);
_AT_@ -61,6 +61,6 @@ is compliant with the Unicode 15.0.0 specification.
 
 # AUTHORS
 
-Laslo Hunhold &lt;[dev_AT_frign.de](mailto:dev_AT_frign.de)&gt;
+Laslo Hunhold <[dev_AT_frign.de](mailto:dev_AT_frign.de)>
 
 suckless.org - 2022-10-06
diff --git a/libs.suckless.org/libgrapheme/man/grapheme_next_line_break_utf8.3/index.md b/libs.suckless.org/libgrapheme/man/grapheme_next_line_break_utf8.3/index.md
index 9c1c4aab..f8682997 100644
--- a/libs.suckless.org/libgrapheme/man/grapheme_next_line_break_utf8.3/index.md
+++ b/libs.suckless.org/libgrapheme/man/grapheme_next_line_break_utf8.3/index.md
_AT_@ -6,7 +6,7 @@ GRAPHEME\_NEXT\_LINE\_BREAK\_UTF8(3) - Library Functions Manual
 
 # SYNOPSIS
 
-**#include &lt;grapheme.h>**
+**#include <grapheme.h>**
 
 *size\_t*
 **grapheme\_next\_line\_break\_utf8**(*const char \*str*, *size\_t len*);
_AT_@ -99,6 +99,6 @@ is compliant with the Unicode 15.0.0 specification.
 
 # AUTHORS
 
-Laslo Hunhold &lt;[dev_AT_frign.de](mailto:dev_AT_frign.de)&gt;
+Laslo Hunhold <[dev_AT_frign.de](mailto:dev_AT_frign.de)>
 
 suckless.org - 2022-10-06
diff --git a/libs.suckless.org/libgrapheme/man/grapheme_next_sentence_break.3/index.md b/libs.suckless.org/libgrapheme/man/grapheme_next_sentence_break.3/index.md
index 6cd35686..d48f2680 100644
--- a/libs.suckless.org/libgrapheme/man/grapheme_next_sentence_break.3/index.md
+++ b/libs.suckless.org/libgrapheme/man/grapheme_next_sentence_break.3/index.md
_AT_@ -6,7 +6,7 @@ GRAPHEME\_NEXT\_SENTENCE\_BREAK(3) - Library Functions Manual
 
 # SYNOPSIS
 
-**#include &lt;grapheme.h>**
+**#include <grapheme.h>**
 
 *size\_t*
 **grapheme\_next\_sentence\_break**(*const uint\_least32\_t \*str*, *size\_t len*);
_AT_@ -64,6 +64,6 @@ is compliant with the Unicode 15.0.0 specification.
 
 # AUTHORS
 
-Laslo Hunhold &lt;[dev_AT_frign.de](mailto:dev_AT_frign.de)&gt;
+Laslo Hunhold <[dev_AT_frign.de](mailto:dev_AT_frign.de)>
 
 suckless.org - 2022-10-06
diff --git a/libs.suckless.org/libgrapheme/man/grapheme_next_sentence_break_utf8.3/index.md b/libs.suckless.org/libgrapheme/man/grapheme_next_sentence_break_utf8.3/index.md
index ab3ac459..6493b626 100644
--- a/libs.suckless.org/libgrapheme/man/grapheme_next_sentence_break_utf8.3/index.md
+++ b/libs.suckless.org/libgrapheme/man/grapheme_next_sentence_break_utf8.3/index.md
_AT_@ -6,7 +6,7 @@ GRAPHEME\_NEXT\_SENTENCE\_BREAK\_UTF8(3) - Library Functions Manual
 
 # SYNOPSIS
 
-**#include &lt;grapheme.h>**
+**#include <grapheme.h>**
 
 *size\_t*
 **grapheme\_next\_sentence\_break\_utf8**(*const char \*str*, *size\_t len*);
_AT_@ -102,6 +102,6 @@ is compliant with the Unicode 15.0.0 specification.
 
 # AUTHORS
 
-Laslo Hunhold &lt;[dev_AT_frign.de](mailto:dev_AT_frign.de)&gt;
+Laslo Hunhold <[dev_AT_frign.de](mailto:dev_AT_frign.de)>
 
 suckless.org - 2022-10-06
diff --git a/libs.suckless.org/libgrapheme/man/grapheme_next_word_break.3/index.md b/libs.suckless.org/libgrapheme/man/grapheme_next_word_break.3/index.md
index 6d7c42c6..88a53010 100644
--- a/libs.suckless.org/libgrapheme/man/grapheme_next_word_break.3/index.md
+++ b/libs.suckless.org/libgrapheme/man/grapheme_next_word_break.3/index.md
_AT_@ -6,7 +6,7 @@ GRAPHEME\_NEXT\_WORD\_BREAK(3) - Library Functions Manual
 
 # SYNOPSIS
 
-**#include &lt;grapheme.h>**
+**#include <grapheme.h>**
 
 *size\_t*
 **grapheme\_next\_word\_break**(*const uint\_least32\_t \*str*, *size\_t len*);
_AT_@ -64,6 +64,6 @@ is compliant with the Unicode 15.0.0 specification.
 
 # AUTHORS
 
-Laslo Hunhold &lt;[dev_AT_frign.de](mailto:dev_AT_frign.de)&gt;
+Laslo Hunhold <[dev_AT_frign.de](mailto:dev_AT_frign.de)>
 
 suckless.org - 2022-10-06
diff --git a/libs.suckless.org/libgrapheme/man/grapheme_next_word_break_utf8.3/index.md b/libs.suckless.org/libgrapheme/man/grapheme_next_word_break_utf8.3/index.md
index c8395a6f..0cd851c1 100644
--- a/libs.suckless.org/libgrapheme/man/grapheme_next_word_break_utf8.3/index.md
+++ b/libs.suckless.org/libgrapheme/man/grapheme_next_word_break_utf8.3/index.md
_AT_@ -6,7 +6,7 @@ GRAPHEME\_NEXT\_WORD\_BREAK\_UTF8(3) - Library Functions Manual
 
 # SYNOPSIS
 
-**#include &lt;grapheme.h>**
+**#include <grapheme.h>**
 
 *size\_t*
 **grapheme\_next\_word\_break\_utf8**(*const char \*str*, *size\_t len*);
_AT_@ -102,6 +102,6 @@ is compliant with the Unicode 15.0.0 specification.
 
 # AUTHORS
 
-Laslo Hunhold &lt;[dev_AT_frign.de](mailto:dev_AT_frign.de)&gt;
+Laslo Hunhold <[dev_AT_frign.de](mailto:dev_AT_frign.de)>
 
 suckless.org - 2022-10-06
diff --git a/libs.suckless.org/libgrapheme/man/grapheme_to_lowercase.3/index.md b/libs.suckless.org/libgrapheme/man/grapheme_to_lowercase.3/index.md
index f24aaa6f..05a6f020 100644
--- a/libs.suckless.org/libgrapheme/man/grapheme_to_lowercase.3/index.md
+++ b/libs.suckless.org/libgrapheme/man/grapheme_to_lowercase.3/index.md
_AT_@ -6,7 +6,7 @@ GRAPHEME\_TO\_LOWERCASE(3) - Library Functions Manual
 
 # SYNOPSIS
 
-**#include &lt;grapheme.h>**
+**#include <grapheme.h>**
 
 *size\_t*
 **grapheme\_to\_lowercase**(*const uint\_least32\_t \*src*, *size\_t srclen*, *uint\_least32\_t \*dest*, *size\_t destlen*);
_AT_@ -65,6 +65,6 @@ is compliant with the Unicode 15.0.0 specification.
 
 # AUTHORS
 
-Laslo Hunhold &lt;[dev_AT_frign.de](mailto:dev_AT_frign.de)&gt;
+Laslo Hunhold <[dev_AT_frign.de](mailto:dev_AT_frign.de)>
 
 suckless.org - 2022-10-06
diff --git a/libs.suckless.org/libgrapheme/man/grapheme_to_lowercase_utf8.3/index.md b/libs.suckless.org/libgrapheme/man/grapheme_to_lowercase_utf8.3/index.md
index 33f4ae55..fa0b1e0c 100644
--- a/libs.suckless.org/libgrapheme/man/grapheme_to_lowercase_utf8.3/index.md
+++ b/libs.suckless.org/libgrapheme/man/grapheme_to_lowercase_utf8.3/index.md
_AT_@ -6,7 +6,7 @@ GRAPHEME\_TO\_LOWERCASE\_UTF8(3) - Library Functions Manual
 
 # SYNOPSIS
 
-**#include &lt;grapheme.h>**
+**#include <grapheme.h>**
 
 *size\_t*
 **grapheme\_to\_lowercase\_utf8**(*const char \*src*, *size\_t srclen*, *char \*dest*, *size\_t destlen*);
_AT_@ -65,6 +65,6 @@ is compliant with the Unicode 15.0.0 specification.
 
 # AUTHORS
 
-Laslo Hunhold &lt;[dev_AT_frign.de](mailto:dev_AT_frign.de)&gt;
+Laslo Hunhold <[dev_AT_frign.de](mailto:dev_AT_frign.de)>
 
 suckless.org - 2022-10-06
diff --git a/libs.suckless.org/libgrapheme/man/grapheme_to_titlecase.3/index.md b/libs.suckless.org/libgrapheme/man/grapheme_to_titlecase.3/index.md
index d801dce0..99962286 100644
--- a/libs.suckless.org/libgrapheme/man/grapheme_to_titlecase.3/index.md
+++ b/libs.suckless.org/libgrapheme/man/grapheme_to_titlecase.3/index.md
_AT_@ -6,7 +6,7 @@ GRAPHEME\_TO\_TITLECASE(3) - Library Functions Manual
 
 # SYNOPSIS
 
-**#include &lt;grapheme.h>**
+**#include <grapheme.h>**
 
 *size\_t*
 **grapheme\_to\_titlecase**(*const uint\_least32\_t \*src*, *size\_t srclen*, *uint\_least32\_t \*dest*, *size\_t destlen*);
_AT_@ -65,6 +65,6 @@ is compliant with the Unicode 15.0.0 specification.
 
 # AUTHORS
 
-Laslo Hunhold &lt;[dev_AT_frign.de](mailto:dev_AT_frign.de)&gt;
+Laslo Hunhold <[dev_AT_frign.de](mailto:dev_AT_frign.de)>
 
 suckless.org - 2022-10-06
diff --git a/libs.suckless.org/libgrapheme/man/grapheme_to_titlecase_utf8.3/index.md b/libs.suckless.org/libgrapheme/man/grapheme_to_titlecase_utf8.3/index.md
index 04c8744d..a90607b7 100644
--- a/libs.suckless.org/libgrapheme/man/grapheme_to_titlecase_utf8.3/index.md
+++ b/libs.suckless.org/libgrapheme/man/grapheme_to_titlecase_utf8.3/index.md
_AT_@ -6,7 +6,7 @@ GRAPHEME\_TO\_TITLECASE\_UTF8(3) - Library Functions Manual
 
 # SYNOPSIS
 
-**#include &lt;grapheme.h>**
+**#include <grapheme.h>**
 
 *size\_t*
 **grapheme\_to\_titlecase\_utf8**(*const char \*src*, *size\_t srclen*, *char \*dest*, *size\_t destlen*);
_AT_@ -65,6 +65,6 @@ is compliant with the Unicode 15.0.0 specification.
 
 # AUTHORS
 
-Laslo Hunhold &lt;[dev_AT_frign.de](mailto:dev_AT_frign.de)&gt;
+Laslo Hunhold <[dev_AT_frign.de](mailto:dev_AT_frign.de)>
 
 suckless.org - 2022-10-06
diff --git a/libs.suckless.org/libgrapheme/man/grapheme_to_uppercase.3/index.md b/libs.suckless.org/libgrapheme/man/grapheme_to_uppercase.3/index.md
index 4b797776..8019b572 100644
--- a/libs.suckless.org/libgrapheme/man/grapheme_to_uppercase.3/index.md
+++ b/libs.suckless.org/libgrapheme/man/grapheme_to_uppercase.3/index.md
_AT_@ -6,7 +6,7 @@ GRAPHEME\_TO\_UPPERCASE(3) - Library Functions Manual
 
 # SYNOPSIS
 
-**#include &lt;grapheme.h>**
+**#include <grapheme.h>**
 
 *size\_t*
 **grapheme\_to\_uppercase**(*const uint\_least32\_t \*src*, *size\_t srclen*, *uint\_least32\_t \*dest*, *size\_t destlen*);
_AT_@ -65,6 +65,6 @@ is compliant with the Unicode 15.0.0 specification.
 
 # AUTHORS
 
-Laslo Hunhold &lt;[dev_AT_frign.de](mailto:dev_AT_frign.de)&gt;
+Laslo Hunhold <[dev_AT_frign.de](mailto:dev_AT_frign.de)>
 
 suckless.org - 2022-10-06
diff --git a/libs.suckless.org/libgrapheme/man/grapheme_to_uppercase_utf8.3/index.md b/libs.suckless.org/libgrapheme/man/grapheme_to_uppercase_utf8.3/index.md
index 33f4ae55..fa0b1e0c 100644
--- a/libs.suckless.org/libgrapheme/man/grapheme_to_uppercase_utf8.3/index.md
+++ b/libs.suckless.org/libgrapheme/man/grapheme_to_uppercase_utf8.3/index.md
_AT_@ -6,7 +6,7 @@ GRAPHEME\_TO\_LOWERCASE\_UTF8(3) - Library Functions Manual
 
 # SYNOPSIS
 
-**#include &lt;grapheme.h>**
+**#include <grapheme.h>**
 
 *size\_t*
 **grapheme\_to\_lowercase\_utf8**(*const char \*src*, *size\_t srclen*, *char \*dest*, *size\_t destlen*);
_AT_@ -65,6 +65,6 @@ is compliant with the Unicode 15.0.0 specification.
 
 # AUTHORS
 
-Laslo Hunhold &lt;[dev_AT_frign.de](mailto:dev_AT_frign.de)&gt;
+Laslo Hunhold <[dev_AT_frign.de](mailto:dev_AT_frign.de)>
 
 suckless.org - 2022-10-06
diff --git a/libs.suckless.org/libgrapheme/man/libgrapheme.7/index.md b/libs.suckless.org/libgrapheme/man/libgrapheme.7/index.md
index 6de6a82e..11f82b7f 100644
--- a/libs.suckless.org/libgrapheme/man/libgrapheme.7/index.md
+++ b/libs.suckless.org/libgrapheme/man/libgrapheme.7/index.md
_AT_@ -6,7 +6,7 @@ LIBGRAPHEME(7) - Miscellaneous Information Manual
 
 # SYNOPSIS
 
-**#include &lt;grapheme.h>**
+**#include <grapheme.h>**
 
 # DESCRIPTION
 
_AT_@ -173,6 +173,6 @@ is to make unicode handling suck less and abide by the UNIX philosophy.
 
 # AUTHORS
 
-Laslo Hunhold &lt;[dev_AT_frign.de](mailto:dev_AT_frign.de)&gt;
+Laslo Hunhold <[dev_AT_frign.de](mailto:dev_AT_frign.de)>
 
 suckless.org - 2022-10-06
Received on Fri Oct 07 2022 - 11:01:54 CEST

This archive was generated by hypermail 2.3.0 : Fri Oct 07 2022 - 11:13:10 CEST