sites

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

commit 53f0d51749a50bbcd5af9d66024e4759e06a2d31
parent 31b1070d8ec1bb713036eb6b40eba86ff00e8f50
Author: Laslo Hunhold <dev@frign.de>
Date:   Fri,  7 Oct 2022 12:27:26 +0200

Replace <> with () on manuals as the markdown-parser didn't like it

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

Diffstat:
Mlibs.suckless.org/libgrapheme/man/grapheme_decode_utf8.3/index.md | 2+-
Mlibs.suckless.org/libgrapheme/man/grapheme_encode_utf8.3/index.md | 2+-
Mlibs.suckless.org/libgrapheme/man/grapheme_is_character_break.3/index.md | 2+-
Mlibs.suckless.org/libgrapheme/man/grapheme_is_lowercase.3/index.md | 2+-
Mlibs.suckless.org/libgrapheme/man/grapheme_is_lowercase_utf8.3/index.md | 2+-
Mlibs.suckless.org/libgrapheme/man/grapheme_is_titlecase.3/index.md | 2+-
Mlibs.suckless.org/libgrapheme/man/grapheme_is_titlecase_utf8.3/index.md | 2+-
Mlibs.suckless.org/libgrapheme/man/grapheme_is_uppercase.3/index.md | 2+-
Mlibs.suckless.org/libgrapheme/man/grapheme_is_uppercase_utf8.3/index.md | 2+-
Mlibs.suckless.org/libgrapheme/man/grapheme_next_character_break.3/index.md | 2+-
Mlibs.suckless.org/libgrapheme/man/grapheme_next_character_break_utf8.3/index.md | 2+-
Mlibs.suckless.org/libgrapheme/man/grapheme_next_line_break.3/index.md | 2+-
Mlibs.suckless.org/libgrapheme/man/grapheme_next_line_break_utf8.3/index.md | 2+-
Mlibs.suckless.org/libgrapheme/man/grapheme_next_sentence_break.3/index.md | 2+-
Mlibs.suckless.org/libgrapheme/man/grapheme_next_sentence_break_utf8.3/index.md | 2+-
Mlibs.suckless.org/libgrapheme/man/grapheme_next_word_break.3/index.md | 2+-
Mlibs.suckless.org/libgrapheme/man/grapheme_next_word_break_utf8.3/index.md | 2+-
Mlibs.suckless.org/libgrapheme/man/grapheme_to_lowercase.3/index.md | 2+-
Mlibs.suckless.org/libgrapheme/man/grapheme_to_lowercase_utf8.3/index.md | 2+-
Mlibs.suckless.org/libgrapheme/man/grapheme_to_titlecase.3/index.md | 2+-
Mlibs.suckless.org/libgrapheme/man/grapheme_to_titlecase_utf8.3/index.md | 2+-
Mlibs.suckless.org/libgrapheme/man/grapheme_to_uppercase.3/index.md | 2+-
Mlibs.suckless.org/libgrapheme/man/grapheme_to_uppercase_utf8.3/index.md | 2+-
Mlibs.suckless.org/libgrapheme/man/libgrapheme.7/index.md | 2+-
24 files changed, 24 insertions(+), 24 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 @@ -107,6 +107,6 @@ libgrapheme(7) # AUTHORS -Laslo Hunhold <[dev@frign.de](mailto:dev@frign.de)> +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 @@ -108,6 +108,6 @@ libgrapheme(7) # AUTHORS -Laslo Hunhold <[dev@frign.de](mailto:dev@frign.de)> +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 @@ -90,6 +90,6 @@ is compliant with the Unicode 15.0.0 specification. # AUTHORS -Laslo Hunhold <[dev@frign.de](mailto:dev@frign.de)> +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 @@ -60,6 +60,6 @@ is compliant with the Unicode 15.0.0 specification. # AUTHORS -Laslo Hunhold <[dev@frign.de](mailto:dev@frign.de)> +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 @@ -60,6 +60,6 @@ is compliant with the Unicode 15.0.0 specification. # AUTHORS -Laslo Hunhold <[dev@frign.de](mailto:dev@frign.de)> +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 @@ -60,6 +60,6 @@ is compliant with the Unicode 15.0.0 specification. # AUTHORS -Laslo Hunhold <[dev@frign.de](mailto:dev@frign.de)> +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 @@ -60,6 +60,6 @@ is compliant with the Unicode 15.0.0 specification. # AUTHORS -Laslo Hunhold <[dev@frign.de](mailto:dev@frign.de)> +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 @@ -60,6 +60,6 @@ is compliant with the Unicode 15.0.0 specification. # AUTHORS -Laslo Hunhold <[dev@frign.de](mailto:dev@frign.de)> +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 @@ -60,6 +60,6 @@ is compliant with the Unicode 15.0.0 specification. # AUTHORS -Laslo Hunhold <[dev@frign.de](mailto:dev@frign.de)> +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 @@ -65,6 +65,6 @@ is compliant with the Unicode 15.0.0 specification. # AUTHORS -Laslo Hunhold <[dev@frign.de](mailto:dev@frign.de)> +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 @@ -103,6 +103,6 @@ is compliant with the Unicode 15.0.0 specification. # AUTHORS -Laslo Hunhold <[dev@frign.de](mailto:dev@frign.de)> +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 @@ -61,6 +61,6 @@ is compliant with the Unicode 15.0.0 specification. # AUTHORS -Laslo Hunhold <[dev@frign.de](mailto:dev@frign.de)> +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 @@ -99,6 +99,6 @@ is compliant with the Unicode 15.0.0 specification. # AUTHORS -Laslo Hunhold <[dev@frign.de](mailto:dev@frign.de)> +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 @@ -64,6 +64,6 @@ is compliant with the Unicode 15.0.0 specification. # AUTHORS -Laslo Hunhold <[dev@frign.de](mailto:dev@frign.de)> +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 @@ -102,6 +102,6 @@ is compliant with the Unicode 15.0.0 specification. # AUTHORS -Laslo Hunhold <[dev@frign.de](mailto:dev@frign.de)> +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 @@ -64,6 +64,6 @@ is compliant with the Unicode 15.0.0 specification. # AUTHORS -Laslo Hunhold <[dev@frign.de](mailto:dev@frign.de)> +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 @@ -102,6 +102,6 @@ is compliant with the Unicode 15.0.0 specification. # AUTHORS -Laslo Hunhold <[dev@frign.de](mailto:dev@frign.de)> +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 @@ -65,6 +65,6 @@ is compliant with the Unicode 15.0.0 specification. # AUTHORS -Laslo Hunhold <[dev@frign.de](mailto:dev@frign.de)> +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 @@ -65,6 +65,6 @@ is compliant with the Unicode 15.0.0 specification. # AUTHORS -Laslo Hunhold <[dev@frign.de](mailto:dev@frign.de)> +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 @@ -65,6 +65,6 @@ is compliant with the Unicode 15.0.0 specification. # AUTHORS -Laslo Hunhold <[dev@frign.de](mailto:dev@frign.de)> +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 @@ -65,6 +65,6 @@ is compliant with the Unicode 15.0.0 specification. # AUTHORS -Laslo Hunhold <[dev@frign.de](mailto:dev@frign.de)> +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 @@ -65,6 +65,6 @@ is compliant with the Unicode 15.0.0 specification. # AUTHORS -Laslo Hunhold <[dev@frign.de](mailto:dev@frign.de)> +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 @@ -65,6 +65,6 @@ is compliant with the Unicode 15.0.0 specification. # AUTHORS -Laslo Hunhold <[dev@frign.de](mailto:dev@frign.de)> +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 @@ -173,6 +173,6 @@ is to make unicode handling suck less and abide by the UNIX philosophy. # AUTHORS -Laslo Hunhold <[dev@frign.de](mailto:dev@frign.de)> +Laslo Hunhold ([dev@frign.de](mailto:dev@frign.de)) suckless.org - 2022-10-06