summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--README2
-rw-r--r--README.72
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