diff options
author | bptato <nincsnevem662@gmail.com> | 2025-05-04 14:49:18 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2025-05-04 14:49:18 +0200 |
commit | f68138c6b8f5a1d6b1a47eb1901547d15f409fc8 (patch) | |
tree | c9b3e041e68996a36ef843211cc1d1e8505d4fd4 | |
parent | f20cd8db32900d34036c38f86e3689cd86358253 (diff) | |
download | chawan-f68138c6b8f5a1d6b1a47eb1901547d15f409fc8.tar.gz |
Fix typos
-rw-r--r-- | bonus/README.md | 2 | ||||
-rw-r--r-- | doc/api.md | 2 | ||||
-rw-r--r-- | doc/cha-api.7 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/bonus/README.md b/bonus/README.md index 065d61d4..29b02ddf 100644 --- a/bonus/README.md +++ b/bonus/README.md @@ -26,7 +26,7 @@ instructions, so you can skip those.) Old HTTP(S) handler based on libcurl. This is mainly useful if you want to use curl-impersonate; in this case, install it like -`make install-libcurl CURLLILBNAME=libcurl-impersonate-chrome.so`. +`make install-libcurl CURLLIBNAME=libcurl-impersonate-chrome.so`. ### [filei.cgi](filei.cgi) diff --git a/doc/api.md b/doc/api.md index 991ef1d7..901a21fd 100644 --- a/doc/api.md +++ b/doc/api.md @@ -1,5 +1,5 @@ <!-- MANON -% cha-api(5) | Chawan's command API +% cha-api(7) | Chawan's command API MANOFF --> # Chawan's command API diff --git a/doc/cha-api.7 b/doc/cha-api.7 index ddd1be4d..3c39986d 100644 --- a/doc/cha-api.7 +++ b/doc/cha-api.7 @@ -1,7 +1,7 @@ '\" t .\" Automatically generated by Pandoc 3.6.4 .\" -.TH "cha\-api" "5" "" "" "Chawan\[cq]s command API" +.TH "cha\-api" "7" "" "" "Chawan\[cq]s command API" .SH Chawan\[cq]s command API As described in \f[B]cha\-config\f[R](5), keypress combinations can be bound to actions. |