diff --git a/docs/utils.md b/docs/utils.md
index 5677d42e..b400bcbd 100644
--- a/docs/utils.md
+++ b/docs/utils.md
@@ -1,7 +1,6 @@
# Table of Contents
* [jc.utils](#jc.utils)
- * [asciify](#jc.utils.asciify)
* [warning\_message](#jc.utils.warning_message)
* [error\_message](#jc.utils.error_message)
* [compatibility](#jc.utils.compatibility)
@@ -19,17 +18,6 @@
jc - JSON Convert utils
-
-
-### asciify
-
-```python
-def asciify(string: str) -> str
-```
-
-Return a string downgraded from Unicode to ASCII with some simple
-conversions.
-
### warning\_message
diff --git a/man/jc.1 b/man/jc.1
index e408b763..0054dccd 100644
--- a/man/jc.1
+++ b/man/jc.1
@@ -1,4 +1,4 @@
-.TH jc 1 2022-04-26 1.18.8 "JSON Convert"
+.TH jc 1 2022-04-27 1.18.8 "JSON Convert"
.SH NAME
jc \- JSONifies the output of many CLI tools and file-types
.SH SYNOPSIS