about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-03-16 16:53:16 +0100
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-03-16 16:53:16 +0100
commit73aece8c0a080af88533c4418f693a892daadf57 (patch)
tree61dda8c9a1dc2cda42de8a755c47794239b355cf
parent9ee4ed0d4554ec0276f23efd05859a2eae8016a4 (diff)
doc(spacecookie.json): minor language fixes
-rw-r--r--docs/man/spacecookie.json.56
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/man/spacecookie.json.5 b/docs/man/spacecookie.json.5
index e7135cd..47d4a66 100644
--- a/docs/man/spacecookie.json.5
+++ b/docs/man/spacecookie.json.5
@@ -79,8 +79,8 @@ for incoming requests by default, i. e.
 .Sy INADDR_ANY .
 For example,
 .Ql ::1
-can be used to listen on the link-local addresses only.
-This is especially useful if you are setting up a onion service using
+can be used to listen on the link-local addresses only
+which comes in handy if you are setting up a onion service using
 .Xr tor 1
 and want to avoid leaking the server's identity.
 .Pp
@@ -202,7 +202,7 @@ for all optional settings, although it is much verboser than necessary.
 .Ed
 .Pp
 This configuration is suitable for running as an onion service:
-It disables logging completely to not collect any kind of meta data about user's
+It disables logging completely to not collect any kind of meta data about users
 and only listens on the link-local address to avoid leaking its identity.
 We can also use a non-well-known port since
 .Xr tor 1