sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit 31b1070d8ec1bb713036eb6b40eba86ff00e8f50
parent 09d4f117e92bafb0ceb9dcb502cb64210fc1257f
Author: Laslo Hunhold <dev@frign.de>
Date:   Fri,  7 Oct 2022 11:01:46 +0200

Fix character escapes in manuals

Signed-off-by: Laslo Hunhold <dev@frign.de>

Diffstat:
Mlibs.suckless.org/libgrapheme/man/grapheme_decode_utf8.3/index.md | 4++--
Mlibs.suckless.org/libgrapheme/man/grapheme_encode_utf8.3/index.md | 4++--
Mlibs.suckless.org/libgrapheme/man/grapheme_is_character_break.3/index.md | 4++--
Mlibs.suckless.org/libgrapheme/man/grapheme_is_lowercase.3/index.md | 4++--
Mlibs.suckless.org/libgrapheme/man/grapheme_is_lowercase_utf8.3/index.md | 4++--
Mlibs.suckless.org/libgrapheme/man/grapheme_is_titlecase.3/index.md | 4++--
Mlibs.suckless.org/libgrapheme/man/grapheme_is_titlecase_utf8.3/index.md | 4++--
Mlibs.suckless.org/libgrapheme/man/grapheme_is_uppercase.3/index.md | 4++--
Mlibs.suckless.org/libgrapheme/man/grapheme_is_uppercase_utf8.3/index.md | 4++--
Mlibs.suckless.org/libgrapheme/man/grapheme_next_character_break.3/index.md | 4++--
Mlibs.suckless.org/libgrapheme/man/grapheme_next_character_break_utf8.3/index.md | 4++--
Mlibs.suckless.org/libgrapheme/man/grapheme_next_line_break.3/index.md | 4++--
Mlibs.suckless.org/libgrapheme/man/grapheme_next_line_break_utf8.3/index.md | 4++--
Mlibs.suckless.org/libgrapheme/man/grapheme_next_sentence_break.3/index.md | 4++--
Mlibs.suckless.org/libgrapheme/man/grapheme_next_sentence_break_utf8.3/index.md | 4++--
Mlibs.suckless.org/libgrapheme/man/grapheme_next_word_break.3/index.md | 4++--
Mlibs.suckless.org/libgrapheme/man/grapheme_next_word_break_utf8.3/index.md | 4++--
Mlibs.suckless.org/libgrapheme/man/grapheme_to_lowercase.3/index.md | 4++--
Mlibs.suckless.org/libgrapheme/man/grapheme_to_lowercase_utf8.3/index.md | 4++--
Mlibs.suckless.org/libgrapheme/man/grapheme_to_titlecase.3/index.md | 4++--
Mlibs.suckless.org/libgrapheme/man/grapheme_to_titlecase_utf8.3/index.md | 4++--
Mlibs.suckless.org/libgrapheme/man/grapheme_to_uppercase.3/index.md | 4++--
Mlibs.suckless.org/libgrapheme/man/grapheme_to_uppercase_utf8.3/index.md | 4++--
Mlibs.suckless.org/libgrapheme/man/libgrapheme.7/index.md | 4++--
24 files changed, 48 insertions(+), 48 deletions(-)

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 @@ -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*); @@ -107,6 +107,6 @@ libgrapheme(7) # AUTHORS -Laslo Hunhold &lt;[dev@frign.de](mailto:dev@frign.de)&gt; +Laslo Hunhold <[dev@frign.de](mailto:dev@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 @@ -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*); @@ -108,6 +108,6 @@ libgrapheme(7) # AUTHORS -Laslo Hunhold &lt;[dev@frign.de](mailto:dev@frign.de)&gt; +Laslo Hunhold <[dev@frign.de](mailto:dev@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 @@ -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*); @@ -90,6 +90,6 @@ is compliant with the Unicode 15.0.0 specification. # AUTHORS -Laslo Hunhold &lt;[dev@frign.de](mailto:dev@frign.de)&gt; +Laslo Hunhold <[dev@frign.de](mailto:dev@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 @@ -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*); @@ -60,6 +60,6 @@ is compliant with the Unicode 15.0.0 specification. # AUTHORS -Laslo Hunhold &lt;[dev@frign.de](mailto:dev@frign.de)&gt; +Laslo Hunhold <[dev@frign.de](mailto:dev@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 @@ -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*); @@ -60,6 +60,6 @@ is compliant with the Unicode 15.0.0 specification. # AUTHORS -Laslo Hunhold &lt;[dev@frign.de](mailto:dev@frign.de)&gt; +Laslo Hunhold <[dev@frign.de](mailto:dev@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 @@ -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*); @@ -60,6 +60,6 @@ is compliant with the Unicode 15.0.0 specification. # AUTHORS -Laslo Hunhold &lt;[dev@frign.de](mailto:dev@frign.de)&gt; +Laslo Hunhold <[dev@frign.de](mailto:dev@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 @@ -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*); @@ -60,6 +60,6 @@ is compliant with the Unicode 15.0.0 specification. # AUTHORS -Laslo Hunhold &lt;[dev@frign.de](mailto:dev@frign.de)&gt; +Laslo Hunhold <[dev@frign.de](mailto:dev@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 @@ -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*); @@ -60,6 +60,6 @@ is compliant with the Unicode 15.0.0 specification. # AUTHORS -Laslo Hunhold &lt;[dev@frign.de](mailto:dev@frign.de)&gt; +Laslo Hunhold <[dev@frign.de](mailto:dev@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 @@ -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*); @@ -60,6 +60,6 @@ is compliant with the Unicode 15.0.0 specification. # AUTHORS -Laslo Hunhold &lt;[dev@frign.de](mailto:dev@frign.de)&gt; +Laslo Hunhold <[dev@frign.de](mailto:dev@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 @@ -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*); @@ -65,6 +65,6 @@ is compliant with the Unicode 15.0.0 specification. # AUTHORS -Laslo Hunhold &lt;[dev@frign.de](mailto:dev@frign.de)&gt; +Laslo Hunhold <[dev@frign.de](mailto:dev@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 @@ -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*); @@ -103,6 +103,6 @@ is compliant with the Unicode 15.0.0 specification. # AUTHORS -Laslo Hunhold &lt;[dev@frign.de](mailto:dev@frign.de)&gt; +Laslo Hunhold <[dev@frign.de](mailto:dev@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 @@ -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*); @@ -61,6 +61,6 @@ is compliant with the Unicode 15.0.0 specification. # AUTHORS -Laslo Hunhold &lt;[dev@frign.de](mailto:dev@frign.de)&gt; +Laslo Hunhold <[dev@frign.de](mailto:dev@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 @@ -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*); @@ -99,6 +99,6 @@ is compliant with the Unicode 15.0.0 specification. # AUTHORS -Laslo Hunhold &lt;[dev@frign.de](mailto:dev@frign.de)&gt; +Laslo Hunhold <[dev@frign.de](mailto:dev@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 @@ -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*); @@ -64,6 +64,6 @@ is compliant with the Unicode 15.0.0 specification. # AUTHORS -Laslo Hunhold &lt;[dev@frign.de](mailto:dev@frign.de)&gt; +Laslo Hunhold <[dev@frign.de](mailto:dev@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 @@ -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*); @@ -102,6 +102,6 @@ is compliant with the Unicode 15.0.0 specification. # AUTHORS -Laslo Hunhold &lt;[dev@frign.de](mailto:dev@frign.de)&gt; +Laslo Hunhold <[dev@frign.de](mailto:dev@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 @@ -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*); @@ -64,6 +64,6 @@ is compliant with the Unicode 15.0.0 specification. # AUTHORS -Laslo Hunhold &lt;[dev@frign.de](mailto:dev@frign.de)&gt; +Laslo Hunhold <[dev@frign.de](mailto:dev@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 @@ -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*); @@ -102,6 +102,6 @@ is compliant with the Unicode 15.0.0 specification. # AUTHORS -Laslo Hunhold &lt;[dev@frign.de](mailto:dev@frign.de)&gt; +Laslo Hunhold <[dev@frign.de](mailto:dev@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 @@ -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*); @@ -65,6 +65,6 @@ is compliant with the Unicode 15.0.0 specification. # AUTHORS -Laslo Hunhold &lt;[dev@frign.de](mailto:dev@frign.de)&gt; +Laslo Hunhold <[dev@frign.de](mailto:dev@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 @@ -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*); @@ -65,6 +65,6 @@ is compliant with the Unicode 15.0.0 specification. # AUTHORS -Laslo Hunhold &lt;[dev@frign.de](mailto:dev@frign.de)&gt; +Laslo Hunhold <[dev@frign.de](mailto:dev@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 @@ -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*); @@ -65,6 +65,6 @@ is compliant with the Unicode 15.0.0 specification. # AUTHORS -Laslo Hunhold &lt;[dev@frign.de](mailto:dev@frign.de)&gt; +Laslo Hunhold <[dev@frign.de](mailto:dev@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 @@ -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*); @@ -65,6 +65,6 @@ is compliant with the Unicode 15.0.0 specification. # AUTHORS -Laslo Hunhold &lt;[dev@frign.de](mailto:dev@frign.de)&gt; +Laslo Hunhold <[dev@frign.de](mailto:dev@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 @@ -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*); @@ -65,6 +65,6 @@ is compliant with the Unicode 15.0.0 specification. # AUTHORS -Laslo Hunhold &lt;[dev@frign.de](mailto:dev@frign.de)&gt; +Laslo Hunhold <[dev@frign.de](mailto:dev@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 @@ -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*); @@ -65,6 +65,6 @@ is compliant with the Unicode 15.0.0 specification. # AUTHORS -Laslo Hunhold &lt;[dev@frign.de](mailto:dev@frign.de)&gt; +Laslo Hunhold <[dev@frign.de](mailto:dev@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 @@ -6,7 +6,7 @@ LIBGRAPHEME(7) - Miscellaneous Information Manual # SYNOPSIS -**#include &lt;grapheme.h>** +**#include <grapheme.h>** # DESCRIPTION @@ -173,6 +173,6 @@ is to make unicode handling suck less and abide by the UNIX philosophy. # AUTHORS -Laslo Hunhold &lt;[dev@frign.de](mailto:dev@frign.de)&gt; +Laslo Hunhold <[dev@frign.de](mailto:dev@frign.de)> suckless.org - 2022-10-06