aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-04-21 19:53:14 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-04-21 19:53:14 +0200
commit106a59586aeba3fb1a0883e2fdaa51753fdbb68b (patch)
tree596a38dd9c7534dab973d3c04cb9c6c0e15e134f /man
parent43be23fd5c22a23a2fe141df93d73ba14a0fa28d (diff)
Rename u8glen() to u8gcnt()
Diffstat (limited to 'man')
-rw-r--r--man/u8len.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man/u8len.3 b/man/u8len.3
index a2968e7..ad5002f 100644
--- a/man/u8len.3
+++ b/man/u8len.3
@@ -39,7 +39,7 @@ size_t blen = strlen((char *)sv.p);
size_t cplen = u8len(U8_ARGS(sv));
.Ed
.Sh SEE ALSO
-.Xr u8glen 3 ,
+.Xr u8gcnt 3 ,
.Xr U8V 3 ,
.Xr unicode 7 ,
.Xr utf\-8 7
@@ -62,5 +62,5 @@ that spans a single column.
To count user-preceived codepoints
.Pq also known as graphemes ,
you may want to use the
-.Xr u8glen 3
+.Xr u8gcnt 3
function.