From 0c89de65f0037f07eb7c68707eef2c336ad3ae4c Mon Sep 17 00:00:00 2001 From: Nakidai Date: Fri, 13 Dec 2024 14:51:50 +0300 Subject: Fix typo --- Makefile | 2 +- README | 2 +- 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 -- cgit 1.4.1