aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
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.