diff options
| author | Nakidai <nakidai@disroot.org> | 2024-12-13 14:51:50 +0300 |
|---|---|---|
| committer | Nakidai <nakidai@disroot.org> | 2024-12-13 14:51:50 +0300 |
| commit | 0c89de65f0037f07eb7c68707eef2c336ad3ae4c (patch) | |
| tree | 908df4cf3f5b9146cf0a3fed5fb31f592d9564c6 | |
| parent | 94413680cf95ac297bac8852a65f223b7ac8af96 (diff) | |
| download | libhttpc-0c89de65f0037f07eb7c68707eef2c336ad3ae4c.tar.gz libhttpc-0c89de65f0037f07eb7c68707eef2c336ad3ae4c.zip | |
Fix typo
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | README | 2 | ||||
| -rw-r--r-- | README.7 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile index ceae766..5580475 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ libhttpc.so: libhttpc.a: ar rcs $@ $^ -README: +README: README.7 mandoc -T ascii $@.7 | col -b > $@ install: all diff --git a/README b/README index 0cdee1a..33d68cf 100644 --- a/README +++ b/README @@ -11,7 +11,7 @@ DESCRIPTION include/libhttpc.h file or libhttpc(3) EXAMPLES - As an example, I can tell you the way how personally I use this library: + As an example, I can tell you the way how I personally use this library: o Receive request from the user diff --git a/README.7 b/README.7 index e577e0a..4a3b6a5 100644 --- a/README.7 +++ b/README.7 @@ -30,7 +30,7 @@ As an example, I can tell you the way -how personally I +how I personally use this library: .Bl -bullet .It |