aboutsummaryrefslogtreecommitdiff
path: root/sys/libunicode/vendor/mkrunetype.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/libunicode/vendor/mkrunetype.c')
-rw-r--r--sys/libunicode/vendor/mkrunetype.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/libunicode/vendor/mkrunetype.c b/sys/libunicode/vendor/mkrunetype.c
index 0372e2b..fc4301c 100644
--- a/sys/libunicode/vendor/mkrunetype.c
+++ b/sys/libunicode/vendor/mkrunetype.c
@@ -418,7 +418,7 @@ static
void
usage(void)
{
- fprintf(stderr, "usage: mkutf8data <UnicodeData.txt>\n");
+ fprintf(stderr, "usage: mkrunetype <UnicodeData.txt>\n");
exit(1);
}
@@ -564,6 +564,7 @@ main(int argc, char *argv[])
makeis("upper", table.isupper, 1, 0);
makeis("lower", table.islower, 1, 0);
makeis("title", table.istitle, 1, 0);
+ makeis("punct", table.ispunct, 1, 0);
mkto("upper", table.toupper, 1, 0);
mkto("lower", table.tolower, 1, 0);