[hackers] [libgrapheme] Remove hyphen from "bare metal" || Laslo Hunhold

From: <git_AT_suckless.org>
Date: Tue, 4 Oct 2022 00:57:14 +0200 (CEST)

commit 608a5c3c12c036871e74c9da12fe1fffb400e3f1
Author: Laslo Hunhold <dev_AT_frign.de>
AuthorDate: Tue Oct 4 00:56:52 2022 +0200
Commit: Laslo Hunhold <dev_AT_frign.de>
CommitDate: Tue Oct 4 00:56:52 2022 +0200

    Remove hyphen from "bare metal"
    
    Signed-off-by: Laslo Hunhold <dev_AT_frign.de>

diff --git a/man/libgrapheme.sh b/man/libgrapheme.sh
index c880057..b93fa27 100644
--- a/man/libgrapheme.sh
+++ b/man/libgrapheme.sh
_AT_@ -37,7 +37,7 @@ arrays) while also offering codepoint-level methods.
 Additionally, it is a
 .Dq freestanding
 library (see ISO/IEC 9899:1999 section 4.6) and thus does not depend on
-a standard library. This makes it easy to use in bare-metal environments.
+a standard library. This makes it easy to use in bare metal environments.
 .Pp
 Every documented function's manual page provides a self-contained
 example illustrating the possible usage.
_AT_@ -47,10 +47,10 @@ example illustrating the possible usage.
 .Xr grapheme_is_character_break 3 ,
 .Xr grapheme_is_lowercase 3 ,
 .Xr grapheme_is_lowercase_utf8 3 ,
-.Xr grapheme_is_uppercase 3 ,
-.Xr grapheme_is_uppercase_utf8 3 ,
 .Xr grapheme_is_titlecase 3 ,
 .Xr grapheme_is_titlecase_utf8 3 ,
+.Xr grapheme_is_uppercase 3 ,
+.Xr grapheme_is_uppercase_utf8 3 ,
 .Xr grapheme_next_character_break 3 ,
 .Xr grapheme_next_character_break_utf8 3 ,
 .Xr grapheme_next_line_break 3 ,
_AT_@ -61,10 +61,10 @@ example illustrating the possible usage.
 .Xr grapheme_next_word_break_utf8 3 ,
 .Xr grapheme_to_lowercase 3 ,
 .Xr grapheme_to_lowercase_utf8 3 ,
-.Xr grapheme_to_uppercase 3 ,
-.Xr grapheme_to_uppercase_utf8 3 ,
 .Xr grapheme_to_titlecase 3 ,
 .Xr grapheme_to_titlecase_utf8 3
+.Xr grapheme_to_uppercase 3 ,
+.Xr grapheme_to_uppercase_utf8 3 ,
 .Sh STANDARDS
 .Nm
 is compliant with the Unicode ${UNICODE_VERSION} specification.
Received on Tue Oct 04 2022 - 00:57:14 CEST

This archive was generated by hypermail 2.3.0 : Tue Oct 04 2022 - 01:00:37 CEST