aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2020-10-02 19:44:32 +0200
committerOmar Polo <op@omarpolo.com>2020-10-02 19:44:32 +0200
commit6980aad6d79d45097066eed392cd0ede9297593d (patch)
tree0ca2cb1357823aa2a5ccb5ca430500c67f4b1776 /README.md
parent3e4749f7f9b6c37c1870ed3c0561083de17f2197 (diff)
fix errors in manpage
man -Tlint -l gmid.1 helped a lot
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index 0b85f41..f178680 100644
--- a/README.md
+++ b/README.md
@@ -27,10 +27,11 @@ in the requests made by clients, so it's impossible to serve content
outside the
*docs*
directory by mistake.
-Furthermore, on OpenBSD,
-pledge(3)
+Furthermore, on
+OpenBSD,
+pledge(2)
and
-unveil(3)
+unveil(2)
are used to ensure that
**gmid**
dosen't do anything else than read files from the given directory and
@@ -78,7 +79,7 @@ To quickly getting started
EOF
$ gmid -c cert.pem -k key.pem -d docs
- now you can visit gemini://localhost/ with your preferred gemini client.
+now you can visit gemini://localhost/ with your preferred gemini client.
# CAVEATS