[wiki] [sites] Replace <> with () on manuals as the markdown-parser didn't like it || Laslo Hunhold

From: <git_AT_suckless.org>
Date: Fri, 07 Oct 2022 12:28:39 +0200

commit 53f0d51749a50bbcd5af9d66024e4759e06a2d31
Author: Laslo Hunhold <dev_AT_frign.de>
Date: Fri Oct 7 12:27:26 2022 +0200

    Replace <> with () on manuals as the markdown-parser didn't like it
    
    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 d3af6586..a41ddb09 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_@ -107,6 +107,6 @@ libgrapheme(7)
 
 # AUTHORS
 
-Laslo Hunhold <[dev_AT_frign.de](mailto:dev_AT_frign.de)>
+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 56db0a29..466ffd85 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_@ -108,6 +108,6 @@ libgrapheme(7)
 
 # AUTHORS
 
-Laslo Hunhold <[dev_AT_frign.de](mailto:dev_AT_frign.de)>
+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 5434b042..f84bcae2 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_@ -90,6 +90,6 @@ is compliant with the Unicode 15.0.0 specification.
 
 # AUTHORS
 
-Laslo Hunhold <[dev_AT_frign.de](mailto:dev_AT_frign.de)>
+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 9140bfbb..7605b943 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_@ -60,6 +60,6 @@ is compliant with the Unicode 15.0.0 specification.
 
 # AUTHORS
 
-Laslo Hunhold <[dev_AT_frign.de](mailto:dev_AT_frign.de)>
+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 72bb744b..32f26df9 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_@ -60,6 +60,6 @@ is compliant with the Unicode 15.0.0 specification.
 
 # AUTHORS
 
-Laslo Hunhold <[dev_AT_frign.de](mailto:dev_AT_frign.de)>
+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 4d58cd0e..5b92ca04 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_@ -60,6 +60,6 @@ is compliant with the Unicode 15.0.0 specification.
 
 # AUTHORS
 
-Laslo Hunhold <[dev_AT_frign.de](mailto:dev_AT_frign.de)>
+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 f829565e..a92411be 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_@ -60,6 +60,6 @@ is compliant with the Unicode 15.0.0 specification.
 
 # AUTHORS
 
-Laslo Hunhold <[dev_AT_frign.de](mailto:dev_AT_frign.de)>
+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 988a3546..ed65411d 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_@ -60,6 +60,6 @@ is compliant with the Unicode 15.0.0 specification.
 
 # AUTHORS
 
-Laslo Hunhold <[dev_AT_frign.de](mailto:dev_AT_frign.de)>
+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 72bb744b..32f26df9 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_@ -60,6 +60,6 @@ is compliant with the Unicode 15.0.0 specification.
 
 # AUTHORS
 
-Laslo Hunhold <[dev_AT_frign.de](mailto:dev_AT_frign.de)>
+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 61658c32..48005489 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_@ -65,6 +65,6 @@ is compliant with the Unicode 15.0.0 specification.
 
 # AUTHORS
 
-Laslo Hunhold <[dev_AT_frign.de](mailto:dev_AT_frign.de)>
+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 9add6a92..245b5ed4 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_@ -103,6 +103,6 @@ is compliant with the Unicode 15.0.0 specification.
 
 # AUTHORS
 
-Laslo Hunhold <[dev_AT_frign.de](mailto:dev_AT_frign.de)>
+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 8e714575..8fd1e313 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_@ -61,6 +61,6 @@ is compliant with the Unicode 15.0.0 specification.
 
 # AUTHORS
 
-Laslo Hunhold <[dev_AT_frign.de](mailto:dev_AT_frign.de)>
+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 f8682997..660236fe 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_@ -99,6 +99,6 @@ is compliant with the Unicode 15.0.0 specification.
 
 # AUTHORS
 
-Laslo Hunhold <[dev_AT_frign.de](mailto:dev_AT_frign.de)>
+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 d48f2680..ea99a80c 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_@ -64,6 +64,6 @@ is compliant with the Unicode 15.0.0 specification.
 
 # AUTHORS
 
-Laslo Hunhold <[dev_AT_frign.de](mailto:dev_AT_frign.de)>
+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 6493b626..f3a4c89c 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_@ -102,6 +102,6 @@ is compliant with the Unicode 15.0.0 specification.
 
 # AUTHORS
 
-Laslo Hunhold <[dev_AT_frign.de](mailto:dev_AT_frign.de)>
+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 88a53010..18eec6fc 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_@ -64,6 +64,6 @@ is compliant with the Unicode 15.0.0 specification.
 
 # AUTHORS
 
-Laslo Hunhold <[dev_AT_frign.de](mailto:dev_AT_frign.de)>
+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 0cd851c1..d9488730 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_@ -102,6 +102,6 @@ is compliant with the Unicode 15.0.0 specification.
 
 # AUTHORS
 
-Laslo Hunhold <[dev_AT_frign.de](mailto:dev_AT_frign.de)>
+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 05a6f020..53d66e12 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_@ -65,6 +65,6 @@ is compliant with the Unicode 15.0.0 specification.
 
 # AUTHORS
 
-Laslo Hunhold <[dev_AT_frign.de](mailto:dev_AT_frign.de)>
+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 fa0b1e0c..56b8b8f1 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_@ -65,6 +65,6 @@ is compliant with the Unicode 15.0.0 specification.
 
 # AUTHORS
 
-Laslo Hunhold <[dev_AT_frign.de](mailto:dev_AT_frign.de)>
+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 99962286..1e905031 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_@ -65,6 +65,6 @@ is compliant with the Unicode 15.0.0 specification.
 
 # AUTHORS
 
-Laslo Hunhold <[dev_AT_frign.de](mailto:dev_AT_frign.de)>
+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 a90607b7..33d8dd65 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_@ -65,6 +65,6 @@ is compliant with the Unicode 15.0.0 specification.
 
 # AUTHORS
 
-Laslo Hunhold <[dev_AT_frign.de](mailto:dev_AT_frign.de)>
+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 8019b572..78d76cdb 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_@ -65,6 +65,6 @@ is compliant with the Unicode 15.0.0 specification.
 
 # AUTHORS
 
-Laslo Hunhold <[dev_AT_frign.de](mailto:dev_AT_frign.de)>
+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 fa0b1e0c..56b8b8f1 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_@ -65,6 +65,6 @@ is compliant with the Unicode 15.0.0 specification.
 
 # AUTHORS
 
-Laslo Hunhold <[dev_AT_frign.de](mailto:dev_AT_frign.de)>
+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 11f82b7f..fc1045d6 100644
--- a/libs.suckless.org/libgrapheme/man/libgrapheme.7/index.md
+++ b/libs.suckless.org/libgrapheme/man/libgrapheme.7/index.md
_AT_@ -173,6 +173,6 @@ is to make unicode handling suck less and abide by the UNIX philosophy.
 
 # AUTHORS
 
-Laslo Hunhold <[dev_AT_frign.de](mailto:dev_AT_frign.de)>
+Laslo Hunhold ([dev_AT_frign.de](mailto:dev_AT_frign.de))
 
 suckless.org - 2022-10-06
Received on Fri Oct 07 2022 - 12:28:39 CEST

This archive was generated by hypermail 2.3.0 : Fri Oct 07 2022 - 12:36:52 CEST